CMSMS 1.11.2 | PHP 5.3.21 (Fatal error, Memory exhausted)

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
ilia3d

CMSMS 1.11.2 | PHP 5.3.21 (Fatal error, Memory exhausted)

Post by ilia3d »

Hello,

CMSMS 1.11.2 site was copied from PHP 5.2.17 to PHP 5.3.21 host, and doesn't work anymore.

Error: Fatal error: Allowed memory size of 262144 bytes exhausted (tried to allocate 122880 bytes) in ...../lib/adodb_lite/adodb.inc.php on line 131

what i have tried bevor:

1) memory_limit = 64Mb.
i maked ini_set('memory_limit', '256'); in config.php and php_value memory_limit 256M in .htaccess (last thing works, but nothing happens)

2) renamed all modules - the same thing.

3) checked permissions for important folders (/tmp; /uploads; /tmp/cache; tmp/template_c; etc) all have 777 - doesn't help.

4) installing in /lib adodb + $config['use_adodb_lite'] = 0; in config.php
- doesn't work for me too.

I have no idea anymore... i think thats happens bevor CMSMS connecting to DB (in this case MySQL). Whats wrong with adodb_lite?!

???
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: CMSMS 1.11.2 | PHP 5.3.21 (Fatal error, Memory exhausted

Post by calguy1000 »

Error: Fatal error: Allowed memory size of 262144 bytes exhausted
262144 bytes is ~256K of memory.

Obviously the things you are trying are not working.... try contacting your host. Sounds like they have a problem.

Then upgrade to 1.11.6 (for security reasons).
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Locked

Return to “CMSMS Core”