Can somebody please help me get my wiki to display SVG files? I'm having error after error, and I don't understand how SVG works yet.
- Be advised: this is a private wiki that is offline (similar to a wiki-on-a-stick), running on Windows XP through the MoWeS Portable II server package. The wiki version is MediaWiki 1.16.0.
I've successfully set my LocalSettings.php file to allow SVG uploads, and am using a few simple test images pulled straight from Wikipedia.
The Configuration settings and Image Administration Manuals here on MediaWiki have not been helpful at resolving the problem, and have only yielded more complicated errors that are not mentioned in those manuals.
My current LocalSettings.php configuration settings for SVG files reads as follows:
$wgAllowTitlesInSVG = true;
$wgSVGConverter = 'ImageMagick';
$wgSVGConverterPath = "C:\mowes\ImageMagick";
$wgSVGConverters = array( 'ImageMagick' => '$path/convert -background white -thumbnail $widthx$height\! $input PNG:$output');
The current error is:
Error creating thumbnail: convert: no delegates configuration file found (delegates.mgk). convert: no delegate for this image format (SVG). convert: Missing an image file name.