WordPress fatal error fixed
by walter on Dec.27, 2009, under Blogging
Visited 512 times, 2 so far today
I found a fix to a WordPress error on the site that’s been happening periodically for the last week or so.
It seems that perhaps the two RSS widgets I added to the sidebar eat memory. I’d been getting this error.
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 1248405 bytes) in /wordpresspath/wp-includes/functions.php on line 251
It was a simple fix found here. Add this line to your wp-config.php file.
define('WP_MEMORY_LIMIT', '64M');