• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved Internal Web Presence Builder error

Monty

Silver Pleskian
Plesk Guru
Username:

TITLE

Internal Web Presence Builder error

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Product version: Plesk Obsidian 18.0.53.1
OS version: CentOS 7.9.2009 x86_64
Build date: 2023/06/13 09:00
Revision: 3988a02704d3a3a48ed93ab21c8de546d1a69d77

PROBLEM DESCRIPTION

When trying to edit a website with Presence Builder the following error is displayed:

Code:
Internal Web Presence Builder error.
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

STEPS TO REPRODUCE

  • Login to Plesk
  • Select a website that was created with Presence Builder
  • Click on "Presence Builder"

ACTUAL RESULT

Error mentioned above is displayed instead of Presence Builder

EXPECTED RESULT

Presence Builder should open without error

ANY ADDITIONAL INFORMATION

(DID NOT ANSWER QUESTION)

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Help with sorting out
 
In our test environment we found this solution:

Code:
# ll /etc/localtime 
lrwxrwxrwx. 1 root root 25 Nov 14  2021 /etc/localtime -> ../usr/share/zoneinfo/UTC
# unlink /etc/localtime
# ln -s /usr/share/zoneinfo/UTC /etc/localtime
(Notice the difference in the symlinks: parent "../" prefix vs. the absolute "/" path.)

Could you please check on your system whether changing the symlink solves the issue for you?
 
@Peter Debik Indeed, this worked, thanks a lot for this!

Is this considered a "permanent workaround" or are there any plans to provide a "proper" fix in an updated version of Presence Builder?
 
I don't know yet what the priority level will be. Developers asked for the confirmation first that the solution works. I think now they'll escalate it into a ticket where a permanent fix will be developed.
 
Back
Top