PHPExcel 导出表格出错 应该是php.ini的问题 本地可以导出,服务器提示这些错误,哪位大神帮忙解决一下!

WBOY
Release: 2016-06-23 13:33:18
Original
1300 people have browsed it

Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file excelTemp/1433560598.xlsx.' in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php:378 Stack trace: #0 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.list.php(564): PHPExcel_Writer_Excel2007->save('excelTemp/14335...') #1 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.php(36): include('D:\web\Domains\...') #2 {main} thrown in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php on line 378

// Close file			if ($objZip->close() === false) {				throw new Exception("Could not close zip file $pFilename.");			}
Copy after login


回复讨论(解决方案)

Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file excelTemp/1433560598.xlsx.' in D:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php:378 Stack trace: #0 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.list.php(564): PHPExcel_Writer_Excel2007->save('excelTemp/14335...') #1 D:\web\Domains\bn.gzgbi.com\public_html\m\patient\patient.php(36): include('D:\web\Domains\...') #2 {main} thrown inD:\web\Domains\bn.gzgbi.com\public_html\m\patient\PHPExcel\Classes\PHPExcel\Writer\Excel2007.php on line 378
Copy after login

快来人啊 帮帮忙

Could not close zip file 无法关闭 zip 文件

应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)

Could not close zip file 无法关闭 zip 文件

应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)

谢谢版主 那是不是要关闭这个防火墙?

Could not close zip file 无法关闭 zip 文件

应该是创建 xlsx 时产生的临时文件被系统软件劫持了(比如病毒防火墙)

 就是不知道关闭哪个服务

可以尝试一下
不知道关哪个?那就问问网管

可以尝试一下
不知道关哪个?那就问问网管

非常感谢

我也遇到过这个问题 是文件夹权限的问题 

修改一下就可以了

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template