1064 - Something is wrong in your syntax obok 'limit 0, 50' w linii 1
select p.products_image, pd.products_name, pd.products_description, p.products_id, p.manufacturers_id, p.products_price, p.products_fsk_18, p.products_fsk_18_hidden, p.products_tax_class_id, p.products_sort_order from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '3' and p2c.categories_id = '56' order by limit 0, 50
[TEP STOP]