WordPress databasefout: [Unknown column 'event_type' in 'where clause']
SELECT COUNT(*) FROM dcwp_em_events
LEFT JOIN dcwp_em_locations ON dcwp_em_locations.location_id=dcwp_em_events.location_id
WHERE (`event_status`=1) AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start >= '2025-07-04 10:23:57' OR (event_end >= '2025-07-04 10:23:57')) AND dcwp_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC
WordPress databasefout: [Unknown column 'event_type' in 'where clause']
SELECT COUNT(*) FROM dcwp_em_events
LEFT JOIN dcwp_em_locations ON dcwp_em_locations.location_id=dcwp_em_events.location_id
WHERE (`event_status`=1) AND (`event_type` NOT IN ('repeating','recurring')) AND ( event_start >= '2025-07-04 10:23:57' OR (event_end >= '2025-07-04 10:23:57')) AND dcwp_em_events.location_id = 1 AND (`event_private`=0)
ORDER BY event_start_date ASC, event_start_time ASC, event_name ASC