Foutmelding na inloggen beheer.

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
alex2004
Berichten: 15
Lid geworden op: 18 jul 2007, 10:38

Foutmelding na inloggen beheer.

Bericht door alex2004 » 11 dec 2008, 19:01

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

Niek
Berichten: 1818
Lid geworden op: 21 sep 2005, 19:04
Locatie: Vriezenveen
Contacteer:

Re: Foutmelding na inloggen beheer.

Bericht door Niek » 11 dec 2008, 19:04

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)   
Groetjes Niek

Alleen support via het forum, niet via PB, MSN of email.

alex2004
Berichten: 15
Lid geworden op: 18 jul 2007, 10:38

Re: Foutmelding na inloggen beheer.

Bericht door alex2004 » 11 dec 2008, 19:38

Het werkt volgens mij ;)
Thnx!

alex2004
Berichten: 15
Lid geworden op: 18 jul 2007, 10:38

Re: Foutmelding na inloggen beheer.

Bericht door alex2004 » 12 dec 2008, 11:08

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.

alex2004
Berichten: 15
Lid geworden op: 18 jul 2007, 10:38

Re: Foutmelding na inloggen beheer.

Bericht door alex2004 » 12 dec 2008, 11:52

Hmm, ik heb even het hele pakket gedownload en daar het bestand uit gehaald, nu lijkt alles goed te werken.

Gesloten