Hello everyone
i created the folder /usr/bin/convert as ImageMagick requires it as it states in the "localsettings.php" file now i can thumbnail jpeg files
when i try to thumbnail a png file it gives me this error Error creating thumbnail: /bin/bash: /usr/bin/convert: Is a directory
i dont understand why when i didnt have the folder i couldnt at all when i got the folder it says the folder exist but does nothing
i added // Override the default with a bundle of filetypes: $wgFileExtensions = array(
'png', 'gif', 'jpg', 'jpeg', 'jp2', 'webp', 'ppt', 'pdf', 'psd', 'mp3', 'xls', 'xlsx', 'swf', 'doc','docx', 'odt', 'odc', 'odp', 'odg', 'mpp' );
to make sure all the extension are supported and still the same thing
thanks in advance