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 ') ORDER BY `t1`.`blog_post_date` desc' at line 5

SELECT `t1`.*, ( SELECT file_name FROM dt_image WHERE 1 AND row_id = t1.blog_post_id AND image_for = 'BLG' AND image_position = 'HBN' AND is_delete = 'N' ORDER BY is_featured LIMIT 1) AS file_name FROM (`dt_blog_post` as t1) WHERE `t1`.`is_delete` = 'N' AND `t1`.`is_active` = 'Y' AND blog_post_id IN () ORDER BY `t1`.`blog_post_date` desc

Filename: /home/elitegolf/public_html/modules/utility/models/utilitymodel.php

Line Number: 149