WordPress: Fatal error: Allowed memory size of 33554432 bytes

Published by

Posted on February 28, 2009

Fatal error: Allowed memory size of 33554432 bytes

Fix:
locate the wp-settings.php file
Search for define(’WP_MEMORY_LIMIT’, ‘32M’);
Change 32M to 64M : define(’WP_MEMORY_LIMIT’, ‘64M’);

for some reason this is different from setting the memory limit in the php.ini file. . :(