• I logged onto our site today and notice that our front was displayed many errors that appeared related to WP Super Cache. There were a long list of errors on the backend as well. After some testing, I found traced the root of the problem to WP Super Cache and disabled it which cleared the problem. Some of the error data follows –

    //Added by WP-Cache Manager $wp_cache_mobile_groups = ”; //Added by WP-Cache Manager $wpsc_save_headers = 0; //Added by WP-Cache Manager $wp_cache_home_path = ‘/’; //Added by WP-Cache Manager $wp_cache_slash_check = 1; //Added by WP-Cache Manager $cache_page_secret = ‘xxxxxxxxxxxxxxxxxx’; //Added by WP-Cache Manager $cache_gc_email_me = 0; //Added by WP-Cache Manager $cache_schedule_interval = ‘hourly’; //Added by WP-Cache Manager $cache_time_interval = ‘21600’; //Added by WP-Cache Manager if ( ! defined(‘WPCACHEHOME’) )

    The error strings go on like this for quite awhile but I don’t to post the full set here due to potential security concerns. There were no plugin updates or anything else on the site prior to this failure. Please help.

    The page I need help with: [log in to see the link]

The topic ‘WP Super Cache Failed Today’ is closed to new replies.