Edit Image > Fatal Error curl_init()

Permalink
Hi there,
The 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

dancer
 
dancer replied on at Permalink Reply
dancer
Just thought I would re-bump this to see if anyone else has had the same issue?
MrEMan replied on at Permalink Reply
I have the same issue.

Running on Windows, Apache, Conctret5 v5.4.0.5 with default skin.
dancer replied on at Permalink Reply
dancer
I have also found that a thumbnail does not get created when you upload an image.. could this be todo with the same problem?
okaystudio replied on at Permalink Reply
Had the same error message, im using wamp and after enabling php_curl under php extensions it seems to be working fine. Hope it helps