Fatal error: Call to undefined function curl_setopt()

Enthusiast Programmer picture Enthusiast Programmer · Nov 5, 2012 · Viewed 13.2k times · Source

every thing has been working well on my localhost but when i have uploaded it in the server after that whenever i am trying to login my admin panel then it is giving the following error.

Fatal error: Call to undefined function curl_setopt() in D:\INETPUB\VHOSTS\lostandfound.co.in\nityapusta\magento\jewellery\lib\Varien\Http\Adapter\Curl.php on line 87

Answer

gopivignesh.m picture gopivignesh.m · Mar 16, 2013

You have to enable CURL and restart you XAMPP/WAMP/MAMP.

  1. Go to php.ini file.
  2. Enable Curl by uncommenting the semicolan before "extension=php_curl.dll".
  3. Restart your server - XAMPP/WAMP/MAMP.

If you are using live server, contact your hosting provider support to get help on this.