Monday, November 22, 2010

PHP Fatal error: Allowed memory size ...

How can I fix this? Easy... If your MySQL (or other PHP based software) show this message you can increase the allowed memory size for PHP.

Edit the php.ini and modify
memory_limit = 75M ; Maximum amount of memory a script may consume (8MB)

No comments:

Post a Comment