ERROR IN QUERY:
SELECT a.*,b.*
FROM `m_catalog_products` AS a
LEFT JOIN `m_catalog_products_data` AS b ON a.id = b.item_id
WHERE a.status = '1'
AND b.lang = '17'
AND a.categ=14
LIMIT -48,48
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 '-48,48' at line 8
ERROR LOCATION:
into file /var/www/clients/client1/web35/web/e5cms/modules/catalog/web.php on line 676