Welcome Guest, Not a member yet? Register   Sign In
Cannot modify header information
#1

[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
#2

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

[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.




Theme © iAndrew 2016 - Forum software by © MyBB