Product Reviews


System error: [2] mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, bool given
Error on line 50 in /var/www/vhosts/ironingpresscompany.com/httpdocs/themes/site/ironingpress/templates/pages/read-product-reviews.html.php
System error: [2] implode(): Invalid arguments passed
Error on line 53 in /var/www/vhosts/ironingpresscompany.com/httpdocs/themes/site/ironingpress/templates/pages/read-product-reviews.html.php
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 ()