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 's~%' and pcoll.products_collection_id = cg.products_collection_id and c.categor' at line 1
in:
[select distinct c.categories_id, cd.categories_name, cg.master_categories_id from categories c, categories_description cd, products_collection pcoll, (SELECT p.products_id FROM products p, auxiliary_query aq WHERE (auxiliary_query like '% Loafers %') AND p.products_id = aq.products_id) k, products cg where c.categories_id=cd.categories_id and cg.master_categories_id=c.categories_id and pcoll.products_collection LIKE '%~1980\\'s~%' and pcoll.products_collection_id = cg.products_collection_id and c.categories_id in (6,2,3,6,11,15,16,20,25,27,29,34,37,41,44,47) and cd.language_id='1' and c.categories_status='1' and k.products_id = cg.products_id order by c.sort_order,cd.categories_id]