debug fout in beheerderspaneel

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
pieterbas12
Berichten: 215
Lid geworden op: 07 sep 2006, 15:08

debug fout in beheerderspaneel

Bericht door pieterbas12 » 15 nov 2008, 18:03

  • Adres van je forum: http://forumspellen.nl
    Event. modificaties op je forum:
    Spoiler: bekijk
    1. integrated error messages
    2. Welcome PM on First Login versie: 2.2.4
    3. Geavanceerde punten versie: 0.7.5
    4. phpBB Arcade versie: RC3 1.0.0
    5. MOD Version Check versie: 1.0.3
    6. User Reminder MOD Versie: 1.0.1
    7. [RC] NV "Who Was Here?" 1.0.1-RC1
    8. [Beta] AJAX Chat/Shoutbox MOD 2.0.0 Beta 8
    9. ACP Announcement Centre: 1.0.3a
    10. Advanced Quick Reply 1.0.0
    11. Post bot 0.4.0
    12. ACP Add User MOD 1.0.0
    13. [BETA] Mass email HTML versie 0.5.1
    14. Avatars in Who is Online versie: 1.0.0
    15. Avatar on Memberlist versie: 1.0.0
    16. Topic in "Who is online" versie: 1.0.2

    Wanneer ontstond het probleem?
    Na verwijderen van een module in het beheerders paneel.
    phpBB versie: 3.0.3

    Heb je onlangs iets veranderd aan je forum?
    Ik heb geüpdatet naar 3.0.3
    Wat is het probleem?
Ik kan mijn beheerders paneel niet inkomen.
Ik krijg de volgende foutmelding:

Code: Selecteer alles

[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_merge() [function.array-merge]: Argument #2 is not an array
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_fill() [function.array-fill]: Number of elements must be positive
[phpBB Debug] PHP Notice: in file /includes/functions_admin.php on line 2480: array_merge() [function.array-merge]: Argument #2 is not an array
[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:3228)
[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:3228)
[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:3228)
[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:3228)
Ik heb de regel op gezocht en dit stond er:

Code: Selecteer alles

$log_data_ary = array_merge($log_data_ary, array_fill(0, substr_count($log[$i]['action'], '%') - sizeof($log_data_ary), ''));
Ik denk dat mijn phpbb_log tabel is overstroomt of zit ik daar mis mee?
EN hoe los ik het probleem op?

Groetjes,
pieterbas

pieterbas12
Berichten: 215
Lid geworden op: 07 sep 2006, 15:08

Re: debug fout in beheerderspaneel

Bericht door pieterbas12 » 15 nov 2008, 19:03

Probleem is opgelost door phpbb.com

Voor mensen die het zelfde probleem hebben het is een bug.
zie: http://www.phpbb.com/community/viewtopi ... 5#p7727085 voor oplossing

Gesloten