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.