• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Unable to read Control Panel configuration file

GuilainD

New Pleskian
After reinstall of server Centos 5/Plesk 10.3, I get the following error when tryig to access the panel login page:
Unable to read Control Panel configuration file: date_default_timezone_get() [function.date-default-timezone-get]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead

Any idea ?

Thks a lot in advance
 
Check that Plesk configuration files have correct permissions:

# stat /etc/psa/psa.conf
File: `/etc/psa/psa.conf'
Size: 2441 Blocks: 8 IO Block: 4096 regular file
Device: 37h/55d Inode: 22039860 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)

# stat /etc/psa/.psa.shadow
File: `/etc/psa/.psa.shadow'
Size: 13 Blocks: 8 IO Block: 4096 regular file
Device: 37h/55d Inode: 20696909 Links: 1
Access: (0600/-rw-------) Uid: ( 500/ psaadm) Gid: ( 500/ psaadm)
 
Back
Top