Product Reviews
Unable to run pageCount (1)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 ')' at line 5SELECT count(DISTINCT pr.id) as recCount FROM products_reviews pr
LEFT JOIN orderlines ol ON (pr.OrderlineID=ol.id)
LEFT JOIN products p ON (pr.ProductID=p.id)
LEFT JOIN admin_users au ON (au.id=pr.ApprovedByUserID)
WHERE 1 AND pr.`Deleted`=0 AND pr.ProductId IN ()