Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #137827
    Larry Bradley
    Guest

    Using the free version 2.7.5. This error message appears in the PHP error log every day:

    [09-Aug-2024 09:11:16 UTC] Cron reschedule event error for hook: w3_fragmentcache_cleanup, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”w3_fragmentcache_cleanup”,”args”:[],”interval”:0}

    Wordpress 6.6.1 PHP 8.2.21

    I am now getting a similar error message from NS Cloner.

    Any thoughts?

    #137854
    Marko Vasiljevic
    Keymaster

    Hello Larry,

    Thank you for reaching out and I am happy to help!
    The mentioned crone job w3_fragmentcache_cleanup exists, however, as it’s not enabled in the W3 Total Cache, the interval is set to 0
    This is a false positive error message and can be safely ignored
    Thanks!

    #137871
    Larry Bradley
    Guest

    I understand that it isn’t a critical error. But it should not occur. After some research, I think that this error occurs when there is a cron hook in the plugin code, but there is no entry in the wp_options table ‘cron’ entry.

    Also, it appears that the fragment cache code only is in the pro version. I am running the free version, so I should not see an error message for something I do not have.

    Thanks

    #137961
    Marko Vasiljevic
    Keymaster

    Hello Larry,

    Thank you for your feedback.
    Ah yes, this seems to be occurring problem with the wp 6.0 and above.
    I’ll share this with the team and we’ll have to double-check this and make sure to avoid this.
    Thank you for taking the time to report this.

    #137963
    Larry Bradley
    Guest

    I have this problem with another plugin … every couple of minutes. I was able to modify the code in wp-cron.php where it generates the error to test for this particular error and not report it.

    I have also filed a suggestion with the WP team that they look into it … if it isn’t a real error, they should not report it as such.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘W3Total Cache issue’ is closed to new replies.