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

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.

eZ debug

Timing: Jan 31 2025 04:28:18
Script start
Timing: Jan 31 2025 04:28:18
Module start 'layout'
Timing: Jan 31 2025 04:28:18
Module start 'content'
Timing: Jan 31 2025 04:28:18
Module end 'content'
Timing: Jan 31 2025 04:28:18
Script end

Main resources:

Total runtime0.0193 sec
Peak memory usage2,048.0000 KB
Database Queries3

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0087 588.2656151.2266
Module start 'layout' 0.00870.0033 739.492236.6953
Module start 'content' 0.01190.0054 776.187590.0781
Module end 'content' 0.01740.0019 866.265633.9922
Script end 0.0193  900.2578 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002814.7071140.0002
Check MTime0.00126.4084140.0001
Mysql Total
Database connection0.00136.499710.0013
Mysqli_queries0.003819.933830.0013
Looping result0.00000.088910.0000
Template Total0.00147.310.0014
Template load0.00105.411910.0010
Template processing0.00041.822510.0004
Override
Cache load0.00073.490610.0007
General
dbfile0.00052.780780.0001
String conversion0.00000.042040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 1
 Number of unique templates used: 1

Time used to render debug report: 0.0001 secs