I believe that I have followed the advice on upgrading my BitNami stack. I backed up the database by producing a Mysql dump, I took a copy of redmine files from the old instal, then I uninstalled, then installed the new upgraded stack. I imported the database into the bitnami_redmine database. All worked swimmingly - apart from the fact that I cannot view the issues. I should say that to do this my database was taken from my live server onto a test server. I was aware that I would need to change the url's to the new test server url. I have not done anything other than described above, i.e. I have not used any rake commands as I had seen in some documentation as this was a new install. My log shows the following error: Started GET "/redmine/projects/cm/issues" for 127.0.0.1 at Fri Oct 12 12:35:11 +0100 2012 Processing by IssuesController#index as HTML Parameters: {"project_id"=>"cm"} Current user: rpage (id=3) Completed 500 Internal Server Error in 199ms
NameError (undefined local variable or method fields_bits' for #<Tracker:0xbbb70e0>):
app/models/tracker.rb:72:in
disabled_core_fields'
app/models/tracker.rb:72:in select'
app/models/tracker.rb:72:in
disabled_core_fields'
app/models/tracker.rb:96:in map'
app/models/tracker.rb:96:in
disabled_core_fields'
app/models/query.rb:315:in available_filters'
app/helpers/queries_helper.rb:127:in
build_query_from_params'
app/helpers/queries_helper.rb:95:in retrieve_query'
app/controllers/issues_controller.rb:56:in
index'
Any ideas as to how I can clear this.