Re: [RC] phpBB Statistics v1.0.0
Verfasst: 12.05.2009 17:11
Interessant wäre die ganze Fehlermeldung, denn mit der Angabe kann ich dir nur sagen, dass es einen Fehler gibt.
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /install/index.php on line 287: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /install/index.php on line 288: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /install/index.php on line 289: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /install/index.php on line 290: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3880: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3882: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3883: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3884: Cannot modify header information - headers already sent by (output started at /language/de/common.php:1)
Code: Alles auswählen
Parse error: syntax error, unexpected '=', expecting ')' in /www/htdocs/v159596/***/statistics/includes/functions.php on line 1318
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3880: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3882: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3883: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3884: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1004: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1004: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1004: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1004: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1004: Cannot modify header information - headers already sent by (output started at /language/de/acp/common.php:1)
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v159596/***/language/de/acp/common.php:1) in /www/htdocs/v159596/****/includes/functions.php on line 3880
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v159596/****/language/de/acp/common.php:1) in /www/htdocs/v159596/****/includes/functions.php on line 3882
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v159596/****/language/de/acp/common.php:1) in /www/htdocs/v159596/****/includes/functions.php on line 3883
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/v159596/****/language/de/acp/common.php:1) in /www/htdocs/v159596/****/includes/functions.php on line 3884
Nein, leider nicht.marc1706 hat geschrieben:Weil jetzt bin ich echt verwirrt. Vor ner Weile gab es den Fehler schon, die Lösung gibt es auch in diesem Thread: http://www.phpbb.de/community/viewtopic ... 0#p1093780
In der neuesten Version ist der Fehler aber schon entfernt worden.![]()
Code: Alles auswählen
function get_profile_field_data($profile_field, &$total_values_set, &$total_groups = 0, $limit_count = 0)
Code: Alles auswählen
function get_profile_field_data($profile_field, &$total_values_set, &$total_groups, $limit_count = 0)
Das solltest du auf alle Dateien anwenden die du bearbeitet hast.marc1706 hat geschrieben:Der Fehler liegt offensichtlich in der language/de/common.php. Mit welchem Programm hast du die Datei bearbeitet (bitte nicht den standardmäßigen Editor von Windows)? Hast du die Datei auch als UTF-8 ohne BOM gespeichert? Des Weiteren sollte vor dem <?php und nach dem ?> kein Leerzeichen oder sonstige Zeichen sein.