Posting Redirect Broken Slightly

BTGBullseye

Master of Posts
Every single post since I started using Firefox 19.0.2 has resulted in this redirect screen...

AFError.png


Looks like the headers might be broken...

 
Whatever it was, it kept me from logging in at all, using chrome and getting a similar message as bullseye's pic. I didn't even try another browser. Glad it's been fixed apparently.

 
Whatever it was, it kept me from logging in at all.
Yeah, I had the same problem. I could not log in since thursday. It is a PHP error and I tried multiple browsers on multiple operating systems on multiple machines using multiple internet connections. It is deffinitely server side problem, but strangely other people could log in.

The error message means that some function in the PHP script tried to modify the cookies sent by the page, but could not do so, because the HTTP header has already been sent. According to a google search, this happens in a phpBB board when you mess up the encoding when edditing a configuration file.

 
Back
Top