Tag Archives: curl

PHP Fatal error: Call to undefined function curl_init()

Description: CURL is not enabled in the server. Solution: Open php.ini , navigate to ;extension=php_curl.dll (around line 950) and uncomment it by removing the semi colon in front. Then restart the server. Also you can check if is enabled by … Continue reading

Posted in PhP | Tagged , , | Leave a comment