• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

File Manager Error

B

ByteBistro

Guest
Hey,

When I try to edit a .html file (any file in this case) in File Manager, I get the following error:

Error: Unable to edit file /httpdocs/index.html: filemng failed: cp: cannot create regular file `/var/www/vhosts/domain.com/httpdocs/index.html': Permission denied
filemng: Error occured during /bin/cp command.

Can somebody walk me through how to fix this?

Thanks,
Michael
 
Hello Michael,

It looks like there is a permissions issue here. Please. use utility "vhostmng" to reset permissions. Here is the command:

# /usr/local/psa/admin/sbin/vhostmng --install-vhost --vhost-name=<domain name> --user-name=<username> --set-content-permissions

Where <domain name> is domain where to restore permissions and <username> is domain's FTP user that is configured in Parallels Plesk Panel on page

Domains -> <domain name> -> Web Hosting Settings (version 9.x) or Domains -> <domain name> -> Setup (version 8.x).

The command will restore default permissions under virtual host directory.

Please, see the following article for more information:

http://kb.odin.com/en/6572

Thank you
 
Back
Top