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

Event manager - update_hosting.sh

P

proximal

Guest
I find this in my messages log file : " Can't execute /usr/local/psa/admin/plib/modules/sbm/update_hosting.sh: Permission denied
". Nothing found on this forum. Can anybody help me ?
 
I don't have such a file, I do have the following one:

-rwxr-xr-x 1 root wheel 14041 Apr 10 14:15 /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php

Can you verify which file exists on your system? It seems logical that the system can't execute a non existing file, try to find where it's called from.
 
update_hosting.php missing ..

I just made a copy to the sbm folder of the same file!

cp /usr/local/psa/admin/plib/modules/sbm2/update_hosting.php /usr/local/psa/admin/plib/modules/sbm
 
Back
Top