SOLVED: PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/
By: Sheldon
PHP Fatal error: Uncaught Error: Call to undefined function curl_init() in /var/www/
This simply means that curl is not installed in your system. You can install curl in ubuntu using the following command. If you are on CentOS then probably use yum instead
sudo apt-get install php-curl
Remember to restart apache2
Archived Comments
Most Viewed Articles (in Error ) |
Latest Articles (in Error) |
Comment on this tutorial