Resized images are not visible...why?!
I can upload and display images, but resized images are not shown (as thumbs or with fixed size parameter). I have all image directories set to read/write (777), GD library version 2.x installed and the following settings in "LocalSettings.php":
$wgEnableUploads = true; $wgUseImageResize = true; # $wgUseImageMagick = true; # $wgImageMagickConvertCommand = "/usr/bin/convert";
$wgHashedUploadDirectory = false;
Anything wrong with this? Or what else can be missing?
Thanks for all help with this! Mike