.gif images  are not loading in my mediawiki. Even those that are from
$wgUseInstantCommons =true;

This is my image system settings from LocalSettings.php

> ## To enable image uploads, make sure the 'images' directory
> ## is writable, then set this to true:
> $wgEnableUploads = true;
> $wgUseImageMagick = true;
> $wgUseImageResize = true;
> $wgImageMagickConvertCommand = "/usr/bin/convert";
> $wgSVGConverter = 'ImageMagick';
> $wgTmpDirectory = "$IP/images/temp";
> $wgUploadPath = "$wgScriptPath/images";
> $wgUploadDirectory = "$IP/images";
> # InstantCommons allows wiki to use images from http://commons.wikimedia.org
> $wgUseInstantCommons = true;
> 
> $wgFileExtensions = array( 'tex', 'png', 'eps', 'ps', 'gif', 'jpg', 'jpeg', 
> 'svg', 'ppt', 'pdf', 'psd', 'mp3', 'xls', 'xlsx', 'swf', 'sty', 'doc','docx', 
> 'odt', 'odc', 'odp', 'odg', 'mpp', 'tiff');
> $wgStrictFileExtensions = false;
> 
I also am unable to use the Special:UploadFile page.
Both .jpeg & .svg seem to work. on the site others are shown as placeholders.

Notions or ideas??
Thanks
John


_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to