Hmm, not sure if its related or not, but I've noticed that my wiki has problems making thumbails for animated gifs; regular gifs/pngs/jpegs are fine, and the actual full res animated gifs are fine too, just the thumbnails are broken.
http://www.tokeru.com/mayawiki/index.php?title=Special:ListFiles On 1 April 2014 07:16, John Foster <[email protected]> wrote: > Still getting error messages from the Special:UpLoad page shown below: > > > > Error creating thumbnail: convert.im6: no decode delegate for this > > image format `/tmp/magick-2bvC6VML' @ > > error/constitute.c/ReadImage/544. > > convert.im6: no images defined `PNG:/tmp/transform_c5506caa9662-1.png' > > @ error/convert.c/ConvertImageCom > > > > This is my images stuff from LocalSettings.php > > > > ## To enable image uploads, make sure the 'images' directory > > ## is writable, then set this to true: > > $wgEnableUploads = true; > > $wgUseImageMagick = true; > > $wgUseImageResize = true; > > $wgImageMagickConvertCommand = "/usr/bin/convert"; > > $wgSVGConverter = 'ImageMagick'; > > $wgTmpDirectory = "$IP/images/temp"; > > $wgUploadPath = "$wgScriptPath/images"; > > $wgUploadDirectory = "$IP/images"; > > # InstantCommons allows wiki to use images from > http://commons.wikimedia.org > > $wgUseInstantCommons = true; > > > > ## If you use ImageMagick (or any other shell command) on a > > ## Linux server, this will need to be set to the name of an > > ## available UTF-8 locale > > $wgShellLocale = "en_US.utf8"; > > > I don't know if all the $wgXXXxxx settings are correct. Seem to be no > examples available. Also I have tried just using the defaults & that > doesn't work either. > > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
