Keep getting:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/nlsenior/public_html/wp-includes/http.php on line 1331
Trying to upgrade to 2.9.1 from 2.8.4
Keep getting:
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/nlsenior/public_html/wp-includes/http.php on line 1331
Trying to upgrade to 2.9.1 from 2.8.4
Had exactly the same problem... I edited line 12 of my wp-settings.php file via FTP. (It's in the main folder of your WP install.)
from:
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '32M');
to:
if ( !defined('WP_MEMORY_LIMIT') )
define('WP_MEMORY_LIMIT', '64M');
Sorted it out. Upgraded no problem. Hope that helps.
This topic has been closed to new replies.