Problem with timeline in ezFlow

Author Message

Atle Pedersen

Thursday 22 May 2008 3:37:30 am

Hello everybody,

I'm trying to get acquainted with the functionality of eZ Flow, but I have a problem getting the timeline to work.

When viewing a frontpage with delayed publications and moving the cursor to a point on the timeline when the publication should appear, it just says "Loading, please wait..." in the top right, but nothing happens. (Moving it to a point in time with no delayed publication works like it should.)

Also firebug reports the following error:
YAHOO.util.Dom.get(blockID) has no properties
[Break on this error] YAHOO.util.Dom.get( blockID ).innerHTML = xhtml;

I don't see this issue either discussed or reported as a bug, so I guess there is something wrong with my installation.

Does anyone how an idea about what the reason for this error might be?

Thanks

Ɓukasz Serwatka

Friday 23 May 2008 12:25:58 am

Hi Atle,

If you are able to reproduce it in repeatable steps then it is a bug. Could you report this problem in the issue tracker?

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Romain Petit

Wednesday 23 June 2010 1:44:03 am

Hello, hope this helps :

I had the same error, it happens when one of the block templates contains a javascript error, and your script stops when the timeline.js tries to "eval" the downloaded code.

Around line 320 of timeline.js :

Replace :

return eval( script );

by

try{ eval( script ); } catch(e) { alert('The error was in the block !'); }

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 05:13:04
Script start
Timing: Jan 18 2025 05:13:04
Module start 'layout'
Timing: Jan 18 2025 05:13:04
Module start 'content'
Timing: Jan 18 2025 05:13:05
Module end 'content'
Timing: Jan 18 2025 05:13:05
Script end

Main resources:

Total runtime0.9840 sec
Peak memory usage4,096.0000 KB
Database Queries59

Timing points:

CheckpointStart (sec)Duration (sec)Memory at start (KB)Memory used (KB)
Script start 0.00000.0054 589.0469152.6250
Module start 'layout' 0.00540.0037 741.671939.4453
Module start 'content' 0.00910.9733 781.1172575.7656
Module end 'content' 0.98240.0016 1,356.882812.1641
Script end 0.9840  1,369.0469 

Time accumulators:

 Accumulator Duration (sec) Duration (%) Count Average (sec)
Ini load
Load cache0.00300.3001160.0002
Check MTime0.00130.1369160.0001
Mysql Total
Database connection0.00090.089910.0009
Mysqli_queries0.929094.4054590.0157
Looping result0.00060.0657570.0000
Template Total0.949596.520.4748
Template load0.00190.197020.0010
Template processing0.947696.296920.4738
Template load and register function0.00010.012310.0001
states
state_id_array0.00100.103010.0010
state_identifier_array0.00110.111220.0005
Override
Cache load0.00160.1603250.0001
Sytem overhead
Fetch class attribute can translate value0.00070.075730.0002
Fetch class attribute name0.00130.127450.0003
XML
Image XML parsing0.00120.124530.0004
class_abstraction
Instantiating content class attribute0.00000.000950.0000
General
dbfile0.00180.1804240.0001
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
3content/datatype/view/ezxmltext.tpl<No override>extension/community_design/design/suncana/templates/content/datatype/view/ezxmltext.tplEdit templateOverride template
4content/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: 12
 Number of unique templates used: 6

Time used to render debug report: 0.0001 secs