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 `titolo` <> '' AND ( tipologia_disponibilita = 4 OR tipologia_disponibili' at line 10

SELECT `id_news` FROM (`vig_news`) JOIN `vig_news_contenuto` ON `vig_news`.`id_news` = `vig_news_contenuto`.`fk_news` LEFT JOIN `vig_sestiere_party` ON `vig_news`.`id_news` = `vig_sestiere_party`.`fk_party` JOIN `vig_aperture` ON `vig_news`.`id_news` = `vig_aperture`.`fk_news` WHERE `tipologia` = 11 AND `vig_news`.`id_news` NOT IN (0) AND `numero_giorni_preavvivo` <= 100 AND `pubblicatotoday` = '1' AND `fk_categoria` IN () AND `titolo` <> '' AND ( tipologia_disponibilita = 4 OR tipologia_disponibilita = 5) AND `vig_news_contenuto`.`fk_lingua` = 1 GROUP BY `id_news` ORDER BY `ordine` ASC

Filename: /home/x888y1fb/public_html/models/fe_model.php

Line Number: 1365