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

Resolved 500 PleskPMMResponseException

papahausa

Basic Pleskian
Server operating system version
AlmaLinux 8.9
Plesk version and microupdate number
18.0.59
Hello. i got this error when i wanna open Backup manager.


Plesk repait do not show any error.
 
Did you change anything in the Python configuration of the server? It looks like /usr/bin/python3 is linked to a non-default Python version. Pleae check the /usr/bin/python3 link where it points to.

Resolution:

Remove the invalid link:
# unlink /usr/bin/python3

Link /usr/bin/python3to /usr/bin/python3.6:
# ln -s /usr/bin/python3.6 /usr/bin/python3
 
with python no. i did not made any changes in plesk or in linix os.
ok. i will try whith your steps.
 
Back
Top