• Resolved islp

    (@islp)


    I found the following (multiple entries) in my debug.log file:

    #0 /home/mydo/www/wp-content/object-cache.php(2236): require_once()#1 /home/mydo/www/wp-content/object-cache.php(576): WP_Object_Cache->delete_offending_files(1)#2 /home/mydo/www/wp-content/object-cache.php(436): WP_Object_Cache->open_connection()#3 /home/mydo/www/wp-content/object-cache.php(2270): WP_Object_Cache->__construct()#4 /home/mydo/www/wp-includes/load.php(851): wp_cache_init()#5 /home/mydo/www/wp-settings.php(131): wp_start_object_cache()#6 /home/mydo/moved-wp-config.php(109): require_once('/home/mydo...')#7 /home/mydo/www/wp-config.php(2): include('/home/mydo...')#8 /home/mydo/www/wp-load.php(50): require_once('/home/mydo...')#9 /home/mydo/www/wp-login.php(12): require('/home/mydo...')#10 {main}

    Is this something related to the plugin? The website is behaving in a strange way (but its behaviour could be completely unrelated)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author OllieJones

    (@olliejones)

    If something goes wrong and this plugin cannot access its cache file, it puts this error message trace into debug.log and recreates the cache file.

    If this recurs frequently, you should try putting your cache file under your temporary directory. It’s possible your WordPress files are on a file share, which doesn’t work perfectly for a cache. Please read this.

    It’s also possible something in your server configuration doesn’t allow this kind of caching to be reliable. If moving the cache file doesn’t help, please consider uninstalling this plugin.

    Thread Starter islp

    (@islp)

    Hi, thanks for you kind reply. My file is in the tmp directory. But I must say one thing: this error is gone AND it happened right before the hosting provider informed me of an incident related to the server hard drive ?? Probably, it was impossible to read the file during the incident

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Debug.log object cache issue’ is closed to new replies.