Page 2 of 2

Re: Problem after updating Module - 500 Internal Server Erro

Posted: Thu Apr 09, 2015 7:19 am
by tristan
Only solution that helped me is to install it manually. This problem is also reported as a bug by the way here:

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

maybe it helps if you add a comment over there as well?

Re: Problem after updating Module - 500 Internal Server Erro

Posted: Thu Apr 09, 2015 7:24 am
by hexdj
I don't get the error posted in the BR, just Internal Server Error when I try to get to the back end.

Re: Problem after updating Module - 500 Internal Server Erro

Posted: Thu Apr 09, 2015 7:27 am
by tristan
Probably due to your error reporting setting.

Re: Problem after updating Module - 500 Internal Server Erro

Posted: Mon Apr 13, 2015 12:23 pm
by PinkElephant
I saw the same problem with 1.11.13 (and earlier):

Code: Select all

PHP Fatal error:  Allowed memory size of 134217728 bytes exhausted (tried to allocate 130968 bytes) in /srv/example.com/public/htdocs/lib/classes/class.CmsNlsOperations.php on line 191, referer: https://www.example.com/example-admin/moduleinterface.php?_sx_=f6f489243796423b&module=ModuleManager
... and fixed by renaming modules/JQueryTools, manually installing an old .xls from the forge possibly, 1.2.6, and then letting Module Manager bring it up-to-date (1.3.4).

Admin is under https with a non-default directory name.

SysInfo post-upgrade (sorry):

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

Cms Version: 1.12

Installed Modules:

CMSMailer: 5.2.2
CMSPrinting: 1.0.5
FileManager: 1.4.5
MenuManager: 1.8.6
MicroTiny: 1.2.9
ModuleManager: 1.5.8
News: 2.15.1
Search: 1.7.12
ThemeManager: 1.1.8
CGSimpleSmarty: 1.7.4
CGExtensions: 1.45
JQueryTools: 1.3.4
CGSmartImage: 1.17.2


Config Information:

php_memory_limit:
process_whole_template:
max_upload_size: 10000000
url_rewriting: mod_rewrite
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.39-0+deb7u2
md5_function: On (True)
gd_version: 2
tempnam_function: On (True)
magic_quotes_runtime: Off (False)
E_STRICT: 0
E_DEPRECATED: 0
memory_limit: 128M
max_execution_time: 120
output_buffering: 4096
safe_mode: Off (False)
file_uploads: On (True)
post_max_size: 10M
upload_max_filesize: 10M
session_save_path: /var/lib/php5 (1733)
session_use_cookies: On (True)
xml_function: On (True)
xmlreader_class: On (True)


Server Information:

Server Api: apache2handler
Server Db Type: MySQL (mysqli)
Server Db Version: 5.5.41
Server Db Grants: Found a "GRANT ALL" statement that appears to be suitable
Server Time Diff: No filesystem time difference found

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

The only warning relates to disable_functions with a lack of:

Code: Select all

pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority