• Ok, so for a while I’ve noticed that my front page always loads slower than any of the other pages and I have no clue why. But today my front page is crashing with a fatal error.

    When I try to load the front page I get:

    Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 71 bytes) in /path to wp/wp-includes/meta.php on line 206

    But here’s the thing, I don’t get this error when I load any other page, just the front page. Does anyone know why?

    I don’t have any cache plugins activated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter sevennine

    (@sevennine)

    Nevermind, I figured it out. The ‘Broken Link Checker’ plugin was causing the cache error.

    Thread Starter sevennine

    (@sevennine)

    Ok, the error is back. uggh. Looks like the plugin didn’t cause it. Anyone have a clue?

    This time the error is:
    Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 65536 bytes) in /home/marchodges/sevennine.net/wp/wp-includes/cache.php on line 382

    Me too,
    when uploading pictures with NextGenen Gallery

    Please help
    Thanks

    Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 3201 bytes) in /mounted-storage/home129/sub005/sc75580-UPYI/elisiria.com/promo/wp-content/plugins/nextgen-gallery/lib/gd.thumbnail.inc.php on line 933

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    Try increasing PHP’s memory limit via one of the following methods:

    1. If you have access to your PHP.ini file, change the line in PHP.ini
    If your line shows 32M try 64M:
    memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)
    
    2. If you don't have access to PHP.ini try adding this to an .htaccess file:
    php_value memory_limit 64M
    
    3. Try adding this line to your wp-config.php file:
    Increasing memory allocated to PHP
    define('WP_MEMORY_LIMIT', '64M');
    
    4. Talk to your host.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fatal Error: cache’ is closed to new replies.