Hi all,
Sorry to rehash a well covered subject but I am stumped. I cannot for the life of me get ImageMagick to create dynamic images from my templates, into the thumbs folder. I am on a shared Linux hosting package.
I have tried all ways of enabling IM as the thumbs driver, without success. I have searched this forum for answers; all pointing to the 2 simple methods of setting the driver, and setting the path to convert in the Kirby config file.
I have done this, checked the path to /usr/local/bin/convert and it seems correct for my hosting setup (this is where the Magick-config files are). Convert is an executable file (777), and the thumbs folder is set to 755, but still nothing works.
I must point out: the thumbs folder and image generation work just fine when using the default GD Lib setting, but I am not happy with the quality of the images.
As soon as I try c::set('thumbs.driver', 'im');
in the config, with or without c::set('thumbs.bin', '/usr/local/bin/convertā);
, nothing is generated in the thumbs folder and my page source code shows only the original image url is being used for all responsive sizes.
Any ideas what may be going wrong here?! This is proving to be a real pain to get working, I have already had numerous messages with tech support at the hosting co, who are more clueless than I am!
One thing I just noticed: the IM phpinfo version and actual installed version do not match. Could this be the issue?!
In my phpinfo file, the imagick compiled library version says 6.9.2-5 (2015-11-09), while the Magick-config files and installed version at /usr/local/lib are 6.5.1-9 (2011-09-24).
I am on PHP 5.6.22 with Kirby 2.5.8.
Surely this is something simple, but it is frustrating as hellā¦ Any help, advice or suggestions please?
Cheers.