Fatal Error: Maximum function nesting level of ‘100’ reached, aborting!
-
Hi,
I have just updated wordpress to 4.7.3 and have received the error :
…………../wp-includes/cache.php on line 724Looking 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
- The topic ‘Fatal Error: Maximum function nesting level of ‘100’ reached, aborting!’ is closed to new replies.