Share » Forums » Developer » Problem with timeline in ezFlow

Problem with timeline in ezFlow

Problem with timeline in ezFlow

Thursday 22 May 2008 3:37:30 am - 2 replies

Author Message

Ɓ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 !'); }

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu