Seite 1 von 1

Fehler bei PM

Verfasst: 18.08.2009 22:18
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ß

Re: Fehler bei PM

Verfasst: 18.08.2009 22:44
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

Re: Fehler bei PM

Verfasst: 18.08.2009 22:48
von NoweBerlin
Besten Dank an dich!

Läuft alles wieder wie geschmiert:)

Gruß

Re: Fehler bei PM

Verfasst: 21.10.2009 17:34
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

Re: Fehler bei PM

Verfasst: 22.10.2009 04:57
von Mahony
Hallo
Schau mal hier KB:headers_already_sent


Grüße: Mahony

Re: Fehler bei PM

Verfasst: 28.10.2009 19:15
von wildthing
hi Battle,
vielleicht hilft dir das auch weiter: http://www.phpbb.de/community/viewtopic ... 7#p1111897
gruß wildthing

Re: Fehler bei PM

Verfasst: 28.10.2009 21:13
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.