Include?!
Verfasst: 10.02.2003 19:37
HI... ich möchte das phpbb2 in meine forum.php einbinden... ich mache das mit diesen zeilen:
<?php
chdir("phpbb2");
include("index.php");
?>
auf der forum.php kommen mir dann diese fehlermeldungen endgegen:
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 464
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 466
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 467
darunter wird das forum äusserlich normal angezeigt aber kein link funktioniert (also die links wurden irgendwie verändert bei dem includen)..
was kann ich da machen? ich habe kein plan...
plz help..
c u
<?php
chdir("phpbb2");
include("index.php");
?>
auf der forum.php kommen mir dann diese fehlermeldungen endgegen:
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/sessions.php on line 182
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/sessions.php on line 183
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 464
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 466
Warning: Cannot add header information - headers already sent by (output started at /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/forum.html:11) in /home/www/ilexnr1.ch/web/html/JuBla/PHPBB2/includes/page_header.php on line 467
darunter wird das forum äusserlich normal angezeigt aber kein link funktioniert (also die links wurden irgendwie verändert bei dem includen)..
was kann ich da machen? ich habe kein plan...
plz help..
c u