Project

General

Profile

Error using scrumalliance burndown plugin

Added by Peter Loron about 14 years ago

When I am logged in as admin, I can see the Burndown tab, but when I click on it, I get the following error in the log. Ruby env dump below the log.

Processing BurndownsController#show (for 10.192.148.59 at 2010-02-12 17:39:09) [GET]
  Parameters: {"project_id"=>"git", "action"=>"show", "controller"=>"burndowns"}
Rendering template within layouts/base
Rendering burndowns/show

ActionView::TemplateError (undefined method `show_burndown_path' for #<ActionView::Base:0xb5f1c7e0>) on line #9 of vendor/plugins/redmine_burndown/app/views/burndowns/show.html.erb:
6:   <h3><%= l(:label_version_plural) %></h3>
7:   <ul id="sprint_burndown_list">
8:     <% @project.versions.each do |version| -%>
9:       <li<%= %Q[ class="selected"] if @version == version %>><%= link_to(version.name, show_burndown_path(:project_id => @project, :id => version)) %></li>
10:     <% end -%>
11:   </ul>
12: <% end -%>

    vendor/plugins/redmine_burndown/app/views/burndowns/show.html.erb:9
    vendor/plugins/redmine_burndown/app/views/burndowns/show.html.erb:8
    app/helpers/application_helper.rb:692:in `content_for'
    vendor/plugins/redmine_burndown/app/views/burndowns/show.html.erb:5
    /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
    /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
    /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
    /usr/lib/ruby/1.8/webrick/server.rb:95:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `each'
    /usr/lib/ruby/1.8/webrick/server.rb:92:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:23:in `start'
    /usr/lib/ruby/1.8/webrick/server.rb:82:in `start'

Rendering /home/ploron/Hangar/redmine-0.9.2/public/500.html (500 Internal Server Error)
About your application's environment
Ruby version              1.8.7 (i486-linux)
RubyGems version          1.3.5
Rack version              1.0
Rails version             2.3.5
Active Record version     2.3.5
Active Resource version   2.3.5
Action Mailer version     2.3.5
Active Support version    2.3.5
Edge Rails revision       unknown
Application root          /home/ploron/Hangar/redmine-0.9.2
Environment               production
Database adapter          mysql
Database schema version   20091227112908

About your Redmine plugins
Redmine Burndown plugin   1.1.3