• 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.

directory permission

R

rockyford1000

Guest
how can you resolve this error:

Unable to change permissions for file /httpdocs/foldermain/somefolder: filemng failed: chmod: changing permissions of `/var/www/vhosts/domainname/httpdocs/foldermain/somefolder': Operation not permitted filemng: Error occured during /bin/chmod command.

please...help us to resolve this
 
Hello,

This looks like somefolder is owned by apache.apache, just login on that machine as root and type:

chown ftpusername.psacln /var/www/vhosts/domainname/httpdocs/foldermain/somefolder

After this you'll be able to chmod that folder from Plesk.
 
i try change the permission but it still not working..
i make a folder but it still not working 2...
it says"Unable to create directory /httpdocs/yazola36010/admin/me/rr: filemng failed: mkdir: cannot create directory `/var/www/vhosts/domainname/httpdocs/yazola36010/admin/me/rr': Permission denied filemng: Error occured during /bin/mkdir command.

..i did this dynamically by the use of PHP
 
Back
Top