evolutioncreations.com | wacky wiki fun > Ubuntu > FAQ's > PHP > Fatal error: Call to undefined function curl init()

Fatal error: Call to undefined function curl init()

Table of contents
No headers

This is most likely caused by PHP not having the curl module installed. To fix, you want to run:

sudo apt-get install php5-curl 

 restart Apache and then check your phpinfo page to verify if this is showing up or not.


Tag page
You must login to post a comment.
SourceForge.net