Project

General

Profile

Migration from 2.1.2 to 3.2.1

Added by Christian Kiesel almost 8 years ago

Hi there,

I have installed new Redmine and made migration of databases. I ran rake:dbmigrate but I´m still getting the following error on parts of the system
for example issues:

NameError (undefined local variable or method `options' for #<IssueQuery:0x007fca2ad14a38>):
app/models/query.rb:510:in `totalable_names='
app/models/query.rb:253:in `build_from_params'
app/models/issue_query.rb:124:in `build_from_params'
app/helpers/queries_helper.rb:219:in `retrieve_query'
app/controllers/issues_controller.rb:46:in `index'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'

Has anyone an idea how to fix this?