Skip to main content

Documentation

IMPORTANT

This is the outdated SI-documentation which will be adapted soon. A huge part may be obsolete!

Curl Library

The CURL extension for PHP allows scripts to make external requests to a different site. The main reason that CURL needs to be enabled on PHP is that EasySocial allows link crawling capabilities. During the installation process, EasySocial would be able to retrieve the download and files directly from our site.

Installing CURL Library using YUM on Linux/OSX

It is very simple to install the CURL library on your site if you're using the Yellowdog Updater a.k.a YUM. You may install it by running the following in the terminal.

sudo yum install php-curl
sudo service httpd restart

Enabling CURL Library on Windows

There are a few steps to enable the CURL library on windows:

  1. You only need to edit the php.ini file which is normally located in C:\Windows\System32\php.ini. The folder may differ and you can find out the loaded php.ini configuration file via the PHP Information in Joomla.
  2. Search extension=php_curl.dll within this file.
  3. Uncomment it by removing the semi-colon (;) in front of it.
  4. Restart the apache server.
# In the file, locate the following codes

;extension=php_curl.dll

# Remove the preceding ; and the code should look like the below:

extension=php_curl.dll

If you are unsure how to do this, it's best to contact your hosting provider for clarification.
We use cookies
We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience. You can decide whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.