1054

Unknown column 'Array' in 'where clause' SQL=SELECT p.`virtuemart_product_id` FROM `rossi_virtuemart_products` as p LEFT JOIN `rossi_virtuemart_product_shoppergroups` as ps ON p.`virtuemart_product_id` = `ps`.`virtuemart_product_id` LEFT JOIN `rossi_virtuemart_product_categories` as pc ON p.`virtuemart_product_id` = `pc`.`virtuemart_product_id` LEFT JOIN `rossi_virtuemart_product_manufacturers` ON p.`virtuemart_product_id` = `rossi_virtuemart_product_manufacturers`.`virtuemart_product_id` LEFT JOIN `rossi_virtuemart_product_prices` as pp ON p.`virtuemart_product_id` = pp.`virtuemart_product_id` WHERE ( ((p.`product_parent_id` = "0" AND `pc`.`virtuemart_category_id` > "0") OR p.`product_parent_id` > "0") AND ((p.`product_parent_id` > "0" AND `pc`.`virtuemart_category_id` > "0") OR p.`product_parent_id` = "0") AND ( `ps`.`virtuemart_shoppergroup_id`= "1" OR `ps`.`virtuemart_shoppergroup_id` IS NULL ) AND `rossi_virtuemart_product_manufacturers`.`virtuemart_manufacturer_id` = Array AND p.`published`="1" ) group by p.`virtuemart_product_id` ORDER BY RAND() ASC LIMIT 0, 12
Go Back Home