I can upload and display images fine. However, when I use the "thumb" feature, or give a pixel size smaller than the original, it shows a missing picture. The thumbnail frame generates, as well as any other commands...just no image. Safe mode is off. I don't know what else to try...
Hi Ashami, have uncommented the lines ---8<--------- ## To enable image uploads, make sure the 'images' directory ## is writable, then uncomment this: $wgDisableUploads = false; $wgUseImageResize = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "/usr/bin/convert"; ---8<---------- in LocalSettings.php? Have you installed ImageMagick? Type /usr/bin/convert on command line if you are not sure. .Sebastian
Ashami wrote:
I can upload and display images fine. However, when I use the "thumb" feature, or give a pixel size smaller than the original, it shows a missing picture. The thumbnail frame generates, as well as any other commands...just no image. Safe mode is off. I don't know what else to try...
mediawiki-l@lists.wikimedia.org