• hi, I am getting this error:
    Fatal error: Call to undefined function curl_init() in C:\xampp\htdocs\websites\cognisess\www\wordpress\wp-content\themes\lunar\inc\tools.php on line 21

    Trying to get the slider to work, but there is a problem with the Media Library..

Viewing 1 replies (of 1 total)
  • Most probably CURL is not supported on your host.

    If this is with a hosting company, you will need to have them install/enable it.

    If this is a Windows based system, CURL can be enabled by uncommenting the curl extension line in the php.ini file – extension=php_curl.dll and restarting the web server.

    If this is Unix/Linux, PHP must be compiled with CURL support and the libcurl library must be installed.

Viewing 1 replies (of 1 total)

The topic ‘Error in Media Library’ is closed to new replies.