Query: SELECT c.category_id, c.name, c.description, c.search_terms, c.related_terms,
c.meta_title, c.meta_desc, c.meta_keys, c.total_videos,
ct.name, ct.description, ct.related_terms,
ct.meta_title, ct.meta_desc, ct.meta_keys
FROM video_categories AS c
LEFT JOIN video_categories_translations AS ct ON (ct.category_id = c.category_id AND ct.lang_id = )
WHERE c.slug = 'rosszlanyok'
LIMIT 1
Error Message: 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 ')
WHERE c.slug = 'rosszlanyok'
LIMIT 1' at line 6
Error Number: 1064