Defect #1602
Error 500 on all project using Scrum
Added by VIncent LRF over 3 years ago.
Status:
New
Priority:
Urgent
Category:
-
Target version:
-
Source:
Development
Detected on version:
Blocked:
No
Alone:
No
Milestones:
Sprint:
Description
Hi,
I installed the Scrum project as indicated on the readme, but I got an error 500 on each project where I activated scrum module.
I tried to disable all other plugins but nothing changed.
Here is the logsHere is the logs
Creating scope :system. Overwriting existing method Enumeration.system. Creating scope :sorted. Overwriting existing method Group.sorted. Creating scope :sorted. Overwriting existing method User.sorted. Creating scope :system. Overwriting existing method Enumeration.system. Creating scope :sorted. Overwriting existing method Group.sorted. Creating scope :sorted. Overwriting existing method User.sorted. Started GET "/projects/gunivers-lib" for 78.121.20.85 at 2021-08-04 16:18:20 +0000 Processing by ProjectsController#show as HTML Parameters: {"id"=>"gunivers-lib"} Current user: Leirof (id=1) Rendering projects/show.html.erb within layouts/base Rendered projects/_members_box.html.erb (2.0ms) Rendered plugins/scrum/app/views/scrum_hooks/projects/_show_sidebar.html.erb (5.4ms) Rendered projects/show.html.erb within layouts/base (38.7ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.6ms) Completed 500 Internal Server Error in 1487ms (ActiveRecord: 23.5ms) ActionView::Template::Error (The single-table inheritance mechanism failed to locate the subclass: 'Repository::GitMirror'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Repository.inheritance_column to use another column for that information.): 91: <% end %> 92: 93: <h1><%= page_header_title %></h1> 94: 95: <% if display_main_menu?(@project) %> 96: <div id="main-menu" class="tabs"> 97: <%= render_main_menu(@project) %> lib/redmine.rb:323:in `block (2 levels) in <top (required)>' lib/redmine/menu_manager.rb:487:in `allowed?' lib/redmine/menu_manager.rb:197:in `block in menu_items_for' lib/redmine/menu_manager.rb:196:in `each' lib/redmine/menu_manager.rb:196:in `menu_items_for' lib/redmine/menu_manager.rb:115:in `render_menu' lib/redmine/menu_manager.rb:104:in `render_main_menu' app/views/layouts/base.html.erb:94:in `_app_views_layouts_base_html_erb___1856347512241671323_69948421463860' lib/redmine/sudo_mode.rb:65:in `sudo_mode' Started GET "/issues?page=2&per_page=50&sort=project:desc,subject:desc,status" for 157.90.181.220 at 2021-08-04 16:18:23 +0000 Processing by IssuesController#index as HTML Parameters: {"page"=>"2", "per_page"=>"50", "sort"=>"project:desc,subject:desc,status"} Current user: anonymous Query::StatementInvalid: Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints` Rendering common/error.html.erb within layouts/base Rendered common/error.html.erb within layouts/base (0.7ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.2ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (2.5ms) Completed 500 Internal Server Error in 225ms (Views: 21.0ms | ActiveRecord: 10.2ms) Started GET "/issues?author_id=1&page=5&set_filter=1&sort=status%2Cparent%2Ctracker&status_id=%2A" for 114.119.151.82 at 2021-08-04 16:18:29 +0000 Processing by IssuesController#index as HTML Parameters: {"author_id"=>"1", "page"=>"5", "set_filter"=>"1", "sort"=>"status,parent,tracker", "status_id"=>"*"} Current user: anonymous Query::StatementInvalid: Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints` Rendering common/error.html.erb within layouts/base Rendered common/error.html.erb within layouts/base (0.6ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.5ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.6ms) Completed 500 Internal Server Error in 55ms (Views: 21.2ms | ActiveRecord: 4.3ms) Started GET "/projects/gunibot-java/issues?set_filter=1&sort=subject%3Adesc%2Cstatus%3Adesc%2Cfixed_version&status_id=%2A&tracker_id=2" for 185.191.171.11 at 2021-08-04 16:18:30 +0000 Processing by IssuesController#index as HTML Parameters: {"set_filter"=>"1", "sort"=>"subject:desc,status:desc,fixed_version", "status_id"=>"*", "tracker_id"=>"2", "project_id"=>"gunibot-java"} Current user: anonymous Completed 500 Internal Server Error in 18ms (ActiveRecord: 2.9ms) ActiveRecord::StatementInvalid (Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints`): plugins/scrum/lib/scrum/issue_query_patch.rb:26:in `initialize_available_filters' app/models/query.rb:652:in `available_filters' app/models/query.rb:403:in `build_from_params' app/models/issue_query.rb:92:in `build_from_params' app/helpers/queries_helper.rb:314:in `retrieve_query' app/controllers/issues_controller.rb:46:in `index' lib/redmine/sudo_mode.rb:65:in `sudo_mode' Started GET "/issues?page=2&per_page=50&sort=project:desc,subject:desc,tracker" for 157.90.181.220 at 2021-08-04 16:18:34 +0000 Processing by IssuesController#index as HTML Parameters: {"page"=>"2", "per_page"=>"50", "sort"=>"project:desc,subject:desc,tracker"} Current user: anonymous Query::StatementInvalid: Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints` Rendering common/error.html.erb within layouts/base Rendered common/error.html.erb within layouts/base (0.1ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.2ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.0ms) Completed 500 Internal Server Error in 42ms (Views: 13.2ms | ActiveRecord: 8.0ms) Started GET "/issues?page=2&per_page=50&sort=project:desc,subject:desc,updated_on:desc" for 157.90.181.220 at 2021-08-04 16:18:36 +0000 Processing by IssuesController#index as HTML Parameters: {"page"=>"2", "per_page"=>"50", "sort"=>"project:desc,subject:desc,updated_on:desc"} Current user: anonymous Query::StatementInvalid: Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints` Rendering common/error.html.erb within layouts/base Rendered common/error.html.erb within layouts/base (0.1ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.2ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.0ms) Completed 500 Internal Server Error in 37ms (Views: 13.0ms | ActiveRecord: 3.7ms) Started GET "/issues?author_id=1&page=2&per_page=25&set_filter=1&sort=project%2Cpriority%3Adesc%2Cstatus%3Adesc&status_id=%2A" for 185.191.171.42 at 2021-08-04 16:18:41 +0000 Processing by IssuesController#index as HTML Parameters: {"author_id"=>"1", "page"=>"2", "per_page"=>"25", "set_filter"=>"1", "sort"=>"project,priority:desc,status:desc", "status_id"=>"*"} Current user: anonymous Query::StatementInvalid: Mysql2::Error: Table 'redmine.sprints' doesn't exist: SHOW FULL FIELDS FROM `sprints` Rendering common/error.html.erb within layouts/base Rendered common/error.html.erb within layouts/base (0.1ms) Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.2ms) Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.1ms) Completed 500 Internal Server Error in 41ms (Views: 14.2ms | ActiveRecord: 3.8ms)
No data to display