Monday, July 5, 2010

Fatal error: Call to undefined function: curl_init() using lamp in ubuntu

Install the php5-curl

sudo apt-get install php5-curl

Then restart the apache web server

sudo /etc/init.d/apache2 restart

No comments:

Post a Comment