Что может вызывать такую ошибку в ОпенКарт 1.5.4 ?
2013-06-13 5:42:24 - PHP Notice: 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 ') LIMIT 0,1' at line 13<br />Error No: 1064<br /> SELECT DISTINCT
p.product_id,
pd.name,
p.image,
p.price,
p.tax_class_id,
pd.description FROM product p
LEFT JOIN product_description pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN product_to_category p2c ON (p.product_id = p2c.product_id) WHERE pd.language_id = '1'
AND p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0' AND p2c.category_id IN (236, 344, 353) AND p.product_id IN () LIMIT 0,1 in /home/content/71/10766471/html/system/database/mysql.php on line 49
Я тоже так думаю