Problem with view XLS format in a Grid [SOLVED]

When I try to view a grid in XLS, I get the following error:

Fatal error: Uncaught exception 'Exception' with message 'Can not create temporary file' in / usr / home / PATH / prod / third / phpexcel / PHPExcel / Shared / OLE / OLE_File.php: 90 Stack trace: # 0 / usr / home / PATH / prod/third/phpexcel/PHPExcel/Writer/Excel5/Workbook.php (604): PHPExcel_Shared_OLE_PPS_File-> init () # 1 / usr / home / PATH / prod/third/phpexcel/PHPExcel/Writer/Excel5 / Workbook.php (572): PHPExcel_Writer_Excel5_Workbook-> _storeOLEFile () # 2 / usr / home / PATH / prod/third/phpexcel/PHPExcel/Writer/Excel5/Workbook.php (235): PHPExcel_Writer_Excel5_Workbook-> _storeWorkbook () # 3 / usr / home / PATH / prod/third/phpexcel/PHPExcel/Writer/Excel5.php (309): PHPExcel_Writer_Excel5_Workbook-> close () # 4 / usr / home / PATH / los_xls.class.php (671): PHPExcel_Writer_Excel5 - > save ( '/ usr / home / / PATH /...') # 5 / usr / home / PATH / _xls.class.php (27): grid_xls-> in / usr / home / PATH / prod / third / phpexcel / PHPExcel / Shared / OLE / OLE_File.php on line 90

Any solution?

Thanks

Re: Problem with view XLS format in a Grid

It should be a permission problem.
Give total recursive permission on the folder.

Re: Problem with view XLS format in a Grid

Yes it’s a problem with permission.

Thank’s vitorjamil