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?!
