Hi,
When i want export report to Excel i get file (name.xlsx) with text error inside:
---
Warning: unlink(C:\Inetpub\wwwroot\php7.tmp): Permission denied in C:\Inetpub\wwwroot\lib\external\phpExcel\PHPExcel\Writer\Excel2007.php on line 228
Fatal error: Uncaught exception 'Exception' with message 'Could not close zip file C:\Inetpub\wwwroot\php7.tmp.' in C:\Inetpub\wwwroot\lib\external\phpExcel\PHPExcel\Writer\Excel2007.php:346
Stack trace:
#0 C:\Inetpub\wwwroot\lib\export.php(2158): PHPExcel_Writer_Excel2007->save()
#1 C:\Inetpub\wwwroot\apps\showReport.php(5229): mydbrExport->print_report()
#2 C:\Inetpub\wwwroot\report.php(357): unknown()
#3 {main}
thrown in C:\Inetpub\wwwroot\lib\external\phpExcel\PHPExcel\Writer\Excel2007.php on line 346
---
permisions on wwwroot directory an exactly on this file (php7.tmp) is full access for everyone and does not have flag readOnly.
Can someone help me?