foutmeldingen boven PM's

Hulp nodig bij je installatie of kom je ergens niet uit? Probeer phpBB3! Problemen lossen we samen met je op.
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Forumregels
phpBB 3.0 is End of support per 1 januari 2017. Dit forum is hier enkel ter archief. Het wordt aangeraden te upgraden naar phpBB 3.2
Gesloten
Snakebite
Berichten: 4
Lid geworden op: 21 jul 2009, 12:53

foutmeldingen boven PM's

Bericht door Snakebite » 21 jul 2009, 12:59

  • 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

Gebruikersavatar
FreakyBlue
Berichten: 1607
Lid geworden op: 29 okt 2007, 22:15
Locatie: Netherlands
Contacteer:

Re: foutmeldingen boven PM's

Bericht door FreakyBlue » 21 jul 2009, 17:56

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
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions

Snakebite
Berichten: 4
Lid geworden op: 21 jul 2009, 12:53

Re: foutmeldingen boven PM's

Bericht door Snakebite » 21 jul 2009, 19:03

Okay, bedankt! :D

Snakebite
Berichten: 4
Lid geworden op: 21 jul 2009, 12:53

Re: foutmeldingen boven PM's

Bericht door Snakebite » 21 jul 2009, 21:16

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

Gebruikersavatar
FreakyBlue
Berichten: 1607
Lid geworden op: 29 okt 2007, 22:15
Locatie: Netherlands
Contacteer:

Re: foutmeldingen boven PM's

Bericht door FreakyBlue » 22 jul 2009, 11:30

Uhm ... daar moet je juist dit van maken :roll:

Code: Selecteer alles

unset($rowset[$i]);
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions

Snakebite
Berichten: 4
Lid geworden op: 21 jul 2009, 12:53

Re: foutmeldingen boven PM's

Bericht door Snakebite » 23 jul 2009, 14:27

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:

Gesloten