Edit Image > Fatal Error curl_init()
PermalinkThe code I get is:
Fatal error: Call to undefined function curl_init() in /webroot/107 client/client_c5/concrete/elements/files/edit/image.php on line 42
which is:
$ch = curl_init(); curl_setopt($ch, CURLOPT_VERBOSE, 0); curl_setopt($ch, CURLOPT_URL, $strPicnikUrl); //Don't ask me what this does, I just know that without this funny header, the whole thing doesn't work!
So by the comment "Don't ask me what this does, I just know that without this funny header, the whole thing doesn't work!"
I guess there is no solution?
Any help would be grea

Running on Windows, Apache, Conctret5 v5.4.0.5 with default skin.