• Resolved Eoinb

    (@eoinb)


    Hi,
    I have just updated wordpress to 4.7.3 and have received the error :
    …………../wp-includes/cache.php on line 724

    Looking at the cache.php document, lines 724, 725, and 726 are as follows:
    protected function _exists( $key, $group ) {
    return isset( $this->cache[ $group ] ) && ( isset( $this->cache[ $group ][ $key ] ) || array_key_exists( $key, $this->cache[ $group ] ) );
    }

    I am on a macBook Pro running Os X EI Captain V:10.11.6
    php version is 5.5.24 and I’m using Desktop Server to create a local wordpress environment.

    I’m a print designer and technical details are a bit beyond my scope.

    I’d appreciate any help and guidance on the problem.

    Thanks in advance,
    Eoin

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Eoinb

    (@eoinb)

    Ok I have found a solution.
    It didn’t work last night, but it worked today.

    I added
    ini_set(‘xdebug.max_nesting_level’, 300);

    into my wp-config.php file.

    Thanks

    Thread Starter Eoinb

    (@eoinb)

    So I marked as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fatal Error: Maximum function nesting level of ‘100’ reached, aborting!’ is closed to new replies.