Forums / Install & configuration / Images are not shown
Wolfgang Buldt
Sunday 12 October 2003 3:13:38 pm
I read in the forum and the articel "Images do not work". I have checked all out. safe_mode ist off, open_basedir = novalue, the var directorys have 777 and the files are uploaded. The Image append.php. in settings/override: [ConverterSettings] UseConvert=false UseGD=true I have not imageMagic and php.info shows: GD Support enabled GD Version bundled (2.0 compatible) FreeType Support enabled FreeType Linkage with freetype T1Lib Support enabled GIF Read Support enabled JPG Support enabled PNG Support enabled WBMP Support enabled
Apache 1.3.19 and php 4.3 on suse Linux 8.
Has anyone an idea, what i could change at the configuration?The Rest of ezpublish works well.
Adolfo Barragán
Tuesday 21 October 2003 12:09:11 am
I think you must add the [Rules] section in your image.ini.append for use gd. EzPublish use Convert by default
[Rules] DefaultRule=image/jpeg;gd Rules[]=image/jpeg;image/jpeg;gd Rules[]=image/png;image/png;gd Rules[]=image/gif;image/png;gd Rules[]=image/xpm;image/png;gdRules[]=image/tiff;image/png;gd
RegardsAdolfo Barragán