ERROR IN QUERY:
SELECT *
FROM `m_catalog_categories` AS a
LEFT JOIN `m_catalog_categories_data` AS b
ON a.id = b.category_id
LEFT JOIN `m_catalog_categories_rel` AS c
ON a.id = c.item_id
WHERE a.status = '1' AND b.lang = '17' AND c.parent_id = '31'
LIMIT -18,18
ERROR INFO:
(1064) 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 '-18,18' at line 8
ERROR LOCATION:
into file /home/solo/public_html/e5cms/modules/catalog/web.php on line 1724