• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Unable to change PHP version of website linked to WP Toolkit

wrd

New Pleskian
Server operating system version
Ubuntu 22.04.4 LTS
Plesk version and microupdate number
Plesk Obsidian v18.0.59_build1800240229.10 os_Ubuntu 22.04
I recently had an update made to the server and the latest version of plesk and or toolkit now blocks the ability to be able to change PHP version without upgrading to a premium version of toolkit even if you access the domain via the 'Domains' link.

Why is this a thing?? I now have to detach the website, change the PHP version then delete the detach file and then reattach it lol OR pay for WordPress toolkit. I don't understand the logic behind this, how and why does toolkit put things native to plesk which we already pay for behind a paywall?
 
Do you mean the feature shown in the image below? That's the Smart PHP Update feature. Which can be used to check how a website will work on a different version of PHP without affecting the production site. It has always been a premium feature.

You should still be able to change the PHP version on the domains dashboard via de the PHP settings (same way as you would for non WP sites).

You can hide the feature by adding the following lines to your panel.ini file.
Code:
[ext-wp-toolkit]
smartPhpUpdateFeature = false

wp-toolkit-deluxe-1.png
 
Back
Top