Fehlermeldung bei der Installation
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Fehlermeldung bei der Installation
Ich habe mir heute phpbb3.0.3 herunzergeladen und die Dateien unverändert auf den Server hochgeladen. Auf der Ersten Einführunsseite werden am oberen Bildschirmrand folgende Meldungen angezeigt:
[phpBB Debug] PHP Notice: in file /install/index.php on line 440: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 441: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 442: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 443: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
Was kann ich machen, dass diese verschwinden?
Ich danke schon im Voraus für jede Hilfe.
Viele Grüße
Fabse123
[phpBB Debug] PHP Notice: in file /install/index.php on line 440: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 441: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 442: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
[phpBB Debug] PHP Notice: in file /install/index.php on line 443: Cannot modify header information - headers already sent by (output started at /language/de/acp/board.php:472)
Was kann ich machen, dass diese verschwinden?
Ich danke schon im Voraus für jede Hilfe.
Viele Grüße
Fabse123
Schnapp Dir die /language/de/acp/board.php und lösche die Leerzeichen / -zeilen nach
Beachte in diesem Zusammenhang auch KB:utf8bom.
Code: Alles auswählen
?>Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen
wird zurückgeändert
Ich habe die Datei schon mehrmals geändert, aber das Forum ändert diese sofort nach dem hochladen wieder.
neue Fehlermeldung
Jetzt kommt statt der anderen noch diese:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
ja Danke, die Datei bleibt jetzt so, ich komme wieder in mein Forum rein aber diese Fehlermeldeung bleibt trotzdem:
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
in den vier Zeilen der functions.php-Datei steht:
3545: header('Content-type: text/html; charset=UTF-8');
3547: header('Cache-Control: private, no-cache="set-cookie"');
3548: header('Expires: 0');
3549: header('Pragma: no-cache');
Außerdem komme ich nicht mehr in den Admin-Bereich, statdessen nur die Meldung:
Ein Zugriff auf den Administrations-Bereich ist nicht möglich, da du keine administrativen Berechtigungen hast.
Bin dankbar für jede (schnelle) Antwort!!!
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3545: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3547: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3548: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3549: Cannot modify header information - headers already sent by (output started at /language/de/common.php:840)
in den vier Zeilen der functions.php-Datei steht:
3545: header('Content-type: text/html; charset=UTF-8');
3547: header('Cache-Control: private, no-cache="set-cookie"');
3548: header('Expires: 0');
3549: header('Pragma: no-cache');
Außerdem komme ich nicht mehr in den Admin-Bereich, statdessen nur die Meldung:
Ein Zugriff auf den Administrations-Bereich ist nicht möglich, da du keine administrativen Berechtigungen hast.
Bin dankbar für jede (schnelle) Antwort!!!
Wieso includes/functions.php? Die wollte nur einen HTTP Header senden. Das ging schief, weil es schon HTML Output gab. Nämlich von der /language/de/common.php ab Zeile 840.
Ich könnte wetten, dass hinter dem abschliessenden noch Leerzeichen / -zeilen folgen.
Dazu: KB:utf8bom und KB:headers_already_sent.
Code: Alles auswählen
headers already sent by (output started at /language/de/common.php:840)Code: Alles auswählen
?>Dazu: KB:utf8bom und KB:headers_already_sent.
Gruss, Miriam.
Ich schmeiß' alles hin und...
... lasse es liegen
Ich schmeiß' alles hin und...
... lasse es liegen