Fatal error: Uncaught Exception: 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 'LEFT JOIN `order_product` op ON (p.product_id = op.product_id) AND p2c.categ...' at line 11<br />Error No: 1064<br />
SELECT COUNT(DISTINCT p.product_id) total
FROM `product` p
LEFT JOIN `product_to_category` p2c ON (p2c.product_id = p.product_id)
LEFT JOIN `product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN `product_to_store` p2s ON (p.product_id = p2s.product_id)
WHERE
p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0'
AND pd.language_id = '2'
LEFT JOIN `order_product` op ON (p.product_id = op.product_id) AND p2c.category_id = '227' AND p.quantity > 0 in /home/biomallb/domains/biomall.bg/public_html/system/library/db/mysqli.php:48
Stack trace:
#0 /home/biomallb/domains/biomall.bg/storage/modification/system/library/db.php(55): DB\MySQLi->query('\n\t\t\tSELECT COUN...')
in /home/biomallb/domains/biomall.bg/public_html/system/library/db/mysqli.php on line 48