1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 1
SELECT cd.categories_name as parent, ccd.categories_name as parent_parent FROM categories c LEFT JOIN categories_description cd ON (cd.categories_id = c.categories_id AND cd.language_id = '4') LEFT JOIN categories cc ON (c.parent_id = cc.categories_id) LEFT JOIN categories_description ccd ON (ccd.categories_id = cc.categories_id AND ccd.language_id = '4') WHERE c.categories_id =
[TEP STOP]