-
Fatal Error : Allowed memory size of
1
July 11th, 2011ProgrammingIt happen to me today so i decide to put the solution on my blog.
this problem happen because the script want more memory to process the specific task they do.
to solve this problem, you must change memory_limit = in php.ini file
if you can find php.ini file just do see it from using the phpinfo() function
<?php
phpinfo();
?>i do recommend you set it up to 512M
Tags: PHP CODERmemory_limit = 512M
1 Trackbacks / Pingbacks
-
[...] my problem is i can’t find php.ini [...]


Enable XMLRPC in php.ini | PEBOOM July 11th, 2011 at 22:10