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 '[color=990000][b]([/b][/color]categories c,
categories_description cd[color=9' at line 2
in:
[SELECT c.categories_id, c.parent_id, cd.categories_name as cName, cd2.categories_name as pName
FROM [color=990000][b]([/b][/color]categories c,
categories_description cd[color=990000][b])[/b][/color]
LEFT JOIN categories_description cd2
ON c.parent_id=cd2.categories_id AND cd2.language_id='7'
WHERE c.categories_id='277'
AND cd.categories_id='277'
AND cd.language_id='7'
LIMIT 1]