ERROR IN QUERY:
SELECT a.id, a.img,a.img_title, b.url_alias, b.item_info,b.item_title,a.item_size,a.rooms_number,a.item_price,a.item_neighborhood,a.categ,a.item_number,a.office_type
FROM `m_catalog_products` AS a
LEFT JOIN `m_catalog_products_data` AS b ON a.id = b.item_id
WHERE b.lang = '24' AND a.status = '1' AND a.access = 'guest' AND `categ` = '1'
ORDER BY a.position ASC LIMIT -32,32
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 '-32,32' at line 5
ERROR LOCATION:
into file /home/zagrebre/public_html/ebitcms/modules/catalog/web.php on line 169