ergoserv / redmine-progressive-projects-list

⛏️ Redmine plugin that powers a project list with progress bars for every project and version.
https://ergoserv.github.io/redmine-progressive-projects-list/
MIT License
109 stars 57 forks source link

500 Internal Server Error on Projects screen #72

Closed warply closed 7 years ago

warply commented 7 years ago

I receive an Internal Server Error on Projects screen when i Enable the option " Show projects' progress" Below you can the error from my log.

Rendered projects/index.html.erb within layouts/base (261.5ms) Completed 500 Internal Server Error in 300ms (ActiveRecord: 64.4ms)

ActionView::Template::Error (undefined method closed_pourcent' for #<Version:0x007fa1845998b8>): 9: <h2><%= l(:label_project_plural) %></h2> 10: 11: <div id="projects-index"> 12: <%= render_project_hierarchy(@projects) %> 13: </div> 14: 15: <% if User.current.logged? %> app/helpers/application_helper.rb:282:inblock in render_project_nested_lists' app/helpers/application_helper.rb:267:in each' app/helpers/application_helper.rb:267:inrender_project_nested_lists' app/views/projects/index.html.erb:12:in _app_views_projects_index_html_erb___1495844167746176069_70165935928220' lib/redmine/sudo_mode.rb:63:insudo_mode'

stgeneral commented 7 years ago

Please use version of plugin that supports your version of Redmine - https://github.com/stgeneral/redmine-progressive-projects-list#compatibility

This issue is duplicate of #63 and #44, some more details can be found there.