[phpBB Debug] PHP Notice bei Gruppenrechten?
Verfasst: 21.06.2012 01:48
Hallo ich bekomme bei den gruppenrechte auf einmal:
Ich weiss das irgndwas in einer Sprachdatei zu fehlen scheint,aber leider nicht was und in welcher?
In der Zeile 1114 steht:
Es gibt aber keine language/mods/auth.php in der etwas eingetragen werden könnte und in language/mods/common.php bring ein eintrag nichts.
Ich habe das gefunden viewtopic.php?t=220137
und weiss dank diesem beitrag viewtopic.php?p=1256258#p1256258 das irgendwo dieser eintrag 'permission_cat' => 'Einstellung', rein muss aber wo?
Kann mir bitte für die Zukunft jemand erklären wo ich herraus finde in welche Datei was muss?
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1208: Undefined index: Einstellungen
[phpBB Debug] PHP Notice: in file [ROOT]/includes/acp/auth.php on line 1114: Undefined index: Einstellungen
In der Zeile 1114 steht:
Code: Alles auswählen
'CAT_NAME' => $user->lang['permission_cat'][$cat])
Ich habe das gefunden viewtopic.php?t=220137
und weiss dank diesem beitrag viewtopic.php?p=1256258#p1256258 das irgendwo dieser eintrag 'permission_cat' => 'Einstellung', rein muss aber wo?
Kann mir bitte für die Zukunft jemand erklären wo ich herraus finde in welche Datei was muss?