CodeIgniter Forums
Cannot modify header information - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Cannot modify header information (/showthread.php?tid=54034)



Cannot modify header information - El Forum - 08-20-2012

[eluser]Beginers[/eluser]
Code:
A PHP Error was encountered

Severity: Warning

Message: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\offsrc\application\controllers\change_password.php:1)

Filename: core/Common.php

Line Number: 442
404 Page Not Found

The page you requested was not found.


Hi All,

i certainly encounter this error message always but then this one is tough enough that i could not figure out the root causes of this error. anyone here know this problem? Thank you.

Regards,
Beginners


Cannot modify header information - El Forum - 08-20-2012

[eluser]Aken[/eluser]
You're probably using echo somewhere before performing a redirect, or using gzip compression.


Cannot modify header information - El Forum - 08-21-2012

[eluser]wiredesignz[/eluser]
[quote author="Beginers" date="1345457258"]
Code:
...output started at C:\xampp\htdocs\offsrc\application\controllers\change_password.php:1
[/quote]

You have whitespace before the php tag at line 1 of your 'change_password' controller.