ShopWT官网-php多用户商城系统-在路上

标题: 查询品牌出错 [打印本页]

作者: 498178403    时间: 2016-4-16 11:03
标题: 查询品牌出错
执行地址:
shop/index.php?act=brand&op=index

错误提示:
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 261904 bytes) in \shop\control\brand.php on line 94

代码如下:红色区域为94行:

        private function _getTopClass($goods_class, $gc_id) {
            if (!isset($goods_class[$gc_id])) {
                return null;
            }
            return $goods_class[$gc_id]['gc_parent_id'] == 0 ? $goods_class[$gc_id] : $this->_getTopClass($goods_class, $goods_class[$gc_id]['gc_parent_id']);

        }


作者: shopwt    时间: 2016-4-16 16:06
php.ini分配给的内存太少了
作者: 3574670    时间: 2016-4-16 23:48
同样的问题,求解。





欢迎光临 ShopWT官网-php多用户商城系统-在路上 (https://bbs.shopwt.com/) Powered by Discuz! X3.4