Forums

2.0.4 upgrade issue - PHP Fatal Error: Allowed memory size of 67108864 bytes exh (3 posts)

  1. vscarpenter
    Member
    Posted 5 years ago #

    I just upgraded to WordPress 2.0.4 and my blog is broken. I am getting the following error:

    [Wed Aug 2 15:46:12 2006] [error] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40 bytes) in /xxxx/j2eegeek_com/blog/wp-includes/functions.php on line 1445
    [Wed Aug 2 15:46:12 2006] [error] PHP Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 40 bytes) in /xxx/j2eegeek_com/blog/wp-includes/functions.php on line 1445

    Here's my php-info page - http://kemra.kattare.com/phpinfo.kvws

  2. drmike
    Member
    Posted 5 years ago #

    Ask your host to bump up the memory set aside for PHP. Should be a line labeled memory_limit in the php.ini file.

    You can try doing it yourself in the top of the functions.php file with:

    ini_set("memory_limit","128M");

    Chances are your best option would be talking to your host though.

  3. vscarpenter
    Member
    Posted 5 years ago #

    Hi Dr. Mike and thank you. That did the trick. I wonder what's different between 2.0.3 and 2.0.4 to cause this issue. Thanks

    --Vinny
    http://www.j2eegeek.com/blog/

Topic Closed

This topic has been closed to new replies.

About this Topic