Hab gerade den welcom_mod 1.0.2 eingebaut, aber ich bekommen folgende Fehlermeldung:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3498: sprintf() [function.sprintf]: Too few arguments
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3620: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3622: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3623: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3624: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2948)
Aber die erste Zeile der Fehlermeldung macht mich stutzig.
Und Zeile 3498 in der functions.php ist diese aus dem Mod.
Da dürfte etwas fehlen (too few arguments)
'WELCOME_GUEST' => sprintf($user->lang['WELCOME_GUEST'], $config['sitename'], append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=register')),
Wer kann mir da bitte weiterhelfen?
Vielen Dank und lg
Powersilie