Actions
Defect #41196
closed
Error in official Redmine installation instructions
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Resolution:
Invalid
Affected version:
Description
Redmine environment
・redmine 5.1.3
・ruby 2.7.0
・rails 7.1.3.4
・mysql 8.0.39
・Reference URL:https://redmine.jp/guide/RedmineInstall/
You have completed step 6.
When I executed the command below, I got an error like this.
Please tell me what to do.
command: RAILS_ENV=production bundle exec rake redmine:load_default_data
error: undefined method `custom_values=' for #<IssuePriority:0x000056237ddea750>
Updated by Go MAEDA almost 2 years ago
It runs without any issues in my environment.
If there are any plugins in the plugins directory, please try running it again after removing them.
Updated by Anonymous almost 2 years ago
Go MAEDA wrote in #note-1:
It runs without any issues in my environment.
If there are any plugins in the plugins directory, please try running it again after removing them.
Solved.
thank you very much.
Actions