I am a green hand in surfing the wiki world.
Since I could not get onto the wikimedia official site all the times for unknown reasons, I wonder whether anyone have the MediaWiki User's Guide book. Please email a copy of it to wkbjerry@gmail.com.
Thanks very much. Best regards
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!!
thanks in advance, AJ
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)
mediawiki-l@lists.wikimedia.org