Arjun Jacob Thomas wrote:
hi, i'm currently running mediawiki 1.6.5. Everything is working great, cept i'm having problems with images. I can upload them and view them in their original size, however if i try modifiying the view using thumbs etc i get the following error message ( Incomplete GD library configuration: missing function imagecreatefromjpeg ) . This happens with all picture formats.... HALP!!
This means your PHP is either missing the GD library or has a broken configuration where the relevant image formats don't work.
You can do one of the following:
1) Set $wgUseImageResize = false; to disable thumbnailing.
2) Recompile PHP with the appropriate libraries.
3) Install ImageMagick and set up $wgUseImageMagick and $wgImageMagickConvertCommand appropriately.
-- brion vibber (brion @ pobox.com)