Imagemagick error

I’m having a trouble configuring thumbnail creation. I’ve installed image magick. I ran dpkg -l and know it is installed. Convert is in /usr/bin, the filepath is saved in settings, and it’s a good filepath. I configured the config.ini file as specified here.

However, when I try to add a file I get the following error:

Destination directory is not writable: ‘/var/www/html/omeka/files/original’.

Any help would be much appreciated.

The error you mention here doesn’t have anything to do with ImageMagick specifically, it’s just telling you that the files/original folder isn’t writable by the server and needs to be. (Same with all the folders underneath files/.)

1 Like

Thanks! That did the trick!