- 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)
[phpBB Debug] PHP Notice: ...
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
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
[phpBB Debug] PHP Notice: ...
Re: [phpBB Debug] PHP Notice: ...
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:
vervang met:
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))
Code: Selecteer alles
if ((substr_count($log[$i]['action'], '%') - sizeof($log_data_ary)) > 0)
Raimon - phpBB.com Styles Team Leader
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
phpBBservice.nl - Nederlands phpBB Support Forum || Nederlandse phpBB3 Downloads
Re: [phpBB Debug] PHP Notice: ...
waar kan ik dat vinden ?
want het enige probleempje is dat ik dit forum gehost heb ik op yourbb.be
want het enige probleempje is dat ik dit forum gehost heb ik op yourbb.be
Re: [phpBB Debug] PHP Notice: ...
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.
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.
