Unable to download excel file reporting this error. Please help asap? thank you advance

Fatal error: Uncaught exception ‘PHPExcel_Writer_Exception’ with message ‘Error zipping files : PCLZIP_ERR_READ_OPEN_FAIL (-2) : Unable to open temporary file ‘/tmppclzip-57cfc8131c975.tmp’ in binary write mode’ in /home/wiyley/public_html/icabit/cab_admin/classes/excel/PHPExcel/Shared/ZipArchive.php:112 Stack trace: #0 /home/wiyley/public_html/icabit/cab_admin/classes/excel/PHPExcel/Writer/Excel2007.php(295): PHPExcel_Shared_ZipArchive->addFromString(‘_rels/.rels’, ‘<?xml version="…’) #1 /home/wiyley/public_html/icabit/cab_admin/excel_report_all.php(569): PHPExcel_Writer_Excel2007->save(‘leyton_cabs__to…’) #2 {main} thrown in /home/wiyley/public_html/icabit/cab_admin/classes/excel/PHPExcel/Shared/ZipArchive.php on line 112

Read the error message. It is telling you exactly why it failed.

I would guess the user under which the process is running does not have the correct file permissions (access rights) to create the temporary file.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.