• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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