Feb 23, 2019
Database error: [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 'ORDER BY c.title ASC' at line 4]SELECT c.* FROM cms_articles_categories ac
JOIN cms_article_categories c ON c.id = ac.category_id
WHERE ac.article_id =
ORDER BY c.title ASC