Database error: Invalid SQL: SELECT cat1.hidden,cat2.hidden as hidden2, tb_product.shortdescription,cat2.category_name as category_name2,tb_manufacturer.manufacturer_name,tb_manufacturer.url, tb_article.*, tb_product.shortdescription,tb_product.product_name,tb_product.productsheet,cat1.category_name FROM tb_product INNER JOIN tb_manufacturer ON tb_product.manufacturer_id=tb_manufacturer.manufacturer_id INNER JOIN tb_category as cat1 ON tb_product.category_id=cat1.category_id LEFT JOIN tb_category AS cat2 ON cat2.category_id=cat1.parent_id INNER JOIN tb_article ON tb_article.product_id=tb_product.product_id WHERE tb_product.product_id= ORDER BY tb_article.defaultarticle DESC
MySQL Error: 1064 (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 tb_article.defaultarticle DESC' at line 1)