Events
Upcoming events
WordPress database error: [Unknown column 'event_type' in 'where clause']
SELECT DISTINCT SQL_CALC_FOUND_ROWS wp_em_events.event_id, wp_em_events.post_id FROM wp_em_events
LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id
WHERE (`event_status`=1) AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start >= '2025-06-30 20:24:21' OR (event_end >= '2025-06-30 20:24:21')) AND (wp_em_events.post_id IN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN (31) )) AND (`event_private`=0)
ORDER BY event_start_date DESC
LIMIT 10 OFFSET 0
Past events
WordPress database error: [Unknown column 'event_type' in 'where clause']
SELECT DISTINCT SQL_CALC_FOUND_ROWS wp_em_events.event_id, wp_em_events.post_id FROM wp_em_events
LEFT JOIN wp_em_locations ON wp_em_locations.location_id=wp_em_events.location_id
WHERE (`event_status`=1) AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_end < '2025-06-30 20:24:21') AND (wp_em_events.post_id IN ( SELECT object_id FROM wp_term_relationships WHERE term_taxonomy_id IN (31) )) AND (`event_private`=0)
ORDER BY event_start_date DESC
LIMIT 10 OFFSET 0