I've been having some issues with the mediawiki site I run (& just
updated) pulling & displaying .svg files from commonswiki. Other formats
seem to work & not all .svg files are causing this issue. Seems they are
polled but no thumbnails or images are actually displayed om the wiki
site web pages. I've had a few responses to the more generalized issues
of not being able to upload files as well. But, so far I'm not sure what
is the issues. I have reverted back my LocalSettings.php to include
these settings; 
> $wgEnableUploads = true;
> $wgUseImageMagick = true;
> $wgUseImageResize = true;
> $wgImageMagickConvertCommand = "/usr/bin/convert";
> #$wgSVGConverter = 'ImageMagick';
> $wgSVGConverter = 'rsvg';
> $wgSVGConverterPath = "/usr/bin/";
> 

I've tried using ImageMagick, & inkscape also, but I get the same result.
Any ideas?
Thanks
John


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

Reply via email to