Pagina 1 van 1

pm sturen krijg deze melding?

Geplaatst: 04 jul 2009 10:56
door sandra
[phpBB Debug] PHP Notice: in file /includes/functions_privmsgs.php on line 1818: implode() [function.implode]: Bad arguments.
[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

wat gaat er mis ??? gebeurd als ik wil antwoorden zo ineens was niet..........
Greetzzz san

Re: pm sturen krijg deze melding?

Geplaatst: 05 jul 2009 00:51
door Raimon
Die foutmeldingis er omdat er een kleine bug in phpBB3 ( 3.0.5 ) zit, er zit namelijk een fout in de php-code.

Voor de oplossing;

open : includes/functions_privmsgs.php

zoek:

Code: Selecteer alles

unset($rowset[$id]); 
vervang met:

Code: Selecteer alles

unset($rowset[$i]); 
De fout is trouwens al opgelost in de svn-versie ( ontwikkelings-versie ) van phpBB3 ( 3.0.6-dev ) .

Re: pm sturen krijg deze melding?

Geplaatst: 22 jun 2017 12:38
door sandra
oke bedankt het werkt weer .
Liefs san