Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate

Started by admin, April 13, 2011, 05:41:25 AM

Previous topic - Next topic

admin

This error:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes)
means your php memory is only 32Mb and you should increase it by add:

php_value memory_limit 128M

in your .htaccess