• 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

Question PHP version change - NO WAY

amanfredini

New Pleskian
This is the error:
you have no enough permissions to switch php version for the following domains.

I'm logged in with administrator account. No way to change the version. PHP 7.4,5,6 are installed, but nothing.

I have plesk web admin edition on centos 7. Version v18.0.31_build1800201025.00
 
Do you have enabled permission "PHP version and handler management" in subscription settings?
 
Go to "Change View" in the lower-left corner and change it to Service Provider view. You will see Subscriptions after that. Check Permissions tab for your subscription there for this option.
 
Try to update this permission in CLI with:

# plesk bin subscription_settings -u domain.com -manage_php_version true
 
Back
Top