Hi,
I have a droplet that is running WordPress 5.7.2 on ubuntu 20.04.2 and PHP Version 7.4.21.
CURL module was already installed in server but the WordPress throws a warning like it was not included.
How to resolve this?
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.
Click below to sign up and get $100 of credit to try our products over 60 days!
Hello, @Akash0920
As Bobby mentioned it looks like CURL is not installed for the current version, You can install it with the command that Bobby provided and then restart Apache.
You can also check a similar question that was previously asked in our community:
Hope that this helps Regards, Alex
Hello,
Note that, it looks like that you do not have the PHP Curl module installed for the current PHP version that you are using.
The best way to verify if this is the case is to create a PHP info file with the following content and then visit it via your browser:
To install the module you could run the following command:
Hope that this helps. Regards, Bobby