• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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