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_image, p.products_artist, pd.products_name, p.products_date_added, f.format_name, p.products_id, p.products_id,p.products_artist, p.manufacturers_id, p.products_price,p.products_date_added, p.products_tax_class_id, p.products_status,p.style_id, st.style_id,p.format_id, cd.categories_name, f.format_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price , pt.track_one_url from (products p, products_description pd, style st, format f,categories_description cd , manufacturers m) left join products_to_categories p2c on pd.products_id = p2c.products_id left join products_tracklisting pt on p.products_id = pt.products_id left join specials s on p.products_id = s.products_id where p2c.categories_id = cd.categories_id and p.style_id=st.style_id and p.format_id=f.format_id and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '3174' and p.producttype_id = '1' order by
[TEP STOP]
|