I am new to this forum and I am trying to get Imagemagick to work from a Hybric Commerce server.
I have browsed extensively through this forum and tried several thing but I can't get it work.
I have ImageMagick-7.0.7-4-Q8-x64-dll and Microsoft Server 2008 R2 running Hybris Commerce 6.4.
I have setup the environment variables MAGICK_HOME and MAGICK_CONFIGURE_PATH to C:\Program Files\ImageMagick-7.0.7-Q8.
I have also set the PATH to contain this.
On the Hybris side, I have set in file C:\Hybris6.4\hybris\config\local.properties the following variables:
imagemagick.bindir=C:\Program Files\ImageMagick-7.0.7-Q8
imagemagick.configuration.directory=C:\Program Files\ImageMagick-7.0.7-Q8
The error I get in Hybris is:
Failed to run imagemagick. Failed to find ImageMagick configuration directory. Please adjust the property: imagemagick.configuration.directory to your local Image Magick installation
Since Hybris 6.1 Imagemagick is not integrated by default anymore and I cannot find any useful information towards a solution. Any ideas?
Use Imagemagick from Hybris Commerce
Use Imagemagick from Hybris Commerce
Last edited by nick01 on 2017-10-02T20:55:04-07:00, edited 1 time in total.
-
- Posts: 10021
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: Use Imagemagick from Hybris Commerce
I know nothing about Hybris, but perhaps it doesn't know the ImageMagick v7 command is "magick", and is trying to use "convert", and perhaps you haven't installed that.
In your IM directory, do you have "convert.exe"? If not, I suggest you re-install IM with legacy components.
In your IM directory, do you have "convert.exe"? If not, I suggest you re-install IM with legacy components.
snibgo's IM pages: im.snibgo.com
Re: Use Imagemagick from Hybris Commerce
I have used the 'Install legacy utilities' option so I have the convert.exe in my IM directory.
But I could change the imagemagick.executable.convert variable in Hybris from the default "convert" to "magick".
But I could change the imagemagick.executable.convert variable in Hybris from the default "convert" to "magick".
Re: Use Imagemagick from Hybris Commerce
Does anybody have any ideas? I am still facing this issue.
Re: Use Imagemagick from Hybris Commerce
I would have said the first port of call was the Hybris website.
I found some information using Google and the second link seemed promising but I had to add my Hybris account to access the site.
I doubt anyone here is going to install Hybris just to answer your question; which I would say was the only way to usefully answer your question.
I found some information using Google and the second link seemed promising but I had to add my Hybris account to access the site.
I doubt anyone here is going to install Hybris just to answer your question; which I would say was the only way to usefully answer your question.
Why not try and see what happens?But I could change the imagemagick.executable.convert variable in Hybris from the default "convert" to "magick".
Re: Use Imagemagick from Hybris Commerce
Thanks. I had also put my question on a Hybris forum. I agree the best chance for a valuable hint to the solution should come from there.
However, it is two sides of the same coin...
I am currently upgrading my Hybris installation, maybe the patch will help. After that I will surely try the variable suggestion.
Keep you posted.
However, it is two sides of the same coin...
I am currently upgrading my Hybris installation, maybe the patch will help. After that I will surely try the variable suggestion.
Keep you posted.
Re: Use Imagemagick from Hybris Commerce
I have a working installation again and I tried both "convert" and "magick" as command by changing the imagemagick.executable.convert variable.
Unfortunately it did not work.
Does anybody have any ideas?
Unfortunately it did not work.
Does anybody have any ideas?