Check if php-curl is installed and running
Create a new file in the webroot directory and insert the following code:
<?php echo '<pre>'; var_dump(curl_version()); echo '</pre>'; ?>
Create a new file in the webroot directory and insert the following code:
<?php echo '<pre>'; var_dump(curl_version()); echo '</pre>'; ?>