The export function will not work on my remote server. Locally, it works. The files are the same, so I am not sure why the export function only works locally.
Export function does not work on a remote server
- Single Page
Posted 02 July 2015 - 17:17 PM
Posted 07 September 2015 - 06:48 AM
One of solution is
erase and rewrite <?php in controller and in library file on server. It work for me. For development i used WAMP in window but while uploading on linux server file get converted to Unix format onbehalf it prompt error As
A PHP Error was encounteredSeverity: Warning
Message: Cannot modify header information - headers already sent by
Posted 07 September 2015 - 13:20 PM
well.. check if the code generates any error on the server.. set the mode to development and check it..you may get some issues probably..
do some debuging with firebug.. on firefox .. u will surely find some issue out there
Happy GCing :)