Fatal Error: SELECT n.* FROM news n
LEFT JOIN cms_multiple_select ms ON (section='news' AND `field`='category' AND item=n.id)
WHERE active = 1 AND ms.`value` IN () AND n.id != '406'
GROUP BY n.id
ORDER BY date DESC
LIMIT 3;
#0 /var/www/vhosts/l-lynch.com/httpdocs/public/_tpl/news.catcher.php(281): sql_query()
#1 /var/www/vhosts/l-lynch.com/httpdocs/public/_lib/default.php(142): require('/var/www/vhosts...')
#2 {main}
MySQL error: 1064 : 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 n.id != '406'
GROUP BY n.id
ORDER BY date DESC
LIMIT 3' at line 3 (# 256).
Error in line 1577 of file '/var/www/vhosts/l-lynch.com/httpdocs/public/_lib/core/common.php'.