On 10/11/11 04:53, badon wrote:
> 
> The JavaScript URLs work fine, and they weren't too difficult to adapt to my
> own MediaWiki installation. The URL rewrite stuff that redirects the 404 URL
> to thumb.php is what seems to be missing, and it affects all image types. I
> don't know what command is being used to render SVG thumbs. How do I find
> that info? Here's the other info you requested, along with a copy and paste
> of the section in my LocalSettings.php that deals with images:

Your problem is not the javascript urls but the svg conversion:
See
http://www.coincompendium.com/wiki/thumb.php?f=Template-info.svg&w=120
isn't like
http://www.coincompendium.com/wiki/images/4/4c/Template-info.svg

>From your setup, they should be converted with imagemagick 6.3.4.2
Does a command like
 convert -resize 120 Template-info.svg Template-info.png
produce a sensible png?
(on my setup with 6.7.3 it doas)


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

Reply via email to