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:
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
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
Just thought I would re-bump this to see if anyone else has had the same issue?
I have the same issue.
Running on Windows, Apache, Conctret5 v5.4.0.5 with default skin.
Running on Windows, Apache, Conctret5 v5.4.0.5 with default skin.
I have also found that a thumbnail does not get created when you upload an image.. could this be todo with the same problem?
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