WordPress database error: [Unknown column 'wp_tec_occurrences.occurrence_id' in 'SELECT']
SELECT SQL_CALC_FOUND_ROWS (wp_tec_occurrences.occurrence_id + 10000000) as occurrence_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 LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (641) ) AND wp_posts.post_type IN ('post', 'page', 'attachment', 'tribe_venue', 'tribe_events', 'tribe_event_series') AND ((wp_posts.post_status = 'publish')) AND (( wp_tec_occurrences.start_date < '2024-08-05 23:59:59' AND wp_tec_occurrences.end_date > '2024-08-05 00:00:00' )) GROUP BY wp_tec_occurrences.occurrence_id ORDER BY event_date ASC, event_duration ASC, wp_posts.post_date ASC LIMIT 0, 30