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 ') AND `m_product`.`status` = 1' at line 4

SELECT `m_product`.* FROM `m_product` JOIN `category` ON `category`.`id` = `m_product`.`category_id` WHERE `category`.`id` in () AND `m_product`.`status` = 1

Filename: models/front/ProductModel.php

Line Number: 80