Pagina 1 van 1

ACP error

Geplaatst: 18 dec 2008, 01:09
door DeadKiller
  • Adres van je forum: http://rstalk.nl
    Event. modificaties op je forum: Portal
    Wanneer ontstond het probleem? Als we met meer in de acp zitten
    phpBB versie: 3.0.4

    Heb je onlangs iets veranderd aan je forum? nop
    Wat is het probleem?

Code: Selecteer alles

[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2405: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2408: vsprintf() [function.vsprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /adm/index.php on line 151: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
[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:3153)
[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:3153)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 155: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
..

Re: ACP error

Geplaatst: 18 dec 2008, 07:50
door Jim
Dit is een bug in 3.0.3, je kan deze fix gebruiken, of updaten naar 3.0.4, waar hij al gefixt is.

Re: ACP error

Geplaatst: 18 dec 2008, 08:06
door Auriorx
Maar in zijn support template staat dat hij al 3.0.4 heeft.

Dus wss heb jij 3.0.4 niet helemaal goed geïnstalleerd.

Re: ACP error

Geplaatst: 18 dec 2008, 08:26
door PhilipvD
Dat staat standaard al in de support template ;) Hij zal het waarschijnlijk gewoon niet aangepast hebben.
En zoals Jim al zei:

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)
Om het te fixen.

Re: ACP error

Geplaatst: 18 dec 2008, 10:31
door Paul
Nee, niet die fix uitvoeren, maar gewoon updaten. 3.0.4 is de enige ondersteunende versie vanuit phpBB.com.