Forums / Setup & design / Problem to show image in eZ 3.1 - help-me please!!!

Problem to show image in eZ 3.1 - help-me please!!!

Author Message

Leandro Alves

Thursday 31 July 2003 7:43:59 am

Why the image does not show in eZ 3.1????

In article, I choose the image, its created the image (ex. phpTw4jRT.jpg), and I send for publishing...

But when I access my site (http://localhost/ezpublish/index.php/demo/) the image does not show.... Why???

What can I do to show an image in my "infopage" like http://ez.no???
(this image: http://www.ez.no/var/ezno/storage/variations/image/p/h/p/phpY6gFSk_600x600_76846.gif )

In my system I have this:

(I am in <htdocs>/ezpublish/ )

# find ./ -name phpTw4jRT.jpg
./var/storage/original/image/phpTw4jRT.jpg
./var/storage/reference/image/phpTw4jRT.jpg

In var/storage/variations/image/p/h/p/ does not have any image.

So, I try to make this:

# cp var/storage/original/image/phpTw4jRT.jpg var/storage/variations/image/p/h/p/phpTw4jRT.jpg

# bin/modfix.sh

# cd var/cache
# rm -fr *

So, when I access my site again, the imagens does not show!! =[

What can I do???

Thanks!
Leandro

Selmah Maxim

Thursday 31 July 2003 8:32:30 am

You need to add the path to GDlib or IM in settings/image.ini :

[ShellSettings]
ConvertPath=
ConvertExecutable=

Leandro Alves

Thursday 31 July 2003 12:23:57 pm

Thanks for your replay Selmah

I moved my settings/override/image.ini.append.php:

UseConvert=false
UseGD=true

to

UseConvert=true
UseGD=true

And now all its work...

Now, What can I do to show an image in my "infopage" like http://ez.no???
(this image: http://www.ez.no/var/ezno/storage/variations/image/p/h/p/phpY6gFSk_600x600_76846.gif )

Thanks a lot!!!!

Leandro

Bjørn Kaarstein

Thursday 31 July 2003 11:28:48 pm

You will have to fetch the picture from your article, in your viewing-template if it's supposed to be dynamic.

If you want to show it directly, place the image in /yourdesign/images and try <img src={"image.jpg"|ezimage}>

Regards Bjørn