Forums / Setup & design / cannot see any pictures anymore
Alexander Vinzl
Monday 23 October 2006 7:56:46 am
Hi,
i changed some settings in the "image.ini.append.php" in "/settings/override". After this, i couldn't see any of my pictures anymore, only the ALT-text. It is the same in admin interface (Preview and online-editor) as in the online version (theres also no ALTtext).So i filled the "image.ini.append.php" with the following content, but i get the same result:
<?php /* #?ini charset="iso-8859-1"? [AliasSettings] AliasList[] AliasList[]=small AliasList[]=medium AliasList[]=listitem AliasList[]=articleimage AliasList[]=articlethumbnail AliasList[]=gallerythumbnail AliasList[]=imagelarge AliasList[]=large AliasList[]=rss AliasList[]=logo [small] Reference= Filters[] Filters[]=geometry/scaledownonly=100;160 [medium] Reference= Filters[] Filters[]=geometry/scaledownonly=200;290 [large] Reference= Filters[] Filters[]=geometry/scaledownonly=360;440 [rss] Reference= Filters[] Filters[]=geometry/scale=88;31 [logo] Reference= Filters[] Filters[]=geometry/scaledownonly=250;58 [listitem] Reference= Filters[] Filters[]=geometry/scaledownonly=110;170 [articleimage] Reference= Filters[] Filters[]=geometry/scaledownonly=170;350 [articlethumbnail] Reference= Filters[] Filters[]=geometry/scaledownonly=70;150 [gallerythumbnail] Reference= Filters[] Filters[]=geometry/scaledownonly=70;150 [imagelarge] Reference= Filters[] Filters[]=geometry/scaledownonly=360;440 */ ?>
No images, only the ALT-Text of the images
Have you an idea?
Alex
Monday 23 October 2006 8:04:31 am
I got the solution!
I only needed to add the following in the image.ini.apped.php:
[ImageMagick] IsEnabled=false