• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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