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 ') GROUP BY `product_post`.`id` ORDER BY `product_post`.`weight` ASC, `product...' at line 6

SELECT * FROM `product_post` JOIN `product_category_post` ON `product_category_post`.`id_post` = `product_post`.`id` WHERE `product_post`.`status` != 'no' AND `product_post`.`hl` = 'vi' AND `product_category_post`.`id_category` IN() GROUP BY `product_post`.`id` ORDER BY `product_post`.`weight` ASC, `product_post`.`id` DESC LIMIT 5

Filename: modules/Product/models/Product_model.php

Line Number: 231