Hi @trainwithchelle ,
The Imagick warning is optional, if your images are uploading and displaying fine, you can ignore it. Enabling it requires a hosting-level change anyway.
The real one to address is action_scheduler_run_queue. Worth noting, this isn’t a core WordPress cron event, it belongs to the Action Scheduler library, bundled with plugins like WooCommerce or AutomateWoo.
- Do you have WooCommerce or any automation plugin installed?
- Who is your hosting provider, and are you on shared hosting, a VPS, or managed WordPress?
- Do you have this in your wp-config.php:
define('DISABLE_WP_CRON', true);
Answers to these will narrow it down quickly.
Thread Starter
Michelle
(@trainwithchelle)
@rachidbray
- No WooCommerce or automation plugin
- Hosting with IONOS, shared maybe?
- I never added that code
The only thing that has changed is that I’m now using a booking software plugin (LatePoint), it seems the issue started shortly after that.
@trainwithchelle
Timing clearly points to plugin
To confirm, temporarily deactivate LatePoint, then go to Tools → Site Health → Status, wait a few minutes and refresh the page; let me know if the “scheduled event failed” message disappears or is still there, this will confirm whether LatePoint is causing the issue without needing any technical steps.
Thread Starter
Michelle
(@trainwithchelle)
@rachidbray I deactivated it and waited as suggested, the error was still there.