ERROR IN QUERY:
SELECT *
FROM `m_references` AS a
LEFT JOIN `m_references_data` AS b ON a.id = b.parent_id
WHERE a.status = '1' AND b.lang = '17' AND a.access = 'guest'
AND a.category_id = '1'
LIMIT -8,8
ERROR INFO:
(1064) 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 '-8,8' at line 7
ERROR LOCATION:
into file /home/artanimi/dj4uhr/e5cms/modules/references/web.php on line 147