mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +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
24bb8ffebf
commit
390e90fa89
@ -1242,6 +1242,7 @@ class Db
|
|||||||
// do NOT stall because DB does not know the TZ, report once per session
|
// 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']))
|
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);
|
_egw_log_exception($e);
|
||||||
$_SESSION[Session::EGW_APPSESSION_VAR][__CLASS__]['SQL-error-TZ'] = 'reported';
|
$_SESSION[Session::EGW_APPSESSION_VAR][__CLASS__]['SQL-error-TZ'] = 'reported';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user