I get the above message when I login to wordpress. How to update pHP in your server? I have centos-s-1vcpu-1gb-nyc1-01
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @praveenvall,
First, you need to disable your PHP 7.3 version:
Then add the repo for PHP 8 :
Then install PHP 8
Additionally, you need to install some php extensions. You can do that by using the following
And the exntesions you need to install are:
After that you just need to enable the PHP version in on APache as well