Seite 1 von 1

Forum Problem, komme nicht mehr ins ACP

Verfasst: 10.12.2008 23:34
von Elias Raven
Hallo zusammen,

ich will gerade das "Mod Database aktualisieren und habe da Probleme.

Ich soll in der "includes/funktion.php" folgendes Eintrag:

Code: Alles auswählen

		'U_MODS_DB'				=> append_sid("{$phpbb_root_path}modsdb.$phpEx"), //lefty74

		'S_MOD_DISPLAY'			=> ($auth->acl_get('u_modsdb_view') || $auth->acl_get('a_modsdb_view')) ? true : false,
Wenn ich das aber mache, komme ich nicht mehr in den ACP Bereich, da kommt dann nur noch folgende Fehlermeldung:

Code: Alles auswählen

[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 /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 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)
[phpBB Debug] PHP Notice: in file /adm/index.php on line 156: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3153)
Wenn ich den Code drin lasse, fängt das Forum an zu spinnen (Header weg und das style ist weg und das Forum nur noch hell Grau)
Nehme ich den Code wieder aus der "includes/funktion.php" raus, funktioniert komischer weise der Mod , aber ich komme nicht ins ACP.
Also.. beides ist mist.

Nun hatte ich eine Idee.. da ich nicht weis wie ich es zum laufen bekomme.
Habe ich überlegt, irgend wo hier im Forum habe ich gelesen, das wenn man die Datein von einem Installierten Forum (ohne Mods) über mein jetziges Forum ziehe, dann müsste doch alles trotzdem laufen (die config lass ich natürlich aus), nur das die Codes für die Mods nicht mehr vorhanden sind und das Forum müsste wieder laufen.

Funktioniert das?

Verfasst: 10.12.2008 23:37
von Metzle
Hallo,

lies einfach mal den Wichtigen Beitrag hier im Forum und du bekommst die Fehlermeldung mal weg.

Verfasst: 11.12.2008 14:33
von Elias Raven
Hallo Metzle,

cool... danke für die schnelle Antwort.

Läuft wieder einwandfrei.

Gruß
Elias