• Resolved Mike Oaten

    (@mike-oaten)


    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

    https://ww.wp.xz.cn/plugins/wp-job-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mike Jolley

    (@mikejolley)

    I’ve not seen this occur before. You could increase memory to see if it resolves it. http://docs.woothemes.com/document/increasing-the-wordpress-memory-limit/ The error is triggering ~140 mb so set it to 196mb as a test.

    You could also disable the object caching to see if there is something breaking on that side of things.

    Thread Starter Mike Oaten

    (@mike-oaten)

    Hi Mike,

    Upped memory to 256M via a new php.ini file and in wp-config.php. Attempts to do via .htaccess returned a 500 error. None of this fixed the issue.

    Read up on object-cache.php and I ‘think’ this is leftover from a previous cache plugin I trialed, but did not keep.

    As a temporary fix I’ve renamed the referenced file to object-cache.php.off and site appears to be running OK with no examples of the error.

    Difficult to tell if there was some conflict with WPJM or not – so very many thanks for the response and suggested fixes.

    roysoham

    (@roysoham)

    Mike can you please provide on more details, I am stuck on exactly the same issue as yours.
    How did you find object-cache is a leftover ? Do you remember the plugin name.
    I have wc, user-meta, wc-vendors, & others

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Fatal php error memory exhausted’ is closed to new replies.