PHPExcel
后端笔记 2018-08-24 10:40:22

 1、php7以上导出报错:'break' not in the 'loop' or 'switch' context

在高版本PHP7下,出现ERR_INVALID_RESPONSE的错误还可能由于下面的原因导致

打开PHPExcel\Calculation\Functions.php文件,注释掉581行的break即可

 

2、导出时报错:Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 76 bytes) in xxx.php on line 166 

如果phpinfo中设置的memory_limit足够大,可以在文件最上方加一句:ini_set('memory_limit', '-1'); 

 

 

 

本文来自于:http://www.yoyo88.cn/note/backend/356.html

Powered by yoyo苏ICP备15045725号