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 ')
GROUP BY product_option_group_id' at line 9<br />Error No: 1064<br />
SELECT
pogp.product_option_group_id AS product_option_group_id,
pogp.price,
pogp.price_prefix,
GROUP_CONCAT(pogi.product_image_id) AS product_image_ids
FROM product_option_group_price pogp
LEFT JOIN product_option_group_image pogi ON pogp.product_option_group_id = pogi.product_option_group_id
WHERE
pogp.product_option_group_id IN ()
GROUP BY product_option_group_id
in /var/www/intancio_vds/data/www/intancio.com/system/library/db/mysqli.php:43
Stack trace:
#0 /var/www/intancio_vds/data/www/intancio.com/system/library/db.php(46): DB\MySQLi->query('\n SE...')
#1 /var/www/intancio_vds/data/www/intancio.com/c in /var/www/intancio_vds/data/www/intancio.com/system/library/db/mysqli.php on line 43