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 categories_description.categories_heading_title IS NOT NULL ORDER BY ' at line 7

SELECT `categories_description`.`categories_name`, `manufacturers`.`manufacturers_name` , `categories_description`.`categories_heading_title` FROM products, products_description, categories, categories_description, languages, manufacturers, configuration WHERE products.products_id = products_description.products_id AND products_description.language_id = languages.languages_id AND categories.categories_id = categories_description.categories_id AND categories_description.language_id = languages.languages_id AND products.manufacturers_id = manufacturers.manufacturers_id AND products.products_status = 1 AND configuration.configuration_key = 'DEFAULT_LANGUAGE' AND languages.code = configuration.configuration_value AND categories.parent_id in () AND categories_description.categories_heading_title IS NOT NULL ORDER BY categories.parent_id DESC limit 1000

[TEP STOP]