Page 1 of 1

[ solved] FEU Cannot manage users anymore after upgrade

Posted: Sat Nov 29, 2014 12:58 pm
by VincentRivard
Hi there !

After upgrading FEU, CG Extensions, and SelfRegistration modules, i just can't see the member list anymore.
no-list.gif
Same thing for user history or admin. I can see properties and group list.

I upgraded from

CGExtensions: 1.42.1
FrontEndUsers: 1.24.2
SelfRegistration: 1.8.2

CGExtensions: 1.44.3
FrontEndUsers: 1.25.1
SelfRegistration: 1.8.3

When I replace the original files of FrontEndUsers: 1.24.2 the problem is fixed, [added]but self registration gets broken and dissapears from the menu.

Here is the complete current system informations.



----------------------------------------------

Cms Version: 1.11.11

Installed Modules:

CMSMailer: 5.2.2
FileManager: 1.4.5
MenuManager: 1.8.6
ModuleManager: 1.5.8
News: 2.14.4
Printing: 1.1.2
Search: 1.7.11
ThemeManager: 1.1.8
TinyMCE: 2.9.12
CGExtensions: 1.44.3
FrontEndUsers: 1.25.1
CustomContent: 1.10
SelfRegistration: 1.8.3
Captcha: 0.5.0
CGUserDirectory: 1.4.5
CGCalendar: 1.14.4
MysqlDump: 1.3.1
Uploads: 1.18.5
CGSimpleSmarty: 1.7.4
FormBuilder: 0.8
FEUMailer: 0.9.4
HitCounter: 1.1
CMSPrinting: 1.0.5
MicroTiny: 1.2.7


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 128000000
url_rewriting: none
page_extension:
query_var: page
image_manipulation_prog: GD
auto_alias_content: true
locale:
default_encoding: utf-8
admin_encoding: utf-8
set_names: true


Php Information:

phpversion: 5.4.35
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 2048
E_DEPRECATED: 8192
memory_limit: 256M
max_execution_time: 30
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 128M
upload_max_filesize: 128M
session_save_path: /tmp (0700)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: cgi-fcgi
Server Db Type: MySQL (mysql)
Server Db Version: 5.5.34
Server Db Grants: Could not find a suitable "GRANT ALL" permission. This may mean you could have problems installing or removing modules. Or even adding and deleting items, including pages
Server Time Diff: No filesystem time difference found


----------------------------------------------

Re: FEU Cannot manage users anymore after upgrade

Posted: Sat Nov 29, 2014 1:16 pm
by Jo Morg
Just a thought: did you clear cache after the upgrade? Sometimes it fixes some weird behaviors with modules after upgrades.
Other than that, it might be a bug and a bug report on the forge with as much detailed information as possible can help the developer to fix it. Take a look at the server php errors log. There might be an specific error that may shed some light on the situation. Even sometimes the admin log may have a clue to the issue.

HTH

Re: FEU Cannot manage users anymore after upgrade

Posted: Sat Nov 29, 2014 1:39 pm
by VincentRivard
Jo Morg wrote:Just a thought: did you clear cache after the upgrade? Sometimes it fixes some weird behaviors with modules after upgrades.
Hi ! Yes I did.
Jo Morg wrote:Take a look at the server php errors log. There might be an specific error that may shed some light on the situation.
Unfortunatly, i can't access the PHP error logs on this server.

I just noticed the bug was already reported.

http://dev.cmsmadesimple.org/bug/view/10312

I will go there next time before posting here.

Thanks !