Query Error SELECT id,title,alias, category_id , image, category_alias,summary
FROM fs_news
WHERE 1 = 1 AND category_id_wrapper like "%,1,%" AND id <> 28 AND ( )
ORDER BY id DESC, ordering DESC
LIMIT 0,10
Array
(
[0] => 42000
[1] => 1064
[2] => 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 ')
ORDER BY id DESC, ordering DESC
LIMIT 0,10' at line 3
)