GC not working any more
-
I’ve found garbage collection has stopped working entirely at some point, and as far as I can tell from the debug logs it seems to be because supercache only tries to gc the blogs/blog directory (which doesn’t exist).
From the debug log:
****
23:56:21 5344 /wp-cron.php?doing_wp_cron maybe_stop_gc: GC flag not found. GC will go ahead..23:56:21 5344 /wp-cron.php?doing_wp_cron wp_cache_gc_cron: Set GC Flag. (G:\vhosts\sitename.com.au\httpdocs\wp-content/cache/sitename.com.au_wp_cache_gc.txt)
23:56:21 5344 /wp-cron.php?doing_wp_cron Cache garbage collection.
23:56:21 5344 /wp-cron.php?doing_wp_cron Cleaning expired cache files in G:\vhosts\sitename.com.au\httpdocs\wp-content/cache/blogs/blog/
*****And that’s it – it makes no attempt to gc the supercache folder apparently. Is this a config thing on my part somehow?
- The topic ‘GC not working any more’ is closed to new replies.