Can anyone help me update the PHP version of my WordPress website from PHP 7.3 to 7.4?
I am using Digital ocean hosting and have deployed my website using WordPress on Openlitespeed package from the digital ocean marketplace. However, I always end up getting a critical error on my website.
Here are the commands I tried on the digital ocean console -
sudo apt-get install software-properties-common
sudo add-apt-repository ppa: ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.4
I also changed the script header by following Step 5 of this guide: (link) https://www.howtoforge.com/tutorial...tos-8/#step-configure-openlitespeed-with-php-
I am a noob, so if anyone can share a step by step guide, it will be wonderful. Thank you so much in advance.
I am using Digital ocean hosting and have deployed my website using WordPress on Openlitespeed package from the digital ocean marketplace. However, I always end up getting a critical error on my website.
Here are the commands I tried on the digital ocean console -
sudo apt-get install software-properties-common
sudo add-apt-repository ppa: ondrej/php
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y php7.4
I also changed the script header by following Step 5 of this guide: (link) https://www.howtoforge.com/tutorial...tos-8/#step-configure-openlitespeed-with-php-
I am a noob, so if anyone can share a step by step guide, it will be wonderful. Thank you so much in advance.