Fatal php error memory exhausted
-
Hi,
I’m getting the following php error after applying the lastest WP Job Manager upgrade at http://funderama.com
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16518310 bytes) in /home/content/p3pnexwpnas05_data01/77/2381777/html/wp-content/object-cache.php on line 574
line 574 is…
$result = apc_store( $key, $store_data, $expire );also have had same error quoting line 433
$result = apc_add( $key, $store_data, $expire );Some things I have tried so far:
disabled all plugins and switched on one by one. WPJM seems to trigger the error. (spent some time with caching plugins as it seemed most likely to be an issue with this, but appears not to be).Deleted current version of WPJM and installed older version (1.20.1) problem still exists.
Contacted Listify theme author as I updated this theme on the same day as latest WPJM update.
Any help would excellent
Cheers
The topic ‘Fatal php error memory exhausted’ is closed to new replies.