Fehler bei PM

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
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.
Antworten
NoweBerlin
Mitglied
Beiträge: 48
Registriert: 15.08.2009 06:49

Fehler bei PM

Beitrag von NoweBerlin »

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ß
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Fehler bei PM

Beitrag von Mahony »

Hallo
Versuchs mal mit diesem Fix

Suche in der includes/functions_privmsgs.php

Code: Alles auswählen

unset($rowset[$id]);
Ersetze mit

Code: Alles auswählen

unset($rowset[$i]);
Quelle: http://www.phpbb.com/community/viewtopi ... #p10362895

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.
NoweBerlin
Mitglied
Beiträge: 48
Registriert: 15.08.2009 06:49

Re: Fehler bei PM

Beitrag von NoweBerlin »

Besten Dank an dich!

Läuft alles wieder wie geschmiert:)

Gruß
Battle
Mitglied
Beiträge: 13
Registriert: 21.10.2009 17:28

Re: Fehler bei PM

Beitrag von Battle »

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

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)
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
Benutzeravatar
Mahony
Ehemaliges Teammitglied
Beiträge: 12179
Registriert: 17.11.2005 22:33
Wohnort: Ostfildern Kemnat
Kontaktdaten:

Re: Fehler bei PM

Beitrag von Mahony »

Hallo
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.
wildthing
Mitglied
Beiträge: 13
Registriert: 05.08.2005 08:28

Re: Fehler bei PM

Beitrag von wildthing »

hi Battle,
vielleicht hilft dir das auch weiter: http://www.phpbb.de/community/viewtopic ... 7#p1111897
gruß wildthing
Benutzeravatar
Daniel J
Mitglied
Beiträge: 116
Registriert: 08.06.2009 20:44
Kontaktdaten:

Re: Fehler bei PM

Beitrag von Daniel J »

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.
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“