Project

General

Profile

User story #1595

Scrum plugin (0.20.0) - problems with project settings tab (redmine 4.1.1)

Added by Igor Smirnov almost 3 years ago.

Status:
New
Priority:
Normal
Category:
Settings & admin
Target version:
-
Blocked:
No
Alone:
No
Milestones:
Sprint:

Description

Turnkey Redmine
Environment:
Redmine version 4.1.1.stable
Ruby version 2.6.6-p146 (2020-03-31) [x86_64-linux]
Rails version 5.2.4.2
Environment production
Database adapter Mysql2
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery sendmail
SCM:
Subversion 1.10.4
Git 2.20.1
Filesystem
Redmine plugins:
periodictask 4.1.0
progressive_projects_list 4.0.0
redhopper 2.0.0
redmine_code_review 1.0.0
redmine_issue_dynamic_edit 0.7.2
redmine_issue_templates 1.1.0
redmine_knowledgebase 4.1.1
redmine_lightbox2 0.5.1
redmine_logs 0.2.0
redmine_theme_changer 0.4.0
redmine_work_time 0.4.1
redmine_xlsx_format_issue_exporter 0.1.6
  • scrum 0.20.0*
    scrum2b 2.0

When I go to "project settings" tab I have error 500:

Started GET "/projects/git-helloworld/settings" for 192.168.126.15 at 2021-05-06 03:11:02 +0000
Processing by ProjectsController#settings as HTML
  Parameters: {"id"=>"git-helloworld"}
  Current user: admin (id=1)
  Rendering projects/settings.html.erb within layouts/base
  Rendered projects/settings.html.erb within layouts/base (103.4ms)
Completed 500 Internal Server Error in 116ms (ActiveRecord: 4.5ms)

ActionView::Template::Error (super: no superclass method `project_settings_tabs' for #<#<Class:0x000055756f393480>:0x000055756fedcdf0>
Did you mean?  project_settings_tabs_without_scrum):
    1: <h2><%=l(:label_settings)%></h2>
    2: 
    3: <%= render_tabs project_settings_tabs %>
    4: 
    5: <% html_title(l(:label_settings)) -%>

plugins/redmine_code_review/lib/code_review_projects_helper_patch.rb:22:in `project_settings_tabs'
plugins/scrum/lib/scrum/projects_helper_patch.rb:17:in `project_settings_tabs'
plugins/redmine_code_review/lib/code_review_projects_helper_patch.rb:22:in `project_settings_tabs'
plugins/redmine_work_time/lib/work_time_projects_helper_patch.rb:6:in `project_settings_tabs'
app/views/projects/settings.html.erb:3:in `_app_views_projects_settings_html_erb___4120039448179714673_46981432756460'
lib/redmine/sudo_mode.rb:65:in `sudo_mode'

Web error - [[https://prnt.sc/12k2ky2]]

Internal error
An error occurred on the page you were trying to access.
If you continue to experience problems please contact your Redmine administrator for assistance.

If you are the Redmine administrator, check your log files for details about the error.

Back

Please help me. How can I correct this error?

No data to display

Also available in: Atom PDF