I just came across a problem using wordpress that stopped everything working – any request to the Wordpress site resulted in a blank page. In the log file for the host, I could see:
PHP Fatal error:Â Allowed memory size of 8388608 bytes exhausted (tried to allocate 14592 bytes) in <path to a plugin php file>
Removing the plugin specified just meant that the error was reported for the next plugin.
Searching Google showed many discussions about this problem. Luckily the solution for me was easy enough – as described in this topic:
In <wordpress root>/wp-includes/cache.php I just added:
ini_set("memory_limit","12M");






{ 1 comment… read it below or add one }
this way is good, and the new problem is wordpress 2.8.2 Upgrade,there is an error, like this:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in …wp-includes/http.php on line 1345
to see :http://www.trendslab.cn/archives/99.
thanks.