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 'ORDER BY pd.name' at line 4
Error No: 1064
SELECT p.product_id, pd.name
FROM product p
LEFT JOIN product_description pd ON p.product_id = pd.product_id AND pd.language_id = '2'
WHERE series= ORDER BY pd.name
in /home/v/ventsr1z/ventsr1z.bget.ru/public_html/system/database/mysql.php on line 52