Thursday 23 January 2003 7:56:34 am
My ez site is at: www.bd1.nu/zone1/index.php/user click on gallery and then any of the links (landscape, flowers etc) and notice that no image is generated. My image.ini.php code is as below (I have tried to change values of useconvert and usegd, plus I tried to change convertpath from /usr/local/bin/ to /usr/local/bin/convert), no luck. <?php /* #?ini charset="iso-8859-1"?
[ConverterSettings]
UseConvert=true UseGD=false
[ShellSettings]
ConvertPath=/usr/local/bin/ ConvertExecutable=convert
[OutputSettings] AvailableMimeTypes=image/jpeg;image/png
[Rules]
DefaultRule=image/jpeg;convert
Rules[]=image/jpeg;image/jpeg;convert
Rules[]=image/png;image/png;convert
Rules[]=image/gif;image/png;convert Rules[]=image/xpm;image/png;convert
[MimeTypes]
Types[]=image/jpeg;\.jpe?g$;jpg;
Types[]=image/png;\.png$;png
Types[]=image/gif;\.gif$;gif
Types[]=image/xpm;\.xpm$;xpm
Types[]=image/tiff;\.tiff$;tiff
Types[]=image/ppm;\.ppm$;ppm
Types[]=image/tga;\.tga$;tga
Types[]=image/svg;\.svg$;svg
Types[]=image/wml;\.wml$;wml
Types[]=image/bmp;\.bmp$;bmp */ ?> /Mikael
> > ...could you then please email me your image.ini and
> > image.ini.php file.
> >
> > (I got ez2x to work fine but not ez3 and soon I'm going
> > nuts, lol).
>
> Why don't you show us your image.ini.php and the errors you
> get? This way, everyone else can learn from it.
> > image.ini is only used when image.ini.php is not present!
|