Pagina 1 van 1

Foutmelding na inloggen beheer.

Geplaatst: 11 dec 2008, 19:01
door alex2004
  • Adres van je forum: http://
    Event. modificaties op je forum:
    Wanneer ontstond het probleem?Na het upgraden
    phpBB versie: 3.0.3

    Heb je onlangs iets veranderd aan je forum?Upgrade van 0.2 naar 0.3
    Wat is het probleem?
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 150: 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 152: 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)

Deze foutmeldingen krijg ik als ik naar het beheer ga. Mijn overige fora' s werken wel gewoon.
..

Re: Foutmelding na inloggen beheer.

Geplaatst: 11 dec 2008, 19:04
door Niek
Klopt dat is een bug in phpBB3.0.3

Om het op te lossen doe je het volgende.
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: Foutmelding na inloggen beheer.

Geplaatst: 11 dec 2008, 19:38
door alex2004
Het werkt volgens mij ;)
Thnx!

Re: Foutmelding na inloggen beheer.

Geplaatst: 12 dec 2008, 11:08
door alex2004
Ik ben nog wel achter een andere foutmelding gekomen:

Als ik een bericht verwijder krijg ik deze melding:
PHP Notice: in file /includes/functions_admin.php on line 748: include_once(update/includes/./includes/search/fulltext_native.php) [function.include-once]: failed to open stream: No such file or directory
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 748: include_once() [function.include]: Failed opening 'update/includes/./includes/search/fulltext_native.php' for inclusion (include_path='.:/usr/local/lib/php')

Fatal error: Class 'fulltext_native' not found in /home/forumg/domains/forumgratis.nl/public_html/includes/functions_admin.php on line 751


Edit: Als ik daarna terug ga naar het desbetreffende onderwerp krijg ik de volgende melding:

Het opgevraagde onderwerp bestaat niet.

Re: Foutmelding na inloggen beheer.

Geplaatst: 12 dec 2008, 11:52
door alex2004
Hmm, ik heb even het hele pakket gedownload en daar het bestand uit gehaald, nu lijkt alles goed te werken.