Nabend,
folgender Fehler kommt, wenn ich einige private Nachrichten lesen möchte:
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1818: implode() [function.implode]: Invalid arguments passed
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1818: implode() [function.implode]: Invalid arguments passed
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3247)
Gruß
Fehler bei PM
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.
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehler bei PM
Hallo
Versuchs mal mit diesem Fix
Suche in der includes/functions_privmsgs.php
Ersetze mit
Quelle: http://www.phpbb.com/community/viewtopi ... #p10362895
Grüße: Mahony
Versuchs mal mit diesem Fix
Suche in der includes/functions_privmsgs.php
Code: Alles auswählen
unset($rowset[$id]);
Code: Alles auswählen
unset($rowset[$i]);
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
-
- Mitglied
- Beiträge: 48
- Registriert: 15.08.2009 06:49
Re: Fehler bei PM
Besten Dank an dich!
Läuft alles wieder wie geschmiert:)
Gruß
Läuft alles wieder wie geschmiert:)
Gruß
Re: Fehler bei PM
Hallo leute habe den selber fehler habe auch schon alles probiert was hier steht einige fehler meldungen sind auch schon weg nur leider sthte bei mir immer noch das hier
und die schrift ist auch ziemlich gross im PM menü einer irgend ein plan was ich ändern soll ? ich seh den wald vor lauter bäumen nicht mehr
MFG
Battle
Code: Alles auswählen
��[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3824: Cannot modify header information - headers already sent by (output started at /includes/functions_privmsgs.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3826: Cannot modify header information - headers already sent by (output started at /includes/functions_privmsgs.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3827: Cannot modify header information - headers already sent by (output started at /includes/functions_privmsgs.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3828: Cannot modify header information - headers already sent by (output started at /includes/functions_privmsgs.php:1)
MFG
Battle
- Mahony
- Ehemaliges Teammitglied
- Beiträge: 12179
- Registriert: 17.11.2005 22:33
- Wohnort: Ostfildern Kemnat
- Kontaktdaten:
Re: Fehler bei PM
Hallo
Schau mal hier KB:headers_already_sent
Grüße: Mahony
Schau mal hier KB:headers_already_sent
Grüße: Mahony
Taekwondo in Berlin
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Wer fragt, ist ein Narr für fünf Minuten, wer nicht fragt, ist ein Narr für immer.
Re: Fehler bei PM
hi Battle,
vielleicht hilft dir das auch weiter: http://www.phpbb.de/community/viewtopic ... 7#p1111897
gruß wildthing
vielleicht hilft dir das auch weiter: http://www.phpbb.de/community/viewtopic ... 7#p1111897
gruß wildthing
Re: Fehler bei PM
Hallo Battle,
hast du mal die Änderungen überprüft? Denn wie es scheint hast du mit Tabulator und Leerzeile kopiert. Wenn es so ist, bitte ändern.
hast du mal die Änderungen überprüft? Denn wie es scheint hast du mit Tabulator und Leerzeile kopiert. Wenn es so ist, bitte ändern.