Recent Topics

1 Apr 11, 2006 06:34    

Everytime I attempt to logout out of a created accound on my blog it gives me this error:

Warning: Cannot modify header information - headers already sent by (output started at /home/.lea/nourish/re-nourish.com/sustain/htsrv/login.php:3) in /home/.lea/nourish/re-nourish.com/sustain/b2evocore/_functions_users.php on line 172

Warning: Cannot modify header information - headers already sent by (output started at /home/.lea/nourish/re-nourish.com/sustain/htsrv/login.php:3) in /home/.lea/nourish/re-nourish.com/sustain/b2evocore/_functions_users.php on line 173

.... etc.

any ideas why this might be? any idea how to fix it?

thanks

2 Apr 12, 2006 02:30

Don't produce output in /home/.lea/nourish/re-nourish.com/sustain/htsrv/login.php:3 - where ":3" means "line 3". You'Ve probably modified this file.

If you're bored, search for "Warning: Cannot modify header information - headers already sent by" at this forum (and/or google): you'll see that it's the most common mistake.

Also, reading error messages can help solve the problem.. ;)


Form is loading...