Hello,
I am running v 1.21 on a Win 2k8 r2 (64 bit), it has been working fine since the installation.
I recently planned on getting thumbnails in it and so I got ImageMagick-7.0.0-Q16 on the same box. I set the variables of
$wgEnableUploads = true; $wgUseImageMagick = true; $wgImageMagickConvertCommand = "C:\Program Files\ImageMagick-7.0.0-Q16\convert.exe";
and I can see that under the folder ...wiki\images\thumb it is actually creating the thumbnails, I'm just having trouble displaying them on the website. Does anyone have the same issue?
Any information will be greatly appreciated. SF