Hello,
I am getting error 500 when trying to export.
I get this error for all of my grids.
Thanks for your support.
2 Answers
Hi,
There could be multiple reasons for 500 error. Either check your php error log OR test after enabling following at top of lib/inc/jqgrid_dist.php file.
ini_set(“display_errors”,”on“);
May be your server does not have zip php extension enabled. If that’s the case you can ask hosting to enable it.
Another option is to use legacy excel support lib. For that rename phpexcel folder phpexcel-disabled in lib/inc folder.
Your Answer