⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Export function does not work on a remote server



ehuynh

ehuynh
  • profile picture
  • Member

Posted 02 July 2015 - 17:17 PM

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.


Hemant Hingave

Hemant Hingave
  • profile picture
  • Member

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 encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by


Amit Shah

Amit Shah
  • profile picture
  • Member

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 :)