现在的位置: 首页 > 综合 > 正文

discuz Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 262144 bytes) 错误解决方法

2012年07月17日 ⁄ 综合 ⁄ 共 99字 ⁄ 字号 评论关闭

1.把php.ini的memory_limit 大小从16M设置到32M或者根据自己情况修改到更大;

2.如问题依旧存在,在出错程序文件头加入ini_set('memory_limit', '32M');

抱歉!评论已关闭.