How To Upgrade PHP Using the MultiPHP Manager In cPanel

This tutorial is over a year old and may not apply to your version of Concrete CMS.
Nov 23, 2020

PHP is the programming language used to power Concrete CMS. Older versions of PHP stop receiving updates and is a security issue for your websites as new PHP vulnerabilities arise. Servers and websites need to stay secure; we recommend upgrading all sites to the latest PHP version: 7.3. The latest PHP versions are faster and use less memory, but some older functions and syntax are no longer supported. While many sites will continue to keep working with PHP version 7.3, the upgrade can cause some websites to break. We recommend that you make sure the code powering your website is compatible with PHP version 7.3 and higher.

You can see which versions of concrete are compatible with the various versions of PHP here: https://documentation.concretecms.org/developers/introduction/system-requirements. Note that legacy versions of concrete (anything below version 5.7) are unlikely to run on PHP version 7.3 without modification.

Upgrading PHP version in cPanel with EasyApache MultiPHP

  1. Log in to cPanel
  2. Under Software: Click MultiPHP Manager
  3. Make a note of your current version!
  4. Select an updated version of PHP and click Apply
  5. Visit your site to confirm that the change has not broken your site.
Recent Tutorials
Create custom Site Health tasks
Apr 19, 2024
By myq.

This tutorial will guide you through the creation of a new Site Health task

Reusing the same Express entity in multiple associations
Apr 11, 2024
By myq.

How to create and manage multiple associations in Express

Express Form Styling
Apr 11, 2024
By myq.

Different ways to style Express forms

Setting addon/theme version compatibility in the marketplace
Jan 9, 2024

For developers worn out with setting the latest addon or theme version manually across too many core versions, here is a JavaScript bookmarklet to do it for you.

How to get the locale of a page
Jan 8, 2024
By wtfdesign.

Now, why don't we just have a getLocale() method on Page objects beats me, but here's how you work around it

Using a Redis Server
Jun 16, 2023
By mlocati.

How to configure Concrete to use one or more Redis servers to persist the cache.

Improvements?

Let us know by posting here.