I encountered this message when we enabled upload from URL on Wiki4Games. To solve the problem, you just need to enable curl support in PHP. For Windows, this is done by uncommenting extension=php_curl.dll in php.ini. For Linux (at least in Ubuntu), this is done by installing php5-curl (apt-get install php-curl). Don’t forget to restart Apache (or just “apply changes” in Webmin).
Fatal error: Call to undefined function: curl_init()
Posted in Linux, Windows, servers.
– 2009-11-15


0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.