Forums

Fatal Error: cache (5 posts)

  1. sevennine
    Member
    Posted 2 years ago #

    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.

  2. sevennine
    Member
    Posted 2 years ago #

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

  3. sevennine
    Member
    Posted 2 years ago #

    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

  4. Valerio1789
    Member
    Posted 1 year ago #

    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

  5. James
    Happiness Engineer
    Posted 1 year ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic