Query Error SELECT id,name,image, alias, category_id,category_alias,hits,created_time
FROM fs_service
WHERE ID IN ( )
AND published = 1
ORDER BY ordering DESC , id DESC
LIMIT 5
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 ')
AND published = 1
...' at line 3
)