Re: [FINAL] Automatische Sommerzeit 2.0.1
Verfasst: 02.06.2009 19:01
Update ohne Probs gelaufen
großartig

phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Allgemeiner Fehler
SQL ERROR [ mysql4 ]
Column was set to data type implicit default; NULL supplied for NOT NULL column 'user_timezone' at row 1 [1263]
SQL
UPDATE phpbb3_users SET user_allow_pm = 1, user_allow_viewemail = 1, user_allow_massemail = 1, user_allow_viewonline = 1, user_notify_type = '2', user_notify_pm = 1, user_options = '1919', user_dst = 1, user_dateformat = '|j. M Y| H:i', user_lang = 'de', user_timezone = NULL, user_style = '5' WHERE user_id = 2
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/ucp/ucp_prefs.php
LINE: 99
CALL: dbal_mysql->sql_query()
FILE: includes/functions_module.php
LINE: 507
CALL: ucp_prefs->main()
FILE: ucp.php
LINE: 320
CALL: p_master->load_active()
Unimatrix_0 hat geschrieben:Möglicher Bug: http://www.phpbb.com/bugs/phpbb3/ticket ... t_id=47325
Kann das auf meinem Testboard nicht nachvollziehen, da zeigt er 23:00 - 24:00 als "Gestern" an und 00:00 - 01:00 als "Heute".Acyd Burn hat geschrieben:I think he means that it showed Yesterday 00:07, although it should say Today 00:07.
Code: Alles auswählen
$zone_offset = $this->timezone + $this->dst;
Code: Alles auswählen
// Is the user requesting a friendly date format (i.e. 'Today 12:42')?
$date_cache[$format] = array(
'is_short' => strpos($format, '|'),
'zone_offset' => $this->timezone + $this->dst,
'format_short' => substr($format, 0, strpos($format, '|')) . '||' . substr(strrchr($format, '|'), 1),
'format_long' => str_replace('|', '', $format),
'lang' => $this->lang['datetime'],
);
Das ist der Grund.Dinseprinz hat geschrieben:Habe immo noch die Board-Version 3.0.4 am Laufen