I am using Opencart version 1.4.9.4
after purchasing and installing UKSB Google Merchant I get the following error:
Code: Select all
Error: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error No: 1140
SELECT ps.date_end AS end, COUNT(ps.product_special_id) AS total FROM product_special ps WHERE ps.product_id = '50' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
when I go to the root of my website, I get the following error:
Code: Select all
Fatal error: Cannot redeclare ModelCatalogProduct::getSpecialEndDate() in /var/www/vhosts/website.com/httpdocs/vqmod/vqcache/vq2-catalog_model_catalog_product.php on line 580
as soon as I delete
Code: Select all
uksb_google_merchant.xml
Code: Select all
Error: Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error No: 1140
SELECT ps.date_end AS end, COUNT(ps.product_special_id) AS total FROM product_special ps WHERE ps.product_id = '50' AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW()) AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
Please help/advice me.
-Nawid