Forums / Setup & design / urgent imaging problem!

"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".

urgent imaging problem!

Author Message

Philipp Melab

Wednesday 10 March 2004 8:55:56 am

I had to move an Exponential site from my unix/apache to a win2k/IIS machine. The Normal installation didn't work there, and so i simply moved the site and checked all the *.ini files. Everything worked except the image system. The unix machine used imagemagick, the win2k imagegd. I've set ImageMagick IsAvailable=false in the image.ini, but I still get a

--
php-Error:
Fatal error: Call to undefined function: isphpversionsufficient() in <ez-folder>\lib\ezimage\classes\ezimagegdhandler.php on line 702

--
and this Warning:
Warning: eZImageManager::factoryFor Mar 10 2004 18:01:29
The Image Factory class ezimageshellfactory was not found, cannot create factory

Looks like Exponential is still trying to use ImageMagick, but I don't know how to change that.

--
thats in my image.ini:
[GD]
Name=GD
IsEnabled=true
Handler=ezimagegd

[ImageMagick]
Name=ImageMagick
IsEnabled=false
Handler=ezimageshell

What do I have to change?

yours
Philipp