A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND `item_type` = 'article'' at line 4

SELECT `item_id`, `item_type`, `attraction_id`, `title`, `subtitle`, `image`, `slug` FROM `attraction_tags` LEFT JOIN `attraction` ON `attraction_tags`.`attraction_id` = `attraction`.`id` WHERE `item_id` IN() AND `item_type` = 'article'

Filename: models/Parkmodel.php

Line Number: 1605