Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_pods_concerti_event_date` AS `t`
INNER JOIN wp_pods_concerti_venue AS concerti_venue ON concerti_venue.title = t.location_title AND concerti_venue.city = t.location_city
WHERE ( (start_date > '2023-12-02' OR ( start_date = '2023-12-02' AND ( start_time IS NULL OR start_time >= '13:00'))) AND event_id IN (
SELECT DISTINCT
`concerti_event_meta`.`id`
FROM
wp_pods_concerti_event AS concerti_event_meta
INNER JOIN
wp_term_relationships AS tr
ON
`tr`.`object_id` = `concerti_event_meta`.`id`
INNER JOIN
wp_term_taxonomy AS tt
ON
`tt`.`term_taxonomy_id` = `tr`.`term_taxonomy_id`
WHERE 1=1 AND ( `tt`.`taxonomy` = 'kuenstler' AND `tt`.`term_id` IN () ) ) )
ORDER BY start_date ASC, start_time ASC, `t`.`id`, `t`.`id`
LIMIT 0, 11; Response: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ') ) ) )
ORDER BY start_date...' at line 21