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 '(pd.products_name LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' ' at line 18
in:
[SELECT DISTINCT p.master_categories_id FROM (products p LEFT JOIN manufacturers m USING(manufacturers_id), products_description pd, categories c, products_to_categories p2c ) LEFT JOIN meta_tags_products_description mtpd ON mtpd.products_id= p2c.products_id AND mtpd.language_id = 1 WHERE (p.products_status = 1 AND p.products_id = pd.products_id AND pd.language_id = 1 AND p.products_id = p2c.products_id AND p2c.categories_id = c.categories_id and ((pd.products_name LIKE '%60%' OR p.products_model LIKE '%60%' OR m.manufacturers_name LIKE '%60%' OR (mtpd.metatags_keywords LIKE '%60%' AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description LIKE '%60%' AND mtpd.metatags_description !=''))(pd.products_name LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' OR p.products_model LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' OR m.manufacturers_name LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' OR (mtpd.metatags_keywords LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description LIKE '%ADVANCED_SEARCH_DEFAULT_OPERATOR%' AND mtpd.metatags_description !=''))(pd.products_name LIKE '%meters%' OR p.products_model LIKE '%meters%' OR m.manufacturers_name LIKE '%meters%' OR (mtpd.metatags_keywords LIKE '%meters%' AND mtpd.metatags_keywords !='') OR (mtpd.metatags_description LIKE '%meters%' AND mtpd.metatags_description !='')) )) order by p2c.categories_id desc]