PHP Fatal error: Call to undefined function curl_init()

A classic error

PHP Fatal error:  Call to undefined function curl_init()

To fix it, you just need to install the php5-curl extension

apt-get install php5-curl

Leave a Reply