Thread: PHPBB problem
View Single Post

  #2 (permalink)  
Old 11-17-2005
Allis
 
Posts: n/a
Default Re: PHPBB problem


"Paul Watt" <paulio@wattioNOSPAM.freeserve.co.uk> wrote in message
news:dli38i$rtk$1@newsg3.svr.pol.co.uk...
> Hi,
> I installed phpbb on my website and all was well. All I did was "wrap" the
> php on the index.php in my html to match the rest of my site. now I get a
> load of unsightly error messages. why is this and what can I do about it?
> the URL is www.depressionlink.co.uk/forum/
>
> cheers in advance
>
> Paul
>
>


PHPbb is going to write the page headers when it loads.
You're already loading them with your HTML.

Get it? ;)

If you must, maybe insert the Forum into your own index with the iFrame?
<IFRAME SRC="your-forum-path-goes-here"> </IFRAME>

Mo In Fo
http://www.htmlhelp.com/reference/ht...al/iframe.html



Usually, I find that if I read the error messages, it tells me what the
error is ;)

Warning: Cannot modify header information - headers already sent by (output
started at /home/depressi/public_html/forum/index.php:9) in
/home/depressi/public_html/forum/includes/sessions.php on line 206

Warning: Cannot modify header information - headers already sent by (output
started at /home/depressi/public_html/forum/index.php:9) in
/home/depressi/public_html/forum/includes/sessions.php on line 207

Warning: Cannot modify header information - headers already sent by (output
started at /home/depressi/public_html/forum/index.php:9) in
/home/depressi/public_html/forum/includes/page_header.php on line 475

Warning: Cannot modify header information - headers already sent by (output
started at /home/depressi/public_html/forum/index.php:9) in
/home/depressi/public_html/forum/includes/page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output
started at /home/depressi/public_html/forum/index.php:9) in
/home/depressi/public_html/forum/includes/page_header.php on line 478

Allis


Reply With Quote