Please Help

Justin

Legendary Typer
Joined
Jul 2, 2009
Messages
13,882
Reaction score
1
FP$
106
I am using Phpbb 3.0.6 and after doing this - http://wp.christianbullock.com/adding-c ... ums-stats/

I got some errors so I removed all edits, but I get this:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4204: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4206: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4207: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4208: Cannot modify header information - headers already sent by (output started at /language/en/common.php:1)
 
Check the /language/en/common.php file. Especially make sure there is not a blank line or space at the top of the file.
 
I checked, nothing out of the ordinary... here it is:
Code:
removed
 
Yeah but when you modified it you might have made an error causing the error like i said in my last post 😉

I thought the idea of you posting the file was for us to check other to see what was wrong before :lol:
 
If you removed the edits and it is working again then there is no need to upload a clean version. Uploading a clean version of a file should be a last resort on a modded board.

When doing the code changes, i just think you messed up something. Just doing 1 little thing wrong can create havok. If you miss one of these ; , ' or something like that then your whole site can be messed up until you work out what you did.
 
Yep, fresh common.php fixed the problem. Just the topic prefix like POLL: and Announcement: were messed up, fixed it 🙂
 
Back
Top Bottom