Pagina 1 van 1

[phpBB Debug] PHP Notice: ...

Geplaatst: 15 dec 2008, 13:44
door kazimi
  • Adres van je forum: http://www.delagelanden.tk
    Event. modificaties op je forum: ??
    Wanneer ontstond het probleem? als ik de permissies heb aangepast
    phpBB versie: 3.0.3

    Heb je onlangs iets veranderd aan je forum? de permissies van de moderators
    Wat is het probleem?

    Dit is nu al de 2e keer, de vorige keer was het, volgens mij, na verloop van tijd vanzelf weggegaan...

    Code: Selecteer alles

    [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2404: array_fill() [function.array-fill]: Number of elements must be positive
    [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2404: array_merge() [function.array-merge]: Argument #2 is not an array
    [phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2407: vsprintf() [function.vsprintf]: Too few arguments
    [phpBB Debug] PHP Notice: in file /adm/index.php on line 150: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3150)
    [phpBB Debug] PHP Notice: in file /adm/index.php on line 152: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3150)
    [phpBB Debug] PHP Notice: in file /adm/index.php on line 153: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3150)
    [phpBB Debug] PHP Notice: in file /adm/index.php on line 154: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3150)

Re: [phpBB Debug] PHP Notice: ...

Geplaatst: 15 dec 2008, 13:54
door Raimon
Dat is een bug van phpBB 3.0.3 , als je update naar 3.0.4 is het opgelost.
Om het nu op te lossen ;

open : includes/functions_admin.php

zoek:

Code: Selecteer alles

if (substr_count($log[$i]['action'], '%') - sizeof($log_data_ary))
vervang met:

Code: Selecteer alles

if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)  

Re: [phpBB Debug] PHP Notice: ...

Geplaatst: 15 dec 2008, 14:13
door kazimi
waar kan ik dat vinden ?
want het enige probleempje is dat ik dit forum gehost heb ik op yourbb.be

Re: [phpBB Debug] PHP Notice: ...

Geplaatst: 15 dec 2008, 14:22
door Derky
Dan kan je dit zelf niet oplossen dus moet je wachten op yourbb.

Zoek op de site van je forumdienst naar een support optie of overweeg naar een 'host' over te stappen en er zelf een phpBB forum te beginnen. ;)