Hi,
Thank you for your tool.
Could you please give me a hand with this error:
I am trying to export a grid but I am getting this message: “Class ‘ZipArchive’ not found in /home/xxxxx/public_html/xxx/xxxxxx/phpgrid/lib/inc/excel/PHPExcel/Writer/Excel2007.php on line 227”
Thank you!!!
Pasting from faq:
Q) How to can i resolve: Class ‘ZipArchive’ not found?
On blank export and on checking error_log if you see
“PHP Fatal error: Class ‘ZipArchive’ not found in /home/user/public_html/phpgrid/lib/inc/excel/PHPExcel/Writer/Excel2007.php on line 225”
There are 2 options for fix.
First is it to install zip php extension that is required by phpexcel library.
Other one is to rename ‘PHPExcel’ folder in <phpgrid>/lib/inc/excel/ with ‘_PHPExcel’
If this path is not found, our system uses older excel exporting library which might work without zip extension.