Fatal error: SQL ERROR [ mysql4 ]
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and SUM(t1.count) > 0' at line 4
CALLING PAGE
/index.php&url=goods&page=¶m=&categories_id=299
SQL
select t1.good_id, MIN(t1.price) as 'price'
from extour_shop_goods_artcolorsize as t1
group by t1.good_id
HAVING t1.good_id in () and SUM(t1.count) > 0
in /home/clients/extourshop/classes/db/mysql4.php on line 427