Hi,
I have set up MediaWiki with x10hosting but the problem is I don't know what command invokes ImageMagick's convert tool on x10. I have tried:
and:
But not one has worked.
I have set up MediaWiki with x10hosting but the problem is I don't know what command invokes ImageMagick's convert tool on x10. I have tried:
Code:
$wgImageMagickConvertCommand = '/usr/bin/convert';
Code:
$wgImageMagickConvertCommand = 'convert';
Code:
$wgImageMagickConvertCommand = '/usr/sbin/convert';
But not one has worked.