Notice: Error: 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 '-100, 100' at line 1
Error No: 1064
SELECT p.product_id, p.sort_order, "1" AS match_filters, pp.sort_order FROM `oc_product` AS p INNER JOIN `oc_product_to_store` AS p2s ON (p2s.product_id = p.product_id) INNER JOIN `oc_bf_filter` AS f ON (p.product_id = f.product_id) INNER JOIN `oc_product_to_category` AS p2c ON (p.product_id = p2c.product_id) INNER JOIN `oc_product_description` AS pd ON (pd.product_id = p.product_id) INNER JOIN `oc_product` AS pp ON (pp.product_id = p.product_id) WHERE p2s.store_id = '0' AND p2c.category_id = '63' AND pd.language_id = '1' GROUP BY p.product_id HAVING match_filters = 1 ORDER BY pp.sort_order ASC, pd.name ASC LIMIT -100, 100 in /home/s/spinmav8/spinmag.ru/public_html/system/library/db/mysqli.php on line 41Notice: Trying to get property of non-object in /home/s/spinmav8/spinmag.ru/public_html/system/storage/modification/catalog/model/catalog/product.php on line 79Warning: Invalid argument supplied for foreach() in /home/s/spinmav8/spinmag.ru/public_html/system/storage/modification/catalog/model/catalog/product.php on line 79Warning: Cannot modify header information - headers already sent by (output started at /home/s/spinmav8/spinmag.ru/public_html/index.php:115) in /home/s/spinmav8/spinmag.ru/public_html/system/storage/modification/system/library/response.php on line 12