When I click the export i get this message
This site can’t be reached
The webpage at http://www.smpilo.com/test/demos/export/export-all.php?grid_id=list1&export=1&jqgrid_page=1&export_type=excel&sidx=id&sord=desc&rows=20 might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE
but in locale server workes normally
1 Answers
Hi,
It seems to be due to 500 server error.
Actual error behind this 500 error code can be checked by monitoring error log file on hosting server.
Most likely zlib library is not installed there. So first option 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’
Your Answer