Welcome Guest, Not a member yet? Register   Sign In
Impossible to use AJAX on PHP 5.6
#5

(12-22-2016, 10:46 AM)ivantcholakov Wrote: Hm. Switch temporarily CodeIgniter to 'production' mode to test whether this message disappears. Then turn back to 'development' to see this message again. Looks like there is a wrong PHP configuration setting, always_populate_raw_post_data - check what is its value. See how the following information might help:

https://github.com/bcit-ci/CodeIgniter/issues/3254
https://github.com/piwik/piwik/issues/6465

Thanks! I checked them and I know the problem is on the PHP configuration. Problem here is again that I can't modify it, the admin is very "conservative" and doesn't want to modify the global setup of environment since other applications are working fine.

As explained here
http://stackoverflow.com/questions/28278...m-backbone
"Some claim it happens when calling 
Code:
header()
 after some text has already been outputted."
And actually when i create my controller, extends from CI_Controller, there are new headers set automatically.

I wish then try to find a solution to avoid this header to be sent..
Reply


Messages In This Thread
Impossible to use AJAX on PHP 5.6 - by pex - 12-21-2016, 04:25 PM
RE: Impossible to use AJAX on PHP 5.6 - by pex - 12-22-2016, 03:18 AM
RE: Impossible to use AJAX on PHP 5.6 - by pex - 12-23-2016, 04:29 AM
RE: Impossible to use AJAX on PHP 5.6 - by pex - 12-23-2016, 06:06 AM
RE: Impossible to use AJAX on PHP 5.6 - by pex - 12-23-2016, 08:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB