Notice: Error: 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 '-10,10' at line 1
Error No: 1064
SELECT r.review_id, r.author, r.email, r.pros, r.cons, r.comment, r.recommends, r.verified, r.text, r.rating, p.product_id, pd.name, p.price, p.image, r.date_added FROM og_review r LEFT JOIN og_product p ON (r.product_id = p.product_id) LEFT JOIN og_product_description pd ON (p.product_id = pd.product_id) WHERE p.date_available <= NOW() AND p.status = '1' AND r.status = '1' AND r.customer_id != '999' AND pd.language_id = '1' AND p.manufacturer_id = '147' ORDER BY r.date_added DESC LIMIT -10,10 in /var/www/www-root/data/www/gevis.ru/system/database/mysql.php on line 50