• Resolved jwest444

    (@jwest444)


    Hello, this was on my error log:

    [21-Jan-2025 03:15:48 UTC] Cron reschedule event error for hook: action_scheduler_run_queue, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”every_minute”,”args”:[“WP Cron”],”interval”:60}

    There is a separate entry that I will post in the WooCommerce PayPal Payment forum, but I’ll note it here in case it’s related to the above issue:

    [21-Jan-2025 03:18:03 UTC] PHP Fatal error: Uncaught LogicException: No PPCP container, probably called too early when the plugin is not initialized yet. in … /public_html/wp-content/plugins/woocommerce-paypal-payments/src/PPCP.php:35

    I use Storefront theme (which was updated yesterday with the WooCommerce plugin). All other plugins are updated.

Viewing 1 replies (of 1 total)
  • Hi @jwest444

    Thanks for reaching out and sharing the error logs!

    [21-Jan-2025 03:15:48 UTC] Cron reschedule event error for hook: action_scheduler_run_queue, Error code: invalid_schedule, Error message: Event schedule does not exist., Data: {“schedule”:”every_minute”,”args”:[“WP Cron”],”interval”:60}

    For the cron job error, it’s often linked to a misconfiguration. You might want to check if you have a custom cron event manager plugin that’s set to “every_minute.” If you do, try changing the interval to see if that helps.

    [21-Jan-2025 03:18:03 UTC] PHP Fatal error: Uncaught LogicException: No PPCP container, probably called too early when the plugin is not initialized yet. in … /public_html/wp-content/plugins/woocommerce-paypal-payments/src/PPCP.php:35

    Regarding the PayPal error, it can be that the PayPal plugin is acting up due to the recent updates. It looks like it’s trying to do something before it’s all set up. Since you’ve mentioned that plugins are up to date (including PayPal), my next best assumption is a compatibility issue with the server PHP version.

    Seeing that it’s a fatal error, is it by any chance showing a critical error page on your site?

    We could take a look into your site’s setup a bit further to investigate. For this we’ll need a System Status Report. You can find that by going to WooCommerce → Status, selecting Get system report, and then Copy for Support.

Viewing 1 replies (of 1 total)

The topic ‘Error Code: invalid_schedule’ is closed to new replies.