CMS imagmagick path issue
I dont know if this is the best place to mention this, and I must have missed it while beta testing the new HTML editor....
I was having imagemagick problems, (not being found on the server) and noticed that in the kfm file manager config file, the path to the imagemagick binary was wrong
$kfm_imagemagick_path = '/usr/bin/cnvert';
and it should be
$kfm_imagemagick_path = '/usr/bin/convert';
(just a missing 'o')
I though maybe this was a kfm bug but, but the configuration.dist.php has the correct.
I dont know if this is only in version 3.0 of html editor, or in all of the extensions that contain the kfm filemanager.
Thanks!
Tom