hyperlink problem on image embedded on blog post

Author Message

Greg McAvoy-Jensen

Tuesday 09 September 2008 11:37:32 pm

I'm having trouble with embedding an embedded image in 3.10.0. Some of our blog posts have images, which we also assign hyperlinks to. These work correctly when one views the blog post full, or when one sees it on the “blog” page. attribute_view_gui and node_view_gui can both be used, and both correctly show the images with their links.

However, if we insert the blog as an embedded object on our front page, the images' links are replaced with links to the full view of the image (e.g. in the Media section). Debug shows

Undefined Variable: $xmltagns:ContentView:NodeView:ContentAttribute:attribute, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:NodeView:node, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:NodeView:view_parameters, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:object, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:link_parameters, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:object_parameters, cannot unset
Warning: eZTemplate:unsetVariable() 	Sep 09 2008 23:29:14
Undefined Variable: $xmltagns:ContentView:classification, cannot unset

And while it could be a separate problem, sometimes, instead of the image, we see only the image's name, hyperlinked to the the full view of the image.

The pages which display correctly call standard's embed.tpl, then ezwebin's embed/image.tpl, then standard's ezimage.tpl. The page which does not work calls standard's ezimage.tpl, but not the other two.

Any ideas why this is happening or how to correct it? Thanks!

Granite Horizon, Certified Developer of eZ Publish Web Solutions
Provider of the SaaS Solution Granite Horizon In The Cloud | http://granitehorizon.com/cloud
http://granitehorizon.com | +1 916 647 6350 | California USA | @granitegreg
Blog: http://granitehorizon.com/blog

André R.

Wednesday 10 September 2008 5:19:16 am

Looks like your experiencing this:
http://issues.ez.no/IssueView.php?Id=12285&activeItem=61

My workaround for the specific customer where I ended up in this was to make sure I didn't use the $object variable after the xml attribute is shown (witch contains a nested embed object).

eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom

Greg McAvoy-Jensen

Saturday 13 September 2008 9:40:36 am

Thanks, André! We replaced the top level XML block with template logic to avoid the problem.

Granite Horizon, Certified Developer of eZ Publish Web Solutions
Provider of the SaaS Solution Granite Horizon In The Cloud | http://granitehorizon.com/cloud
http://granitehorizon.com | +1 916 647 6350 | California USA | @granitegreg
Blog: http://granitehorizon.com/blog

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

Main resources:

Total runtime0.0120 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.0037 588.0625152.6406
Module start 'layout' 0.00370.0024 740.703139.4766
Module start 'content' 0.00610.0044 780.179793.4922
Module end 'content' 0.01050.0015 873.671934.3047
Script end 0.0120  907.9766 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.002016.6871140.0001
Check MTime0.00097.5883140.0001
Mysql Total
Database connection0.00043.478410.0004
Mysqli_queries0.001915.736930.0006
Looping result0.00000.124710.0000
Template Total0.001210.210.0012
Template load0.00075.505610.0007
Template processing0.00064.608810.0006
Override
Cache load0.00043.387310.0004
General
dbfile0.00021.845180.0000
String conversion0.00000.049540.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