Code: Select all
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 122880 bytes) in /srv/www/htdocs/web338/html/cmsms/lib/smarty/Smarty_Compiler.class.php on line 1131
Greets
Florian
Code: Select all
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 122880 bytes) in /srv/www/htdocs/web338/html/cmsms/lib/smarty/Smarty_Compiler.class.php on line 1131
Code: Select all
$config['php_memory_limit'] = '';
Code: Select all
ini_set("memory_limit", "32M");