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 ') AND pd.products_name NOT LIKE '%OPERATRSLST 3'
ORDER BY pd.produc' at line 3
SELECT *
FROM products p, products_description pd, products_to_categories ptc
WHERE p.products_id = ptc.products_id AND pd.products_id=p.products_id AND pd.language_id = 4 AND p.released = 'released' AND p.for_display = 'yes' AND p.exclude_from_subscription = 'No' AND () AND pd.products_name NOT LIKE '%OPERATRSLST 3'
ORDER BY pd.products_name