Notice: 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 AND pd.product_id<>'6949' AND p.quantity>'0'
AND pd.lang' at line 4
Error No: 1064
SELECT pd.product_id as related_id FROM product_description AS pd
LEFT JOIN product AS p ON p.product_id = pd.product_id
LEFT JOIN product_to_store AS p2s ON p2s.product_id = pd.product_id
WHERE ( ) AND p.status = 1 AND pd.product_id<>'6949' AND p.quantity>'0'
AND pd.language_id = '1'
AND p2s.store_id = '0' GROUP BY pd.product_id LIMIT 10; in /var/www/infor754/data/www/1bobr.ru/system/database/mysql.php on line 49