I am receiving the following error when attempting to export any of the PHP grids:
The webpage at https://mywebsite/page.php?grid_id=list1&export=1&jqgrid_page=1&export_type=&sidx=school&sord=asc&rows=60 might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE
————-
The grid view is loading fine and I can insert new data. I just can’t export anymore. I haven’t moved files or changes filepaths or anything.
2 Answers
Hi,
Check apache error log for details. It looks like export process is hitting memory limit.
You might need to increase memory limit in php.ini
Your Answer