1054 - Unknown column 'p.products_id' in 'on clause'
select pd.products_name, p.products_id, p2c.categories_id, p.manufacturers_id, p.products_price, m.manufacturers_name from products p, products_description pd, manufacturers m, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.manufacturers_id = m.manufacturers_id and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p.products_status