Ошибка SQL запроса (класс=tquery) : SQL =[ SELECT ar.*, c.name, c.cat_id, c2.name as name_parent, a.fio, a.picture as author_picture, a2.fio as coauthor_fio FROM articles ar INNER JOIN cat c ON (c.id=ar.id_cat) INNER JOIN cat c2 ON (c2.id=c.cat_id) INNER JOIN authors a ON (a.id=ar.id_author) LEFT JOIN authors a2 ON (a2.id=ar.id_coauthor) WHERE (ar.id=100)на) AND (ar.enabled=1) ]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 'на) AND (ar.enabled=1)' at line 16