Zum Hauptinhalt springen

Documentation

IMPORTANT

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

Gd Library

GD extension for PHP allows EasySocial to perform image manipulation and it is a minimum requirement of EasySocial. This allows the scripts to manipulate, resize and create image files on the site.

Installing GD Library using YUM on Linux/OSX

To setup php with zip library on Linux, it's pretty easy since everything can be done using YUM. Those that are unfamiliar with YUM should start utilizing it. You can learn more about YUM on Wikipedia.

sudo yum install php-gd
sudo httpd restart

Enabling GD Library Windows

There are a few steps to enable GD 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_gd.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_gd.dll # Remove the preceding ; and the code should look like the below: extension=php_gd.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.