• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Resolved Odd message after Restore

DieterWerner

Regular Pleskian
I did a restore of a backup and now I wonder what this message means.
Warning:
python is not supported. It will be unavailable for the following objects: Service plan 'Unlimited'.

To make it clear: I don't use python!
 
The error is because you have "Python support" enabled for the service plan but the component is not installed on the server. If you are not using python there is nothing to worry about it.

mod_python is not enabled by default you need to install it.
 
Check your Service Plan "Unlimited" with the command

# plesk bin service_plan -i Unlimited | grep Python

and disable all things related to python.
 
Back
Top