Hello/Hi/Greetings,
When I try add photos I get the next error: "GD library missing".
However I want use ImageMagick and I've installed and it is detected, see the next data extracted from the administration link:
-----------------------------------------------------------------------------------------------------
Versión de Piwigo
Piwigo 2.7.1
Comprobar si hay una nueva versión disponible
Suscribir narcotico@gmail.com al boletín de noticias Piwigo Newsletter
Entorno
Sistema operativo: Linux
PHP: 5.4.34-0+deb7u1 (Ver información) [2014-11-08 00:16:08]
MySQL: 5.5.40-0+wheezy1 [2014-11-08 00:16:08]
Librería gráfica: ImageMagick 6.7.7-10
-----------------------------------------------------------------------------------------------------
I've read a similar problem and I've changed config_default.inc.php to the next, but the issue continues (the path is checked, with 'whereis' and executing the path directly):
$conf['graphics_library'] = 'ext_imagick';
$conf['ext_imagick_dir'] = '/usr/bin/convert';
I've add extension=imagick.so to /etc/php5/cli/php.ini. If I execute phpinfo() I can see imagemagick loaded correctly.
I've installed imagemagick with:
apt-get install imagemagick php5-imagick
Could you help me?
Thanks.
I reply myself.
I guest php5-gd is a package neccesary too. And ImageMagick only is not enough.