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 ')' at line 7

SELECT `N`.*, `O`.`date_created`, `O`.`date_modified` FROM `navigation` AS `N` LEFT JOIN `objects` AS `O` ON `O`.`id`=`N`.`object_id` JOIN `navigation_access_control` ON `navigation_access_control`.`navigation_id` = `N`.`id` WHERE `N`.`id` = '13' AND `N`.`publish_from` >0 and `N`.`publish_from` < 1711710335 and (`N`.`publish_to` > 1711710335 or `N`.`publish_to` =0) AND `navigation_access_control`.`access_control_id` IN()

Filename: models/Navigation_model.php

Line Number: 159