Hi ...........
ich weiss das du nur der Übersetzer bist, aber vielleicht kannst du mir dennoch weiterhelfen. Folgendes ist mir nicht ganz klar.
In der install steht folgendes:
Open: includes/functions.php
Find
Code: Alles auswählen
'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')),
));
das sieht aber bei mir so aus:
Code: Alles auswählen
'A_COOKIE_SETTINGS' => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')),
'U_ACP' => ($auth->acl_get('a_') && !empty($user->data['is_registered'])) ? append_sid("{$phpbb_root_path}adm/index.$phpEx", false, true, $user->session_id) : '',
'L_ACP' => $user->lang['ACP'],
));
Wo muss ich jetzt dananch einfügen?
Weiterhin habe ich die sql Tabellen angelegt und auch die install ausgefüht (in der ist ein kleiner Fehler am Anfang den du korigieren sollst mit dem Backslash).
Nach dem ich dann die install gelöscht habe bekomme ich leide folgende Fehlermeldung im Header:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4362: Undefined index: th23_cms
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4370: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4372: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4373: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4374: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
Dies hat mit dem oben genannten Problem wohl zu tun denn wenn ich die anweisung in der functions.php wieder rausnehme ist der Fehler weg.
Zu guter letzt sind alle de Übersetzungen in der de/acp/th23_cms.php auf Englisch
Gruß Huch