Call to undefined function curl_init()
Just downloaded the version 1.1.5.4 to fix a redirect issue as mentioned by you earlier.
Getting a new error now
PHP Fatal error: Call to undefined function curl_init() in /home/blah/apps/sendy/includes/functions.php on line 1
ROhan
This discussion has been closed.
Comments
Hi @rohan_kini,
Do you have curl installed on your server?
Ben
Aha!
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
After installing libcurl you should restart the web server with following command,
sudo /etc/init.d/apache2 restart
http://stackoverflow.com/questions/2939820/how-to-enable-curl-installed-ubuntu-lamp-stack