Fatal error: Uncaught Exception: Error: 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 r.review_id = rv.review_id AND pd.language_id = '2' AND p.date_available <' at line 1<br />Error No: 1064<br />SELECT r.review_id, r.author, r.custom_title, r.customer_id, r.rating, r.text, pd.name,pd.product_id, r.video, r.helpful, r.harmful, r.verified_buyer, rv.image as review_image, r.review_via_address, r.status, r.date_added FROM ofd_product_to_category pc LEFT JOIN ofd_review r ON (pc.product_id = r.product_id) LEFT JOIN ofd_product p ON (pc.product_id = p.product_id) LEFT JOIN ofd_product_description pd ON (r.product_id = pd.product_id) LEFT JOIN ofd_review_image rv ON (r.review_id = rv.review_id) WHERE pc.category_id IN () AND r.review_id = rv.review_id AND pd.language_id = '2' AND p.date_available <= NOW() AND p.status = '1' AND (p.parent_id IS NULL OR p.parent_id = '0') AND r.status = '1' GROUP BY r.product_id ORDER BY r.helpful D in /var/www/offdecor_master/htdocs/public/system/library/db/mysqli.php on line 42