• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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