• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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