• Trying to upgrade to 2.9.1 and it gives me this error. Can anyone help?

    Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home4/ipaintok/public_html/wp-includes/http.php on line 1327

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try increasing the memory for PHP and WordPress by putting this line in your .htaccess file:

    php_value memory_limit 64M

    or this line near the top of your wp-config.php file:

    define('WP_MEMORY_LIMIT', '64M');

    or in your php.ini, if you have access:

    memory_limit = 64M;

    And deactivate all plugins for a second and then reactivate them all..

    Thread Starter tjmcneely

    (@tjmcneely)

    I added the code in my wp-config.php file but it didnt seem to help.

    Anyone else have a clue?

    You on Windows or linux hosting?

    skillsworkshops

    (@skillsworkshops)

    I increased the memory limit to 128M and it worked. This solution I got from a google search I did. I’ll look for the link, but this worked for me.

    skillsworkshops

    (@skillsworkshops)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fatal error’ is closed to new replies.