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 b.brand_id, b.brand_name,b.brand_logo, COUNT(*) AS goods_num FROM `kkofficenew`.`ecs_brand`AS b, `kkofficenew`.`ecs_goods` AS g LEFT JOIN `kkofficenew`.`ecs_goods_cat` AS gc ON g.goods_id = gc.goods_id WHERE g.brand_id = b.brand_id AND (g.cat_id IN ('28') OR gc.cat_id IN ('28') ) AND b.is_show = 1 AND g.is_on_sale = 1 AND g.is_alone_sale = 1 AND g.is_delete = 0 GROUP BY b.brand_id HAVING goods_num > 0 ORDER BY b.sort_order, b.brand_id ASC
)
[2] => Array
(
[error] => Out of memory (Needed 1044560 bytes)
)
[3] => Array
(
[errno] => 5
)
)