Error creating thumbnail: convert: Unrecognized option (-thumbnail).
From Project:Support desk
I have a aplus.net website and all thumbnails give this error (in text, by the way): Error creating thumbnail: convert: Unrecognized option (-thumbnail). Does anyone have any idea what I should do?
i am interested in knowing as well.
You don't have image magick installed, or more likely have another program thats not image magick installed with the name convert.
You need to either set manual:$wgUseImageMagick to false in LocalSettings.php, or install image magick, or fix where mediawiki is looking for image magick (manual:$wgImageMagickConvertCommand).