WordPress database error: [Unknown column 'wp_tec_occurrences.start_date_utc' in 'field list']SELECT wp_posts.ID, CAST( wp_tec_occurrences.start_date_utc AS DATETIME ) AS event_date_utc, 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) INNER JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )
WHERE 1=1 AND wp_posts.ID NOT IN (40027,43634,43636,43901) AND (
wp_term_relationships.term_taxonomy_id IN (18)
) AND (
( wp_postmeta.meta_key = '_EventEndDateUTC' AND CAST(wp_postmeta.meta_value AS DATETIME) > '2025-07-15 23:49:02' )
) AND wp_posts.post_type IN ('post', 'page', 'attachment', 'about', 'access', 'accommodation', 'alumni-interview', 'newsletters', 'alumni', 'hospitality', 'chapel', 'fellows', 'hr', 'library', 'postgraduate', 'profiles', 'tutorial', 'subjects', 'undergraduate', 'vacancies', 'tribe_events') AND ((wp_posts.post_status = 'publish'))
GROUP BY wp_tec_occurrences.occurrence_id
ORDER BY event_date_utc ASC, event_duration ASC, wp_posts.post_date ASC
LIMIT 0, 13 /* From [www.trin.cam.ac.uk/events/tag/annual-gathering/list/] in [/nas/content/live/trinexternal/wp-content/plugins/the-events-calendar/common/src/Tribe/Repository.php:716] */