Cron event not found – after update to 2.8.2
-
Hi! I updated the plugin from version 2.7.3 to 2.8.2 and faced “Cron event not found!” message. I have cron tasks fired by server every minute (define(‘DISABLE_WP_CRON’, true) in wp-config). Before the update everything was working fine. Now:
– I set “enable expiration from published to draft in 5 minutes”
– I wait 5 minutes
– The page changes status from “published” to “draft”
– I see a “Cron event not found!” messageIn the debug logs I don’t see “PROCESSED” log. Only this:
2023-01-03 16:51:22 DEBUG: 90063 -> EXISTING CRON EVENT FOUND - UNSCHEDULED - no errors found 2023-01-03 16:51:22 DEBUG: 90063 -> CRON EVENT SCHEDULED at Tue., 03 Jan 2023 16:55:00 +0100 (1672761300) with options Array ( [expireType] => draft [category] => [categoryTaxonomy] => [enabled] => 1 [id] => 90063 ) , no errors found
…but as I said, page/post changes its status to “draft”.
WP: 5.9.2
PHP 8.1
- The topic ‘Cron event not found – after update to 2.8.2’ is closed to new replies.