Friday 09 January 2004 8:49:01 am
Hi Thanks for tips. I think I understand it better now. My problem was bascially that I was developing in WinXP. Apache, MySql etc. had all been installed as an EZ installer with EZ 3.2.0. This worked fine when upgrading with only the distribution files for Ez 3.2.XX. However, once upgrading to 3.3 it really went bad. I think that was due to that my old image settings where wrong, the convert path etc.. However, finding how to set them correctly was a bit difficult. As such I downloaded a complete Ez 3.3.1 installer, installed it and then modifed the conf files, and THEN migrated my Ez 3.2.2 site to the EZ 3.3 distrubtion (as such the site was running of the new installer version of Apache, php etc.)! This worked much better, now I am really making an progress toward getting it up an running again. Now I can take the weekend, looking forward to be working with the new functionality in Ez 3.3. For production I am gonna go Linux so I do not really care about the eventual poor security in the installers.
Well in case anyone needs it here are my new settings/override/image.ini.append.php file which works for me in Win XP now:). Note that
"[ShellSettings]
ConvertPath=C:\WINDOWS\system32
ConvertExecutable=convertim.exe"
has to changed to:
"[ImageMagick]
IsEnabled=true
ExecutablePath=C:\WINDOWS\system32 Executable=convertim.exe" Should this have been documented EZ? Or is it and have I overlooked it? <?php /* #?ini charset="iso-8859-1"?
# Linux image settings. NOTE THESE ARE THE OLD SETTINGS AND PROPBABLY MUST BE CHANGED FOR
# RELEASE IN A LINUX ENVIROMENT!!!
#[ConverterSettings]
#UseConvert=true #UseGD=true
#[ShellSettings]
#ConvertPath=/usr/bin #ConvertExecutable=convert # Windows XP settings
[ImageMagick]
IsEnabled=true
ExecutablePath=C:\WINDOWS\system32 Executable=convertim.exe */ ?>
|