Celebrating 52 years of Imparting Knowledge and Wisdom through Education
Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_terms` AS `t`
LEFT JOIN `wp_term_taxonomy` AS `tt` ON `tt`.`term_id` = `t`.`term_id`
LEFT JOIN `wp_term_relationships` AS `tr` ON `tr`.`term_taxonomy_id` = `tt`.`term_taxonomy_id`
WHERE ( ( t.term_id IN () ) AND ( `tt`.`taxonomy` = 'eventcategory' ) )
ORDER BY `t`.`name`, `t`.`term_id`
LIMIT 0, 1; 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 ') ) AND ( `tt`.`taxonomy` = 'eventcategory' ) )
...' at line 8