Symptoms
-
Unable to modify site in Web Presence Builder.
-
The following error shows up in Plesk:
File: /usr/local/psa/admin/plib/vendor/plesk/zf1/library/Zend/Log.php
Line: 348
Message: PHP Warning : date(): We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead
Code: 2
Cause
Unknown.
Resolution
-
Connect to the server via SSH.
-
Check what localtime is being used with the following command:
# ll /etc/localtime
lrwxrwxrwx. 1 root root 25 Nov 14 2021 /etc/localtime -> ../usr/share/zoneinfo/Europe/Berlin -
Unlink
/etc/localtime
with command:# unlink /etc/localtime
-
Link configuration back:
# ln -s /usr/share/zoneinfo/Europe/Berlin /etc/localtime