• 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 Unable to update PHP on plesk :(

Curtis Holt

New Pleskian
Hello everyone,
At the moment I am running my server on CentOS 6 with plesk ONYX. The maximum php my plesk currently goes upto is 5.6.38 which I believe will no longer be supported as of the 1st of January. I am trying to update php however it dosen't give me the option to anywhere. Can anyone help :(

Kindest Regards
Curtis Holt
 
Sure :)

Tools and settings > updates and upgrade > Add or remove components :
-Webhosting
-PHP interpreter versions
Activate to install PHP7.X

or use fast install:
If you've access to Plesk CLI

choose one of them or install all one by one

PHP7.0
Code:
plesk installer --select-release-current --install-component php70
PHP7.1
Code:
plesk installer --select-release-current --install-component php71
PHP7.2
Code:
plesk installer --select-release-current --install-component php72
PHP7.3(not recommended for centos6)
Code:
plesk installer --select-release-current --install-component php73

I'd suggest you to upgrade your OS to CentOS7 in near future.

CentOS 5 / Red Hat Enterprise Linux 5 / CloudLinux 5 are no longer supported because these operating systems are not popular among Plesk users and will soon become obsolete and unsupported. If you are using one of these operating systems to run Plesk, we recommend migrating your Plesk installation to CentOS 7, Red Hat Enterprise Linux 7, or CloudLinux 7, respectively.
Important Facts About and How to Upgrade to Plesk

Regards,
Hextrator
 
Sure :)

Tools and settings > updates and upgrade > Add or remove components :
-Webhosting
-PHP interpreter versions
Activate to install PHP7.X

or use fast install:
If you've access to Plesk CLI

choose one of them or install all one by one

PHP7.0
Code:
plesk installer --select-release-current --install-component php70
PHP7.1
Code:
plesk installer --select-release-current --install-component php71
PHP7.2
Code:
plesk installer --select-release-current --install-component php72
PHP7.3(not recommended for centos6)
Code:
plesk installer --select-release-current --install-component php73

I'd suggest you to upgrade your OS to CentOS7 in near future.


Important Facts About and How to Upgrade to Plesk

Regards,
Hextrator

Oh my gosh, thank you so much.
I've been speaking to my hosting company and they have been speaking about fully migrating the server onto a fresh install to reinstall this and that saying I wouldn't be available to get php 7 and they never mentioned anything about it being this simple. Honestly thanks so much owe you a beer :)
 
  • Like
Reactions: Hex
Back
Top