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 'limit 0, 10' at line 6
SELECT p.products_image, pd.products_name, pd.products_name2, p.products_quantity, p.products_id, p.manufacturers_id, m.manufacturers_name, p.products_price, p.ecotaxe_ht, p.products_tax_class_id, p.products_image_med, p.products_date_finnew, p2c.categories_id, NULL as specials_new_products_price, p.products_price as final_price from products_description pd
INNER JOIN products p ON p.products_id = pd.products_id
LEFT JOIN manufacturers m on p.manufacturers_id = m.manufacturers_id
INNER JOIN products_to_categories p2c ON p2c.products_id = p.products_id
LEFT JOIN specials s on p.products_id = s.products_id
WHERE p.products_status = '1' and p.nouveau = '1' and p.products_image_med <> 'visu_non_100.jpg' and ( isnull(p.products_date_finnew) or p.products_date_finnew >= now() ) and pd.language_id = '2' and p.manufacturers_id NOT IN(-1,1752) order by limit 0, 10