Page 1 of 1

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

Posted: Sat May 04, 2013 4:07 pm
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?!

???

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

Posted: Sat May 04, 2013 4:10 pm
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).