Hi

I have been receiving the error:
Error creating thumbnail: Unable to save thumbnail to destination

For a PNG image I recently uploaded to my local Wiki, even after I upload smaller versions of the file (out of concerns that the image's size might be the problem). These are my current image-related lines of LocalSettings.php:

# Image Converter
$wgSVGConverter = 'Inkscape';

$wgSVGConverters = array(
    'ImageMagick' => 'convert -resize $width $input $output',
'Inkscape' => '"/Program Files/Inkscape/inkscape.com" -z -w $width -f $input -e $output',
);

# Image converter path
$wgSVGConverterPath = '/Program Files/Inkscape';

## The following commands are required for ImageMap to work.
$wgEnableUploads  = true;
$wgUseImageMagick = true;
$wgImageMagickConvertCommand = '/Program Files/ImageMagick/convert.exe';
$wgAllowCopyUploads = true;
$wgGroupPermissions['user']['upload_by_url']=true;

# Path to jpegtran utility
$wgJpegTran = '/Bitnami/mediawiki-1.24.1-0/common/bin/';

# Path to tidy utility binary
$wgTidyBin = '/Bitnami/mediawiki-1.24.1-0/common/bin/';

Thanks for your time,
Brenton
_______________________________________________
MediaWiki-l mailing list
To unsubscribe, go to:
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to