May 29
If you are getting an error message after you have upgraded to Wordpress 2.2 this is the fix that will solve the problem.
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 311296 bytes) in ...
Current memory_limit value was set to 8M
memory_limit = 8M
You should change it to:
memory_limit = 16M
Enjoy!
Recent Comments