Viewing 6 replies - 1 through 6 (of 6 total)
  • It’s an option on the Advanced settings page of the plugin under the Garbage Collection heading.

    I have WP Super Cache 1.1 installed at multiple sites. Two are test/development sites with public access blocked. The others are live. WP Super Cache sends an email each time its cache is preloaded even though “Send me status emails when files are refreshed” is not checked on its preload settings page. Emails are not sent from any of the other sites with identical settings.

    Deactivating WP Super Cache, deleting its directory, and re-installing doesn’t correct the problem. That suggests that something was left set in the database by a previous version. Many incremental trunk versions of WP Super Cache, other plugins, and nightly WP builds have been installed at that test site over recent years, so database corruption is likely.

    I am not explaining this because the email issue is a problem for me. I could easily re-install everything in a fresh database. I just thought it is curious that only that one test site sends the emails and thought that fact might suggest to you another reason for the email issue described by Hazman Aziz.

    Thread Starter Hazman Aziz

    (@hazman)

    Yups, I can’t reinstalled everything because I have more than 200 live blogs. The email are keep coming in.

    I have also unchecked all the Advanced settings page of the plugin

    Open up your wp-content/wp-cache-config.php and look for cache_gc_email_me. If it’s set to 1 then change it to 0. That’s what the settings page does and works on my blogs so I’m not sure why this happens to you.

    The wp-cache-config.php file at the test site that sends emails contains:

    $cache_gc_email_me = 0; //Added by WP-Cache Manager

    I checked to be sure the option isn’t set a second place in the file with a different setting and found that it isn’t.

    That’s really bizarre. The only thing I can suggest is debugging the plugin. Use error_log wherever you find cache_gc_email_me and maybe there’s some other plugin or code outside of the plugin setting it to 1.

    Failing that, just delete the wp_mail() command that sends the offending email but you’ll have to do that again next time you upgrade.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Email – WP Super Cache GC Report’ is closed to new replies.