I was looking to make a page for my forum, and I knew that I had to make a php file and the corresponding html file.
the link to the page can be found at http://soothingchaos.com/forum/aboutus.php
To my surprise it worked, but I have a small issue in the header I get the following Error code on the
- Code: Select all
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/aboutus.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/aboutus.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4673: Cannot modify header information - headers already sent by (output started at [ROOT]/aboutus.php:1)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4674: Cannot modify header information - headers already sent by (output started at [ROOT]/aboutus.php:1)
Now i had looked at includes.php, and I see where its talking about sending the header again, would it be a simple matter of deleting those lines? Or should eliminate the
- Code: Select all
<------INCLUDE OVERALL HEADER.html------>
It seems like its complaining of calling up the header twice so I thought I would ask just to be sure











