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 '' at line 1 select p.products_id, p.products_status, pd.products_name, pd.products_description, p.products_model, p.products_image, p.products_subimage1, p.products_subimage2, p.products_subimage3, p.products_subimage4, p.products_subimage5, p.products_subimage6, p.products_subimage7, p.products_subimage8, p.products_subimage9, p.products_subimage10, p.products_price, p.products_tax_class_id from products_to_pctemplates_to_elements ppe, products_description pd, products p where p.show_retail=1 and p.products_id=ppe.products_id and pd.products_id=p.products_id and pd.language_id=2 and ppe.pctemplates_id='' and ppe.elements_id= [TEP STOP] |