WordPress database error: [Table 'wp_actionscheduler_actions' is marked as crashed and should be repaired]SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook='forminator_process_report' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
WordPress database error: [Table 'wp_actionscheduler_actions' is marked as crashed and should be repaired]
INSERT INTO wp_actionscheduler_actions ( `hook`, `status`, `scheduled_date_gmt`, `scheduled_date_local`, `schedule`, `group_id`, `priority`, `args` )
SELECT 'forminator_process_report', 'pending', '2025-12-22 11:31:09', '2025-12-22 11:31:09', 'O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766403069;s:18:\"\0*\0first_timestamp\";i:1766403069;s:13:\"\0*\0recurrence\";i:60;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766403069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:60;}', 7, 10, '[]' FROM DUAL
WHERE (
SELECT action_id FROM wp_actionscheduler_actions
WHERE status IN ( 'pending', 'in-progress' )
AND hook = 'forminator_process_report'
AND `group_id` = 7
LIMIT 1 ) IS NULL