• 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.

Error in Plesk 9.0.1 Cent OS

C

Cubehouse

Guest
Been googling this for days and trying to fix this myself.
Absolutely no idea what's wrong. When I login, I get this error in the main frame of the page:
Fatal error: error: /etc/sw/keys/lock/repository: cannot create: Permission denied in /usr/local/psa/admin/plib/common_func.php3 on line 4808

It was working fine and just suddenly stopped. Any ideas?

Thanks
 
Hello,

Please, check the permissions of the common_func.php3 file:

# ls -la /usr/local/psa/admin/plib/common_func.php3
-rw-r--r-- 1 root root 139541 Apr 22 13:33 /usr/local/psa/admin/plib/common_func.php3

If the permissions are not the same, try to change them.
 
Result:
-rw-r--r-- 1 root root 139388 Jul 23 23:30 /usr/local/psa/admin/plib/common_func.php3

Seems to be the same for me.
 
You can check this thing also:

# ls -la /etc/sw/keys/lock/repository
-rw-rw---- 1 psaadm swkey-data 0 May 13 19:02 /etc/sw/keys/lock/repository

# grep swkey /etc/group
swkey-data:x:502:psaadm
 
My results:

# ls -la /etc/sw/keys/lock/repository
-rwx------ 1 psaadm swkey-data 0 Jul 14 09:44 /etc/sw/keys/lock/repository

# grep swkey /etc/group
swkey-data:x:502:psaadm

I've changed the permissions on the repository to match yours, still not working
 
What's left is recursive 755 on all /etc/sw/
It is a bit unsecure but you may wish to try it anyway.
 
Back
Top