• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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