
There is a time synchronization problem with your system, please tell your system administrator
In case you have this error upon installation or upgrade your Vicibox/Vicidial check the following:
- Using
timedatectl
utility make sure server’s timezone is set correctly and server’s date/time is correct. Set proper timezone if needed. Get a list of timezones:
|
timedatectl list-timezones |
For the specific location you can use:
|
# timedatectl list-timezones | egrep -o "Asia/B.*" # timedatectl list-timezones | egrep -o "Europe/L.*" # timedatectl list-timezones | egrep -o "America/N.*" |
And set the proper one:
|
timedatectl set-timezone "America/New_York" |
2. Check that timezone is correct in /etc/php7/apache2/php.ini
. Set proper timezone if needed and restart Apache.
3. If it did not help check and compare time values in Vicidial database, server time and PHP time. Use the following command:
Continue reading