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 'and pd.products_id = p.products_id and p.hide_in_nav = 0 AND pd.language_id = '2' at line 1

select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_soldout, products_status, p.products_quantity, p.products_image, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id, p.bottle_size, p.ean, p.vintage, p.best_between, p.alcohol, p.stopper, p.products_image_small, p.products_image_roundabout, pd.long_description, pd.recommendation, pd.long_description_bottle, pd.products_name_sub from products p, products_description pd, products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and p2c.categories_id = and pd.products_id = p.products_id and p.hide_in_nav = 0 AND pd.language_id = '2' order by products_sort_order

[TEP STOP]