in /www/users/kingreid.com/includes/cls_mysql.php on line 42

2016-07-07 15:41 来源:www.chinab4c.com 作者:ecshop专家

上传网站后登陆首页出现错误提示Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 16 bytes) in /www/users/kingreid.com/includes/cls_mysql.php on line 424
后台可以登陆,部分子页面可以登陆,

回答:
额...没人遇到过么...
说一下我都测试过什么方法吧
*按照提示找cls_mysql.php ,未找到里面有与memory相关的值
*百度上的方法都试过了,未能解决
*清空ecs_states表 还是原错误
*删除全部文件从新上传 原错误
*全部目录子目录权限777原错误
期待高手解答。。。

您可以看下这个帖子

http://bbs.ecshop.com/viewthread ... Bmemory%2Bsize%2Bof

解决了,在index.php插入 ini_set("memory_limit", "-1");//
32M不可以,不知道为什么。。。

晕,只有首页好了,还有很多页面显示同样问题。。。

加在includes/init.php中
ini_set("memory_limit", "-1");

加在includes/init.php中
ini_set("memory_limit", "-1");

加了之后产品页面好了,但文章,公告等还是Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 44 bytes) in /www/users/kingreid.com/includes/cls_mysql.php on line 424