The current version of the Wordpress marketplace app is shipped with PHP v8: https://marketplace.digitalocean.com/apps/wordpress
How can I configure it to use PHP v7.4 instead?
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!
Hello,
Just as a side note, the active support for PHP 7.4 would end by the end of the year as per the PHP official website here:
https://www.php.net/supported-versions.php
In case that you still would like to downgrade the PHP version from 8.0 to 7.4, you could do it by running the following commands:
Make sure to take a snapshot of your server before proceeding. That way in case anything goes wrong, you would be able to revert back to a working state of your website!
sudo apt update
sudo apt install php7.4 php7.4-cli php7.4-mysql php7.4-curl php7.4-gd php7.4-mbstring php7.4-xml php7.4-xmlrpc php7.4-soap php7.4-intl php7.4-zip libapache2-mod-php7.4 php7.4-common php7.4-json php7.4-opcache php7.4-readline
a2dismod php8.0
a2enmod php7.4
systemctl restart apache2
Hope that this helps. Best, Bobby
Hello, @plantslovertbilisi
As per Bobby’s comment, the active support for PHP 7.4 would end by the end of the year which you should take under consideration.
You can also spin up a Ubuntu or CentOS droplet and then install PHP 7.4 (configure the LAMP stack) as per your wish.
And then install WordPress manually as per this tutorial:
However, if you’ve already used the marketplace app you should follow the instructions provided by Bobby.
Regards, Alex
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.