Hi Nathan, On Tuesday 01 June 2010, [email protected] wrote: > I did not use trac-admin <env> deploy for the old version. Is that > something I should have done?
Not necessarily. It allows you to serve static files from your web server directly. It is purely a performance improvement. > I'm not sure I was looking at the same mechanism you were referencing > to get the call stack, but here is the call stack from Firebug at > the point of the exception: > > addTicke...server() - backlog.js, line 176 > setBacklog() - backlogView.js, line 39 > BacklogController - backlogController.js, line 20 > (?)() - backlogController.js, line 9 > F() - jquery-1.3.2.min.js, line 19 > $() - jquery-1.3.2.min.js, line 12 > F()- jquery-1.3.2.min.js, line 19 > F()- jquery-1.3.2.min.js, line 19 Ok, so the backtrace shows your browser is executing the most recent version of the JavaScript code. However, for some reason the execution of utilities.js is unsuccessful or happens later (which it should not). * When you experience this issue, do you see the file 'utilities.js' in Firebug's Script tab? * What is on line 209 in that file? * What do you get when you visit https://path-to-your-trac/chrome/agilo/js/utilities.js ? * Can you see a blue help icon in the toolbar? Regards Robert -- Follow Agilo on Twitter: http://twitter.com/agiloforscrum Please support us by reviewing and voting on: http://userstories.com/products/8-agilo-for-scrum http://ohloh.net/p/agilo-scrum http://freshmeat.net/projects/agiloforscrum You have received this message because you are subscribed to the "Agilo for Scrum" Google Group. This group is focused on supporting Agilo for Scrum users and is moderated by agile42 GmbH <http://www.agile42.com>. To post to this group, send email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/agilo

