WordPress database error: [User 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]
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 'stannest_wrdp1' has exceeded the 'max_questions' resource (current value: 1)]SELECT wp_posts.ID, CAST( wp_tec_occurrences.start_date AS DATETIME ) AS event_date, CAST( wp_tec_occurrences.duration AS DECIMAL ) AS event_duration
FROM wp_posts
JOIN wp_tec_occurrences ON wp_posts.ID = wp_tec_occurrences.post_id
WHERE 1=1 AND (
wp_tec_occurrences.end_date > '2024-10-05 00:00:00'
) AND wp_posts.post_type = 'tribe_events' AND ((wp_posts.post_status = 'publish'))
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 1212, 13