Archive

Archive for November, 2009

Solution for “Allowed memory size of 33554432 bytes exhausted” wordpress error

November 13th, 2009 No comments

Solution 1:
Disable all plugins. And then try upgrading wordpress

Solution 2:
Open wp-config.php file in the root directory of wordpress installation and add define(‘WP_MEMORY_LIMIT’, ’64M’); at the very beginning after

Solution 3:
Open wp-settings.php file in the root folder of wordpress installation.
Change 32M to 64M in line 13