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

Site backup broken since Plesk7.5 upgrade on FreeBSD4.9

T

Tekkel

Guest
Site backup in Control Panel now gives the following error:

Code:
DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:248 psaerror(string "DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied")

Anyone?
 
Hello Tekkel,
You have a permissions problem.
Did you apply the HotPatch?
If so, check the permission settings of the
dump directory and the files within.

Cheers.
 
Originally posted by Tekkel
Site backup in Control Panel now gives the following error:

Code:
DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied

--------------------------------------------------------------------------------

0: /usr/local/psa/admin/htdocs/domains/backup/dumps_list.php:248 psaerror(string "DumpsList::init() failed: filemng failed: filemng: opendir failed: Permission denied")

Anyone?

Make sure you have correct permissions on domain dump directories:

ls -ld /var/lib/psa/dumps/domain.com
drwxr-x--- 2 psaadm psaadm 4096 Фев 8 08:46 /var/lib/psa/dumps/domain.com
 
Back
Top