[phpBB Debug] PHP Notice: ...

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
kazimi
Berichten: 3
Lid geworden op: 15 dec 2008, 13:35

[phpBB Debug] PHP Notice: ...

Bericht door kazimi » 15 dec 2008, 13:44

  • 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)

Raimon
Berichten: 4397
Lid geworden op: 27 aug 2005, 12:59
Contacteer:

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

Bericht door Raimon » 15 dec 2008, 13:54

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)  

kazimi
Berichten: 3
Lid geworden op: 15 dec 2008, 13:35

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

Bericht door kazimi » 15 dec 2008, 14:13

waar kan ik dat vinden ?
want het enige probleempje is dat ik dit forum gehost heb ik op yourbb.be

Gebruikersavatar
Derky
Berichten: 4466
Lid geworden op: 07 apr 2005, 16:24
Locatie: Nederland
Contacteer:

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

Bericht door Derky » 15 dec 2008, 14:22

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. ;)

Gesloten