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 ':languagesID' at line 4
in:
[select count(*) as total FROM (products p LEFT JOIN manufacturers m on (p.manufacturers_id = m.manufacturers_id) INNER JOIN categories_description cd ON (p.master_categories_id = cd.categories_id AND cd.language_id=2 AND cd.categories_description LIKE '%-Huwelijksset-%') , products_description pd LEFT JOIN featured f on pd.products_id = f.products_id ) WHERE p.products_status = 1 and p.products_id = f.products_id and f.status = 1 AND p.products_id = pd.products_id and pd.language_id = :languagesID]