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
-
DeadKiller
- Berichten: 16
- Lid geworden op: 27 mar 2008, 17:52
Bericht
door DeadKiller » 18 dec 2008, 01:09
- 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)
..
-
Jim
- Berichten: 3900
- Lid geworden op: 21 feb 2007, 14:53
- Locatie: Groningen
-
Contacteer:
Bericht
door Jim » 18 dec 2008, 07:50
Dit is een bug in 3.0.3, je kan
deze fix gebruiken, of updaten naar 3.0.4, waar hij al gefixt is.
-
Auriorx
- Berichten: 80
- Lid geworden op: 03 jul 2008, 19:14
Bericht
door Auriorx » 18 dec 2008, 08:06
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.
-
PhilipvD
- Berichten: 1690
- Lid geworden op: 23 feb 2008, 20:06
Bericht
door PhilipvD » 18 dec 2008, 08:26
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.
-
Paul
- Beheerder

- Berichten: 20316
- Lid geworden op: 23 okt 2003, 11:38
- Locatie: Utrecht
-
Contacteer:
Bericht
door Paul » 18 dec 2008, 10:31
Nee, niet die fix uitvoeren, maar gewoon updaten. 3.0.4 is de enige ondersteunende versie vanuit phpBB.com.