• 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

Viewing 1 replies (of 1 total)
  • 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.

Viewing 1 replies (of 1 total)
  • The topic ‘Fatal Error > Upgrade to 2.9.1’ is closed to new replies.