WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]
SELECT wp_postmeta.post_id
FROM wp_postmeta
WHERE 1=1
AND wp_postmeta.meta_key = '_EventHideFromUpcoming'
AND ( wp_postmeta.meta_value = 'yes' OR wp_postmeta.meta_value = '1' )
GROUP BY wp_postmeta.post_id;
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.slug IN ('webinars')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT t.term_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id
WHERE tt.taxonomy IN ('tribe_events_cat') AND t.name IN ('webinars')
ORDER BY t.term_id ASC
LIMIT 1
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT SQL_CALC_FOUND_ROWS (wp_tec_occurrences.occurrence_id + 10000000) as occurrence_id
FROM wp_posts
JOIN wp_tec_occurrences ON wp_posts.ID = wp_tec_occurrences.post_id
WHERE 1=1 AND (
0 = 1
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish')) AND ((
TIMESTAMPDIFF ( SECOND, wp_tec_occurrences.start_date, '2025-07-21 23:59:59' ) >= 1
AND
TIMESTAMPDIFF ( SECOND, '2025-07-21 00:00:00', wp_tec_occurrences.end_date ) >= 1
))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY wp_tec_occurrences.start_date ASC, wp_tec_occurrences.duration ASC, wp_posts.post_date ASC
LIMIT 0, 30
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook='wc_schedule_pending_batch_processes' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_value FROM wp_options WHERE option_name = 'wc_pending_batch_processes' LIMIT 1
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SELECT option_name, option_value FROM wp_options WHERE option_name IN ('_transient_et_builder_ajax_cache','_transient_timeout_et_builder_ajax_cache')
WordPress database error: [User 'excellenvmod3' has exceeded the 'max_questions' resource (current value: 40000)]SHOW FULL COLUMNS FROM `wp_wfhits`