Image full view link problem

Author Message

Américo Barreira

Monday 19 January 2004 3:14:12 am

I'm displaying an image with a size that I defined (called capatotal).

To display it I have no problem. But when I put the link to see the image in its original size I get an:

Fatal error: Call to a member function on a non-object in /home/virtual/site22/fst/var/www/html/kernel/classes/datatypes/ezimage/ezimagealiashandler.php on line 601
Fatal error: eZ publish did not finish it's request.

Code:

<a href={$edactual.data_map.capa_total.content[original].full_path|ezroot} target="_blank">
{attribute_view_gui attribute=$edactual.object.data_map.capa_total image_class=capatotal}
</a>

Any ideas?

Tore Skobba

Monday 19 January 2004 10:48:41 am

Which EZ version are you using.. EZ 3.3-X have a new image system which can lead to these problems when checking variables.. I remember I had fatal errors due to some [original] references when updating to EZ 3.3-1.

Cheers

Américo Barreira

Tuesday 20 January 2004 4:49:45 am

I have version 3.3-1

Tore Skobba

Tuesday 20 January 2004 6:31:10 am

Then you must rewritte your templates which uses
"$edactual.data_map.capa_total.content[original].full_path". I rewrote mine to:

{let content=$node.data_map.thumbnail.content}
{section show=$content.is_valid}
<a href={$content.orginial.url|ezroot}>Link</a>
{/section}
{/let}

Note that orginial here is an image scale without any width or height in override/image.ini.

Cheers
Tore

Note: The let etc. is not neccesary but I just clicked and paste my code, and I know that the new image system is very sensitive, i.e. I have not managed to get is_valid to work without an let.

See here for more:
http://www.ez.no/developer/ez_publish_3/forum/setup_design/is_valid_usage_difficult_bug#msg42692

Américo Barreira

Tuesday 20 January 2004 7:03:48 am

Thanks a lot!

The code works fine!!!!

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 19 2025 10:00:45
Script start
Timing: Jan 19 2025 10:00:45
Module start 'layout'
Timing: Jan 19 2025 10:00:45
Module start 'content'
Timing: Jan 19 2025 10:00:46
Module end 'content'
Timing: Jan 19 2025 10:00:46
Script end

Main resources:

Total runtime1.0131 sec
Peak memory usage4,096.0000 KB
Database Queries63

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0056 589.1563152.6250
Module start 'layout' 0.00560.0035 741.781339.4453
Module start 'content' 0.00921.0022 781.2266495.8750
Module end 'content' 1.01140.0016 1,277.101612.1641
Script end 1.0130  1,289.2656 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00330.3286160.0002
Check MTime0.00150.1445160.0001
Mysql Total
Database connection0.00080.083210.0008
Mysqli_queries0.958494.6037630.0152
Looping result0.00060.0621610.0000
Template Total0.976496.420.4882
Template load0.00230.229420.0012
Template processing0.974196.156020.4871
Template load and register function0.00030.025110.0003
states
state_id_array0.00090.087810.0009
state_identifier_array0.00130.124420.0006
Override
Cache load0.00190.1893340.0001
Sytem overhead
Fetch class attribute can translate value0.00070.072720.0004
Fetch class attribute name0.00130.123450.0003
XML
Image XML parsing0.00030.032920.0002
class_abstraction
Instantiating content class attribute0.00000.000950.0000
General
dbfile0.00100.1016100.0001
String conversion0.00000.001140.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
5content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
10content/datatype/view/ezxmltags/paragraph.tpl<No override>extension/ezwebin/design/ezwebin/templates/content/datatype/view/ezxmltags/paragraph.tplEdit templateOverride template
6content/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: 23
 Number of unique templates used: 5

Time used to render debug report: 0.0001 secs