Seite 1 von 1

Advanced IP Tracking 2.2.1 Problem

Verfasst: 27.12.2005 00:25
von x16
Habe gerade das "Advanced IP Tracking 2.2.1" eingebaut. Funktioniert alles super, nur die Zeile:

Code: Alles auswählen

include($phpbb_root_path . 'includes/functions_showbot.'.$phpEx);
in der "common.php" die ich einfügen soll macht Probleme! Wenn ich die Zeile weglasse scheint alles zu Funktionieren.

Fehlermeldung:

Code: Alles auswählen

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/forum/common.php:1) in /www/htdocs/***/forum/includes/sessions.php on line 370

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/forum/common.php:1) in /www/htdocs/***/forum/includes/sessions.php on line 371

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/forum/common.php:1) in /www/htdocs/***/forum/includes/page_header.php on line 511

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/forum/common.php:1) in /www/htdocs/***/forum/includes/page_header.php on line 513

Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/***/forum/common.php:1) in /www/htdocs/***/forum/includes/page_header.php on line 514
Weiß einer weiter?