Fehler 3.0.6 -> 3.0.7-PL1
Fehler 3.0.6 -> 3.0.7-PL1
Habe folgenden Fehler im Bord
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4307: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4309: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4310: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4311: Cannot modify header information - headers already sent by (output started at /common.php:232)
Gruß Markus
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4307: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4309: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4310: Cannot modify header information - headers already sent by (output started at /common.php:232)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4311: Cannot modify header information - headers already sent by (output started at /common.php:232)
Gruß Markus
Re: Fehler 3.0.6 -> 3.0.7-PL1
Zum Thema "headers already sent" habe ich hier doch schon genügend Beiträge gelesen. Ist die Forumssuche mal wieder defekt? ;-)
Re: Fehler 3.0.6 -> 3.0.7-PL1
die Suche bringt mich hier nicht recht viel weiter
- Metzle
- Ehemaliges Teammitglied
- Beiträge: 10435
- Registriert: 08.03.2008 02:50
- Wohnort: Waiblingen-Neustadt
- Kontaktdaten:
Re: Fehler 3.0.6 -> 3.0.7-PL1
Hallo,
schau mal hier: KB:headers_already_sent
Ich tippe auf eine Leerzeile am Ende der common.php. Die Datei muss mit folgenden Zeichen enden:
schau mal hier: KB:headers_already_sent
Ich tippe auf eine Leerzeile am Ende der common.php. Die Datei muss mit folgenden Zeichen enden:
Code: Alles auswählen
?>
Re: Fehler 3.0.6 -> 3.0.7-PL1
Passt zwar nicht exakt hier rein, aber hab auch ein Problem nach dem Update. Hab alles wie in der Anleitung gemacht, nur steht immer noch 3.0.6 als akutelle Version bei mir drinnen. Hab alles hochgeladen, überprüft, geändertes Paket runtergeladen und anschließend wieder hochgeladen in die richtigen Verzeichnisse... Jemand eine Idee?
- Metzle
- Ehemaliges Teammitglied
- Beiträge: 10435
- Registriert: 08.03.2008 02:50
- Wohnort: Waiblingen-Neustadt
- Kontaktdaten:
Re: Fehler 3.0.6 -> 3.0.7-PL1
Hallo,
wenn du dir sicher bist, dass du die geänderten Dateien hochgeladen hast, dann führe mal die Datei install/database_update.php aus. Danach sollte deine Version aktuell sein. Das Update scheint nämlich nicht bis zum Ende durchgelaufen zu sein und hat deshalb nicht die Version gesetzt ganz zum Schluss.
wenn du dir sicher bist, dass du die geänderten Dateien hochgeladen hast, dann führe mal die Datei install/database_update.php aus. Danach sollte deine Version aktuell sein. Das Update scheint nämlich nicht bis zum Ende durchgelaufen zu sein und hat deshalb nicht die Version gesetzt ganz zum Schluss.
-
- Gesperrt
- Beiträge: 1999
- Registriert: 08.02.2009 22:58
Re: Fehler 3.0.6 -> 3.0.7-PL1
Den Fehler hab ich auch hier mit dem komplett Paket, Deutsch wie Englisch . Und zwar liegt das an der includes/acp/acp_styles.php
Habe das Testforum auf einer Subdomain liegen.
Zeile 646:
Tausche ich diese Datei (acp_styles.php Version 3.0.7 RP) gegen die Version phpbb 3.0.6 kann ich im Adminbereich (ACP) die Styles aufrufen, ansonsten erhalte ich obige Fehler Info.
Ist das Problem auch anderst lösbar wie die Datei gegen die alte zu tauschen?
Gruß
Stephan
Habe das Testforum auf einer Subdomain liegen.
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/acp/acp_styles.php on line 646: is_dir() [function.is-dir]: open_basedir restriction in effect. File(./../styles/..) is not within the allowed path(s): (/:/usr/share/php/:/tmp/)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
Code: Alles auswählen
if (!is_dir($phpbb_root_path . 'styles/' . $file))
Ist das Problem auch anderst lösbar wie die Datei gegen die alte zu tauschen?
Gruß
Stephan
- nickvergessen
- Ehrenadmin
- Beiträge: 11559
- Registriert: 09.10.2006 21:56
- Wohnort: Stuttgart, Germany
- Kontaktdaten:
-
- Gesperrt
- Beiträge: 1999
- Registriert: 08.02.2009 22:58
Re: Fehler 3.0.6 -> 3.0.7-PL1
phpBB Deutsch 3.0.7-PL1 , hab ich, das neueste Paket in Deutsch von hier.
Gruß
Stephan
Edit. Schreibteufel war hier unterwegs, sollte phpbb 3.07 PL1 heisen
Gruß
Stephan
Edit. Schreibteufel war hier unterwegs, sollte phpbb 3.07 PL1 heisen
Zuletzt geändert von Gast234254 am 11.03.2010 13:30, insgesamt 1-mal geändert.