Bonjour,
J'ai installé piwigo aujourd'hui et mis en ligne ma première galerie.
Piwigo version actuelle
PHP 5.3.3
mysql 5.1.66
ImageMagick 6.5.4-7
Hébergeur: mes propres serveurs avec Plesk 11.0.9
CentOS 6.3 x64
Lorsque je génère les différentes, tailles, toutes les tailles en dessous de M sont bien générées. Tout ce qui est au dessus ne peut-être généré. La page de gestion piwigo me confirme que ces images n'ont pas été générées.
Quand je regarde dans mon error_log, j'ai ce type de message:
[Sat Jan 19 23:54:03 2013] [error] [client xxx.xxx.xxx.xxx] PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate.class.php:416\nStack trace:\n#0 /var/www/vhosts/mondomaine.com/photo/admin/include/image.class.php(416): Imagick->__construct('./themes/defaul...')omaine.com/photo/i.php(581): pwg_image->__construct('./themes/defaul...')\n#3 {main}\n thrown in /var/www/vhosts/mondomaine.com/photo/admin/include/
Selon ce que j'ai lu, cela indiquerait qu'il manque la librairie jpeg sur mon serveur. Mais ce n'est pas le cas. D'abord, les petites sont bien générées, ensuite, j'ai vérifier, et libjpeg est bien là (libjpeg-6b-46.el6.x86_64)
Est-ce que qqun pourrait me donner une piste pour troubleshooter ce problème ?
En complément, voici un convert -list configure
Name Value ------------------------------------------------------------------------------- CC gcc -std=gnu99 CFLAGS -fopenmp -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -pthread CONFIGURE ./configure '--build=x86_64-redhat-linux-gnu' '--host=x86_64-redhat-linux-gnu' '--target=x86_64-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-shared' '--disable-static' '--with-modules' '--with-perl' '--with-x' '--with-threads' '--with-magick_plus_plus' '--with-gslib' '--with-wmf' '--with-lcms' '--with-rsvg' '--with-xml' '--with-perl-options=INSTALLDIRS=vendor CC='\''gcc -L/builddir/build/BUILD/ImageMagick-6.5.4-7/magick/.libs'\'' LDDLFLAGS='\''-shared -L/builddir/build/BUILD/ImageMagick-6.5.4-7/magick/.libs'\''' '--without-dps' '--without-included-ltdl' '--with-ltdl-include=/usr/include' '--with-ltdl-lib=/usr/lib64' 'build_alias=x86_64-redhat-linux-gnu' 'host_alias=x86_64-redhat-linux-gnu' 'target_alias=x86_64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' 'CXXFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' COPYRIGHT Copyright (C) 1999-2009 ImageMagick Studio LLC CPPFLAGS -I/usr/include/ImageMagick CXX g++ CXXFLAGS -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -W -pthread DEFS -DHAVE_CONFIG_H DELEGATES bzlib fontconfig freetype gs jpeg jng jp2 lcms png rsvg tiff x11 xml wmf zlib DISTCHECK_CONFIG_FLAGS 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-dps=no --with-fontpath= EXEC-PREFIX /usr HOST x86_64-redhat-linux-gnu LDFLAGS -L/usr/lib64 -lfreetype LIB_VERSION 0x654 LIB_VERSION_NUMBER 6,5,4,7 LIBS -lMagickCore -llcms -ltiff -lfreetype -ljpeg -lfontconfig -lXext -lSM -lICE -lX11 -lXt -lbz2 -lz -lm -lgomp -lpthread -lltdl NAME ImageMagick PCFLAGS -fopenmp PREFIX /usr QuantumDepth 16 RELEASE_DATE 2012-05-07 VERSION 6.5.4 WEBSITE http://www.imagemagick.org
En attendant de pouvoir trouver la cause du problème, j'ai désactivé ImageMagick. Ca fonctionne plutôt bien. Mais c'est pas idéal.