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 `taxonomy` = 'post_category' and `post`.`post_status` = 'publi...' at line 4

SELECT `post`.`id` as `post_id`, `post`.`post_title`, `post`.`post_content`, `post`.`comment_status` FROM `post` JOIN `post_mapping` ON `post`.`id` = `post_mapping`.`post_id` WHERE `term_id` IN() and `taxonomy` = 'post_category' and `post`.`post_status` = 'publish' and `post`.`post_type` = 'product' LIMIT 15, 15

Filename: models/Crud_model.php

Line Number: 108