Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in E:\wwwroot\www.oa7day.com\data\includes\cls_mysql.php on line 142
MySQL server error report:Array
(
[0] => Array
(
[message] => MySQL Query Error
)
[1] => Array
(
[sql] => SELECT g.goods_id, g.goods_name,g.market_price, g.promote_price, g.shop_price, g.goods_thumb, SUM(og.goods_number) as goods_number FROM `kkofficenew`.`ecs_goods` AS g, `kkofficenew`.`ecs_order_info` AS o, `kkofficenew`.`ecs_order_goods` AS og WHERE g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 AND g.shop_price >= '-365' AND g.shop_price <= '635' AND g.goods_number > 0 AND og.order_id = o.order_id AND og.goods_id = g.goods_id AND (o.order_status = '1' OR o.order_status = '5') AND (o.pay_status = '2' OR o.pay_status = '1') AND (o.shipping_status = '1' OR o.shipping_status = '2') GROUP BY g.goods_id ORDER BY goods_number DESC, g.goods_id DESC LIMIT 6
)
[2] => Array
(
[error] => Out of memory (Needed 1046384 bytes)
)
[3] => Array
(
[errno] => 5
)
)