• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved How to update php via plesk web host edition

natral

New Pleskian
Hello,

A friend recently asked me to update his website which he has hosted with plesk. He created a user in his account for me with the role webmaster. I entered through the plesk web host edition using the credentials he gave me. I managed to upload the sites content and database but the php version is too low for the framework used to develop the new site. I've been looking around but can't find how to update the server's php version through the plesk web host edition (which is what i have access to). Would appreciate any input on how to proceed from here.

Thanks in advance
 
Hi natral,

Plesk offers "Multi-PHP-versions" ( from 5.2 to 7.1 ), so that you are able to choose the desired version for each domain. Pls visit for example:


to inform yourself about it.


If you still would like to upgrade your serverwide PHP - version, pls. consider to add at least the output of the commands ( logged in as user "root" over SSH ):
Code:
plesk version

and

php -v
 
I check the documentation but the thing is that i can't see those option from the control panel that i have access to.... Here is a screen grab of the control panel i can access

screen.png

Can you let me know what is it that i have to ask the owner to give me access to to configure this?
 
Hi natral,

Can you let me know what is it that i have to ask the owner to give me access to to configure this?
Such additional Plesk components can be installed over the Plesk Control Panel ( as Administrator/Root ):

=> HOME > Tools & Settings > Updates & Upgrades > (new window) Add/Remove Components > Web Hosting > PHP interpreter versions

... or over the command line ( logged in as user "root" over SSH ):
Code:
plesk installer --select-product-id plesk --select-release-current --install-component phpX.X --install-component phpX.X
... where "X.X" has to be replaced with the corresponding numbers of the desired PHP - version(s).
Code:
  php7.1
  php7.0
  php5.6
  php5.5
  php5.4
  php5.3
  php5.2
 
Back
Top