Wednesday 10 March 2004 8:55:56 am
I had to move an eZpublish 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 eZpublish 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
|