WordPress database error: [Unknown column 'event_archetype' in 'WHERE']
SELECT COUNT(*) FROM wptn_em_events
LEFT JOIN wptn_em_locations ON wptn_em_locations.location_id=wptn_em_events.location_id
WHERE (`event_status`=1) AND (`event_archetype` = 'event') AND (`event_type` NOT IN ('repeating','recurring')) AND wptn_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC
WordPress database error: [Unknown column 'event_archetype' in 'WHERE']
SELECT COUNT(*) FROM wptn_em_events
LEFT JOIN wptn_em_locations ON wptn_em_locations.location_id=wptn_em_events.location_id
WHERE (`event_status`=1) AND (`event_archetype` = 'event') AND (`event_type` NOT IN ('repeating','recurring')) AND wptn_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC
WordPress database error: [Unknown column 'event_archetype' in 'WHERE']
SELECT DISTINCT wptn_em_events.event_id, wptn_em_events.post_id FROM wptn_em_events
LEFT JOIN wptn_em_locations ON wptn_em_locations.location_id=wptn_em_events.location_id
WHERE (`event_status`=1) AND (`event_archetype` = 'event') AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start >= '2025-08-31 18:42:32' OR (event_end >= '2025-08-31 18:42:32')) AND wptn_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC
LIMIT 20 OFFSET 0
WordPress database error: [Unknown column 'event_archetype' in 'WHERE']
SELECT COUNT(*) FROM wptn_em_events
LEFT JOIN wptn_em_locations ON wptn_em_locations.location_id=wptn_em_events.location_id
WHERE (`event_status`=1) AND (`event_archetype` = 'event') AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start >= '2025-08-31 18:42:32' OR (event_end >= '2025-08-31 18:42:32')) AND wptn_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC