Re: [MODDB] Automatische Sommerzeit 2.0.1
Verfasst: 11.07.2009 19:02

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
In der Zeile 4237 steht bei mir folgendes drinnen:[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: AUTOMATIC_DST_DISPLAY
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: strtr() [function.strtr]: The second argument is not an array.
Code: Alles auswählen
'S_TIMEZONE' => (AUTOMATIC_DST_ISDST) ? sprintf($user->lang['AUTOMATIC_DST_DISPLAY'], strtr(AUTOMATIC_DST_TIMEZONE, $user->lang['automatic_dst_timezones']), $user->lang['tz']['dst']) : sprintf($user->lang['AUTOMATIC_DST_DISPLAY'], strtr(AUTOMATIC_DST_TIMEZONE, $user->lang['automatic_dst_timezones']), ''),
Kannst du das mal bei dir überprüfen?[...]
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/automatic_dst.php on line 140: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: AUTOMATIC_DST_DISPLAY
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: automatic_dst_timezones
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: strtr() [function.strtr]: The second argument is not an array.
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4280: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3304)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4282: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3304)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4283: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3304)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4284: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3304)
Dieser Fehler wurde mit 2.0.1 behoben. Ich nehme an, Du benutzt noch 2.0.0?Helmut hat geschrieben:ich habe gerade einen kleinen Fehler gefunden und zwar in Zusammenhang mit der Registrierung eines neuen Users. [...] Gehe ich hier her und ändere die Sprache wenn noch keine Felder sonst ausgefüllt sind, dann bekomme ich folgende Fehlermeldung:
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: AUTOMATIC_DST_DISPLAY [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: Undefined index: automatic_dst_timezones [phpBB Debug] PHP Notice: in file /includes/functions.php on line 4237: strtr() [function.strtr]: The second argument is not an array.
Befolge die Installationsanleitung rückwärts.IPhonio hat geschrieben:we kann ich "automatic_dst_2.0.1" sauber (!) von meinem Forensystem entfernen?