How to solve a Fatal erroron Wordpress..
By: Manolo | On: 28 Oct, 2006how to solve this:
Fatal error: Allowed memory size of ???? bytes exhausted (tried to allocate 208834 bytes) in
Solution:
http://wordpress.org/support/topic/133676
Content:In cache.php, add the following code at the top in line 2 just after “
ini_set(”memory_limit”,”12M”);
If even then it fails, try increasing the 12M to 20M.
After the upgrade runs successfully, you may remove that line or keep as it as you wish.Also see :
http://wordpress.org/support/topic/113371?replies=11
http://wordpress.org/support/topic/137412?replies=3
ps this post was done in Oct 2008, i edited just coz i dont want it on the front page :-)