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,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)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?