A Database Error Occurred

Error Number: 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 `news_mst`.`publish_date` <= '2024-03-29'' at line 5

SELECT `news_mst`.*, `user_info`.`id` as `user_id`, `user_info`.`name`, `user_info`.`photo`, `t5`.`file_name`, `t5`.`file_ext` FROM `news_mst` JOIN `user_info` ON `user_info`.`id`=`news_mst`.`post_by` LEFT JOIN `podcust_tbl` `t5` ON `t5`.`id`=`news_mst`.`podcust_id` WHERE `news_mst`.`news_id` IN() AND `news_mst`.`publish_date` <= '2024-03-29'

Filename: models/Tag_model.php

Line Number: 36