• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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