mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
add link to instructions how to install missing timezones in the DB to the logged error-message
This commit is contained in:
parent
af60df879e
commit
0aa0c280ff
@ -1242,6 +1242,7 @@ class Db
|
||||
// do NOT stall because DB does not know the TZ, report once per session
|
||||
if (empty($_SESSION[Session::EGW_APPSESSION_VAR][__CLASS__]['SQL-error-TZ']))
|
||||
{
|
||||
$e->details = 'Instructions to install timezones in your DB: https://mariadb.com/kb/en/mysql_tzinfo_to_sql/';
|
||||
_egw_log_exception($e);
|
||||
$_SESSION[Session::EGW_APPSESSION_VAR][__CLASS__]['SQL-error-TZ'] = 'reported';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user