Web Programming > PHP & Perl

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

(1/1)

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:


--- Code: ---php_value memory_limit 128M
--- End code ---


in your .htaccess

Navigation

[0] Message Index

Go to full version