Trouble displaying images in articles

Author Message

James Packham

Tuesday 25 November 2003 5:46:17 am

Hi I'm having a little trouble displaying images in articles.

The way I've approached it is to use 'find related objects', then copy and paste the object id into the article. At first when I did this the image was displayed using the embed.tpl template, which caused it to be displayed as a link.

So then I tried overriding the image class with the template imageobject.tpl, which worked in as far as it used the new template but the images weren't displayed. Instead the little missing/cuorrupt icon displayed.

However when I open the picture (the uploaded ez version) a web browser it displays no problem. When trying other templates as the override they all seem to think that the image is corrupt, as the best I can get is the alternative bits of text and captions attached to the image.

When I turn on debugging I get the following, which I think might have something to do with the problem:

Error: eZImageVariation Nov 25 2003 13:39:03

Undefined attribute 'contentobject_attribute_id, version, requestedwidth, requestedheight', cannot get

This is repeated 4 times (one for each image I guess), when I look at the eZImageVariation table I noticed that the entries for height and width were 0, but the rest had data in most occurances could this be the problem?

Regards,

James

Marco Zinn

Tuesday 25 November 2003 6:59:32 am

Hi,
the Error that you get is not crucial, i think. There are some quotes missing in the sources code, but that error should be there for every image, that you have and not effect the displaying.
The "0" in the eZImageVariation do not sound good.
Do you know, if the variations are created at all?
Edit one of your images in the admin site. Do you see a thumbnail image of it? If not, you have some problem with ImageMagick or GD and your templates probably are fine.

Marco
http://www.hyperroad-design.com

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 18 2025 18:22:44
Script start
Timing: Jan 18 2025 18:22:44
Module start 'layout'
Timing: Jan 18 2025 18:22:44
Module start 'content'
Timing: Jan 18 2025 18:22:45
Module end 'content'
Timing: Jan 18 2025 18:22:45
Script end

Main resources:

Total runtime0.7762 sec
Peak memory usage4,096.0000 KB
Database Queries54

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0053 588.0313152.6406
Module start 'layout' 0.00530.0023 740.671939.4766
Module start 'content' 0.00760.7671 780.1484530.7500
Module end 'content' 0.77480.0014 1,310.898412.2969
Script end 0.7761  1,323.1953 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00320.4081160.0002
Check MTime0.00140.1810160.0001
Mysql Total
Database connection0.00060.081110.0006
Mysqli_queries0.728693.8711540.0135
Looping result0.00050.0659520.0000
Template Total0.748996.520.3745
Template load0.00210.273820.0011
Template processing0.746896.212420.3734
Template load and register function0.00010.014010.0001
states
state_id_array0.00070.093110.0007
state_identifier_array0.00120.156820.0006
Override
Cache load0.00210.2657210.0001
Sytem overhead
Fetch class attribute can translate value0.00050.068320.0003
Fetch class attribute name0.00120.151040.0003
XML
Image XML parsing0.00080.106720.0004
class_abstraction
Instantiating content class attribute0.00000.001040.0000
General
dbfile0.00080.1066220.0000
String conversion0.00000.001040.0000
Note: percentages do not add up to 100% because some accumulators overlap

Templates used to render the page:

UsageRequested templateTemplateTemplate loadedEditOverride
1node/view/full.tplfull/forum_topic.tplextension/sevenx/design/simple/override/templates/full/forum_topic.tplEdit templateOverride template
2content/datatype/view/ezimage.tpl<No override>extension/sevenx/design/simple/templates/content/datatype/view/ezimage.tplEdit templateOverride template
2content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
2content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
1content/datatype/view/ezxmltags/line.tpl<No override>design/standard/templates/content/datatype/view/ezxmltags/line.tplEdit templateOverride template
1print_pagelayout.tpl<No override>extension/community/design/community/templates/print_pagelayout.tplEdit templateOverride template
 Number of times templates used: 9
 Number of unique templates used: 6

Time used to render debug report: 0.0002 secs