Ubuntu/Debian PHP 7 cURL Installed but non Working

Solving: PHP 7 cURL Installed but non Working in Debian/Ubuntu

Hi, this is an easy Troubleshooting for PHP 7.x cURL Extension Installed but non Working in Ubuntu/Debian GNU/Linux.

Usually this problem is caused by a Missing or Unachieved PHP cURL Setup!

 - Featured
  1. Installing PHP cURL Extension

    Now to Install PHP cURL
    Generally play:

    sudo apt install php7.x-curl php-curl
    And so for instance for the current PHP 7.4 it looks like:
    sudo apt install php7.4-curl php-curl
  2. Restarting Apache

    So then to Restart Apache Web Server
    It’s is important to Reload it just like this:

    sudo /etc/init.d/apache2 restart

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.