• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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