Forums / Install & configuration / eZ 3.4.1 and ImageMagick

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

eZ 3.4.1 and ImageMagick

Author Message

Pete Dewell

Thursday 29 July 2004 2:56:55 pm

I've just installed eZ 3.4.1, gone through the setup, included a gallery, and can't get eZ to use ImageMagick rather than GD, or display any images. I had to change a couple of entries in the settings/image.ini file for it to find ImagMagick in the first place, included the path to convert in the setup.ini, and the override/image.ini.php.append says that ImageMagick is enabled (and it points to the right path and executable), but I can't get any images to display.

How can I get the setup to use ImageMagick by default, rather than GD, and to *show* that it's using ImageMagick.

Pete Dewell

Tuesday 03 August 2004 6:53:41 am

It's OK - I managed to fix the problem. I had included "system" in the disable_functions in php.ini, so it couldn't run convert. My own stupid fault. Sorry folks.