Pagina 1 van 1

foutmeldingen boven PM's

Geplaatst: 21 jul 2009, 12:59
door Snakebite
  • Adres van je forum: http://the9forum.com/forum/index.php
    Event. modificaties op je forum: Bl@ck skin en vervanging van site_logo.php
    Wanneer ontstond het probleem? Gisteren
    phpBB versie: 3.0.5

    Heb je onlangs iets veranderd aan je forum? Ik heb alleen een nieuwe skin geïnstalleerd waar ik nog nooit iemand problemen mee heb zien hebben.
    Wat is het probleem?
Tijdens het sturen van persoonlijke berichten krijg ik de volgende fout bovenaan de site:
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_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_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_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_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)


Ik zou graag weten hoe ik het op kan lossen. Ik weet echt niks van PHP en al die toestanden af. Ik ben bang dat als ik daar in ga rommelen dat ik dan heel het forum om zeep help.

B.v.d.,
Wessel Meijer

Re: foutmeldingen boven PM's

Geplaatst: 21 jul 2009, 17:56
door FreakyBlue
Dit is een bug in phpBB3.0.5.
Of je moet wachten op phpBB3.0.6 of deze edit toepassen: http://code.phpbb.com/repositories/diff ... 1&rev=9441

Re: foutmeldingen boven PM's

Geplaatst: 21 jul 2009, 19:03
door Snakebite
Okay, bedankt! :D

Re: foutmeldingen boven PM's

Geplaatst: 21 jul 2009, 21:16
door Snakebite
Ik heb het net bekeken en lijn 1830 stond al goed:
unset($rowset[$id]);
Dus ja, die oplossing valt af :(

Re: foutmeldingen boven PM's

Geplaatst: 22 jul 2009, 11:30
door FreakyBlue
Uhm ... daar moet je juist dit van maken :roll:

Code: Selecteer alles

unset($rowset[$i]);

Re: foutmeldingen boven PM's

Geplaatst: 23 jul 2009, 14:27
door Snakebite
Ooh, dan bedankt, en ja het is gefixed! :lol:

Ik dacht dat wat in rood gemarkeerd stond het foute was en het groene het goede :oops: