Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
headers already sent
#8
I checked and the issue was indeed exactly what you spotted : my WAMP installation has php output_buffering on, I turned it off and the header warning happened as on the distant server.

In case someone has the same issue with WAMP (the packaged software) simply add
Code:
php_flag "output_buffering" off
in your root .htaccess file to turn it off.
Reply


Messages In This Thread
headers already sent - by Bertrand - 2014-03-08, 05:07:23
RE: headers already sent - by Bertrand - 2014-03-08, 05:09:27
RE: headers already sent - by shawn_a - 2014-03-08, 06:36:47
RE: headers already sent - by shawn_a - 2014-03-08, 06:38:02
RE: headers already sent - by shawn_a - 2014-03-08, 06:40:19
RE: headers already sent - by Bertrand - 2014-03-08, 09:03:28
RE: headers already sent - by shawn_a - 2014-03-08, 09:38:40
RE: headers already sent - by Bertrand - 2014-03-08, 10:01:53
RE: headers already sent - by shawn_a - 2014-03-08, 10:24:03
RE: headers already sent - by Bertrand - 2014-03-08, 10:29:05
RE: headers already sent - by Bertrand - 2014-03-08, 19:14:49



Users browsing this thread: 1 Guest(s)