Zum Hauptinhalt springen

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.
Wir benutzen Cookies
Wir nutzen Cookies auf unserer Website. Einige von ihnen sind essenziell für den Betrieb der Seite, während andere uns helfen, diese Website und die Nutzererfahrung zu verbessern. Du kannst selbst enscheiden, ob du Cookies zulassen möchtest. Bitte beachte, dass bei Ablehnung womöglich nicht mehr alle Funktionalitäten zur Verfügung stehen.