Headers Error

sapper

Paragon
Joined
Oct 15, 2009
Messages
1,124
Reaction score
0
FP$
2,037
I'm trying to add custom pages in phpBB3 v 3.0.10 using this template on the phpBB site:

http://www.phpbb.com/kb/article/add-a-n ... -to-phpbb/

It's working fine up until the time you visit the page, then I get this error :

Code:
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4684: Cannot modify header information - headers already sent by (output started at [ROOT]/rules.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4686: Cannot modify header information - headers already sent by (output started at [ROOT]/rules.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4687: Cannot modify header information - headers already sent by (output started at [ROOT]/rules.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/rules.php:1)

Can anyone help ?
 
Back
Top Bottom