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

change permission files owned apache, f. ex. joomla

G

gonzalo

Guest
When i install a component o template in a Plesk Server with joomla the owner an group of component or templates installed are apache apache instead psacln an owner.

Please how can i fix it? or is there any script that changes gruops and owners automatically.

Thanks in advance
 
Same exact problem with the Gallery app. The files get written as apache:apache but then Gallery can't lock the files. I have a cron job that runs every 15 minutes and resets them back to owner : psacln
 
Originally posted by btking
might get more help on the joomla.org forums. a quick search showed this solution:

http://forum.joomla.org/index.php/topic,26201.0.html

otherwise, try using chown from the command line:

Code:
chown -R owner:psacln component_dir/
Ok, great solutions, thanks.
Can I add this command line in a button in client Plesk control pannel ?
A reset owner an group button.
 
Back
Top