Fatal error: Uncaught Exception: Error: 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 p.status = '1'
...' at line 5<br />Error No: 1064<br />SELECT p.product_id AS product_id
FROM oc_product p
LEFT JOIN oc_product_to_category pr ON (p.product_id = pr.product_id)
WHERE p.product_id != '2431'
AND p.product_id NOT IN ()
AND p.status = '1'
AND p.quantity > 0
AND p.date_available <= NOW()
AND pr.category_id IN (32,33,34,35,36,37,39)
LIMIT 0,5 in /var/www/mh_production/builds/c0856a03709caf9060429c7de8d2f470d80ebf66/system/library/db/mysqli.php on line 41