Project

General

Profile

Actions

Defect #36384

closed

Error on roadmap creation after migrating to 4.2.3

Added by Jonathan Cormier over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Roadmap
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

I recently migrated our redmine version from 3.3.x to 4.2.3 about 2 months ago. Today it was noticed that we are no longer able to create new versions for the roadmap. I removed all plugins to make sure it wasn't plugin-related.

I get the error "Status is not included in the list" when I hit the Create button. However, there is no Status field to fill in.

Environment:
  Redmine version                4.2.3.stable
  Ruby version                   2.6.6-p146 (2020-03-31) [x86_64-linux-gnu]
  Rails version                  5.2.6
  Environment                    production
  Database adapter               Mysql2
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
SCM:
  Subversion                     1.13.0
  Mercurial                      5.3.1
  Cvs                            1.12.13
  Bazaar                         3.0.2
  Git                            2.33.1
  Filesystem                     
Redmine plugins:
  no plugin installed

The logs don't print any error messages when this happens.

==> ../redmine-logs/redmine/production.log <==
Started POST "/redmine/projects/rm_testing/versions" for 127.0.0.1 at 2022-01-04 19:16:49 +0000
Processing by VersionsController#create as HTML
  Parameters: {"utf8"=>"✓", "authenticity_token"=>"", "back_url"=>"/redmine/projects/rm_testing/roadmap", "version"=>{"name"=>"Version 1", "description"=>"Test", "wiki_page_title"=>"", "effective_date"=>"", "sharing"=>"none", "default_project_version"=>"0", "custom_field_values"=>{"7"=>"In Progress"}}, "commit"=>"Create", "project_id"=>"rm_testing"}
  Current user: jcormier (id=360)
  Rendering versions/new.html.erb within layouts/base
  Rendered versions/_form.html.erb (17.6ms)
  Rendered versions/new.html.erb within layouts/base (18.9ms)
Completed 200 OK in 169ms (Views: 82.7ms | ActiveRecord: 68.0ms)

==> ../redmine-logs/nginx/redmine_access.log <==
10.1.8.4 - - [04/Jan/2022:19:16:49 +0000] "POST /redmine/projects/rm_testing/versions HTTP/1.1" 200 9445 "http://10.0.0.23:10083/redmine/projects/rm_testing/versions" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36" 

Files

CreateVersion.png (27.3 KB) CreateVersion.png Jonathan Cormier, 2022-01-04 20:14

Related issues

Is duplicate of Redmine - Defect #27319: Impossible to create a new versionNeeds feedback

Actions
Actions #1

Updated by Jonathan Cormier over 2 years ago

Note this doesn't fail on a blank/fresh install of 4.2.3 so must be an issue with the migration?

Actions #2

Updated by Marius BĂLTEANU over 2 years ago

  • Status changed from New to Needs feedback

I think is the same problem reported in #27319, can you take a look on your table definition?

Actions #3

Updated by Jonathan Cormier over 2 years ago

Yes that looks like the same issue. I can post on that redmine instead.

Actions #4

Updated by Jonathan Cormier over 2 years ago

Could you mark this as a duplicate and close it?

Actions #5

Updated by Marius BĂLTEANU over 2 years ago

  • Is duplicate of Defect #27319: Impossible to create a new version added
Actions #6

Updated by Marius BĂLTEANU over 2 years ago

  • Status changed from Needs feedback to Closed
  • Resolution set to Duplicate

Jonathan Cormier wrote:

Could you mark this as a duplicate and close it?

Done, thanks for your feedback.

Actions

Also available in: Atom PDF