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, 10000000' at line 6
SELECT p.products_image, pd.products_name, pd.products_name2, pd.products_name3, pd.products_name4, 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.numart <> 'scrfmf3265' and p.numart <> 'scrfmi3265' and p.numart <> 'scrfmf1742' and p.numart <> 'scrfmi1742' and p.non_visible_front <> '1' and (p.type_base = '1' or p.type_base = '3')) 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 p.NumArt not like('2IE%') and pd.language_id = '2' and p.manufacturers_id NOT IN(-1) order by limit 0, 10000000