• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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