• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Suspended domain - error_docs / maintenance.html

kram@

Regular Pleskian
After never having any luck with this feature on PSA 11.5, i thought I'd give it a try today.
Sadly, I got the same/similar result.

Error: Failed to copy files storage to destination path. stderr: filemng: Cannot open destination file '/var/www/vhosts/testdomain/error_docs//maintenance.html.kEY9yo'
System error 13: Permission denied

stdout: filemng: Cannot open destination file '/var/www/vhosts/testdomain/error_docs//maintenance.html.kEY9yo'
System error 13: Permission denied

ls -la error_docs

-rw-r--r-- 1 testdomain psacln 1041 Aug 6 2013 maintenance.html

Any suggestions?
 
Check the permission and ownership of your /var/www/vhosts/testdomain/error_docs directory

Code:
ls -ld /var/www/vhosts/testdomain/error_docs
 
Back
Top