1146 - Table 'sofortversand_de.produts' doesn't exist

select distinct p.produts_image, m.manufacturers_id, p.produts_id, p.produts_model, p.produts_plattform, p.produts_sprache, p.produts_termin, pd.produts_name, p.produts_price, p.produts_tax_class_id, p.produts_price as final_price from produts p left join manufacturers m using(manufacturers_id), produts_description pd, categories c, produts_to_categories p2c where p.produts_status = '1' and p.produts_id = pd.produts_id and pd.language_id = '2' and p.produts_id = p2c.produts_id and p2c.categories_id = c.categories_id and ((pd.produts_name like '%produ%' or p.produts_ean like '%produ%' or p.produts_model like '%produ%' or m.manufacturers_name like '%produ%' or pd.produts_description like '%produ%') ) order by pd.produts_name

[TEP STOP]