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 '-10, 10' at line 7 (SELECT art_id FROM articole AS art
INNER JOIN sectiuni AS s ON art.art_sectiune=s.s_id
INNER JOIN articole_autori AS aa ON aa.aa_articol=art.art_id
INNER JOIN autori AS a ON aa.aa_autor=a.a_id
WHERE a.a_keyword='mirabela-erbanescu' AND art.art_active = 1 AND art.art_admin = 0
ORDER BY art_data DESC, art_ora DESC
LIMIT -10, 10)