Recent Topics

1 Jun 21, 2005 12:29    

Okay what have I broken?? (Only thing I can remember doing yesterday was adding the comment spam by renaming htsrv and adding .htaccess to block external access to post_comment)

I get these errors when trying to login or when posting a comment:


Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 66

Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 67

Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 68

Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 69

Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 81
setcookie cookieb2evouser failed!

Warning: Cannot modify header information - headers already sent by (output started at /home2/mikkyt/public_html/blogs/conf/_advanced.php:328) in /home2/mikkyt/public_html/blogs/b2evocore/_functions_users.php on line 83
setcookie cookieb2evouser failed!

2 Jun 21, 2005 16:28

Seems like it could be a cookie problem. Try clearing your browser's cookies and see if that helps. Then you should undo the changes you just did, one at a time, and see if one of them is causing this.

3 Jun 21, 2005 20:16

Also make sure there's no white space at the end of _advanced.php. It sounds like a typical whitespace problem.

4 Jun 22, 2005 22:54

Graham wrote:

Also make sure there's no white space at the end of _advanced.php. It sounds like a typical whitespace problem.

Cheers m8, that fixed it. Darn whitespace!


Form is loading...