I am having problems with the Export List function in Grocery Crud Enterprise 2.3.6
I installed it successfully on two different environments (same code, except for the database.php of course)
The first one works completely fine, even when trying to generate an Excel Export on some table.
The second one works fine, until you try to Export a table in Excel format.
Here's the 2 http header I got when trying to export (?action=export)
Working page (first environment)
HTTP/1.1 200 OK => Server => nginx Date => Tue, 31 Oct 2017 14:12:09 GMT Content-Type => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Connection => close X-Powered-By => PleskLin Content-Disposition => attachment;filename="Trees_2017-10-31.xlsx" Expires => Mon, 26 Jul 1997 05:00:00 GMT Cache-Control => cache, must-revalidate Pragma => public Last-Modified => Tue, 31 Oct 2017 14:12:09 GMT
Not working page (second environment)
HTTP/1.0 500 Internal Server Error => Date => Tue, 31 Oct 2017 14:08:54 GMT Server => Apache/2.4.6 (CentOS) OpenSSL/1.0.1e-fips PHP/5.6.30 X-Powered-By => PHP/5.6.30 Content-Disposition => attachment;filename="Iscritti_2017-10-31.xlsx" Cache-Control => cache, must-revalidate Expires => Mon, 26 Jul 1997 05:00:00 GMT Last-Modified => Tue, 31 Oct 2017 14:08:54 GMT Pragma => public Content-Length => 0 Connection => close Content-Type => application/vnd.openxmlformats-officedocument.spreadsheetml.sheet