Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

Can't view settings after migration from BitnamiRedmine stack 2.0.2 to 2.2.0

$
0
0

Hi, I performed a test migration to 2.2 using the bitnami Redmine stack. I did a SQL dump of 2.02, installed the bitnami stack on a different machine and imported the dump. Data all looks good, ut when I try to view Administration/Settings, I get a generic error. The log says: Started GET "/redmine/settings" for ::1 at 2012-12-27 18:08:04 -0500 Processing by SettingsController#index as HTML Current user: administrator (id=1) Rendered settings/_general.html.erb (10.5ms) Rendered settings/_display.html.erb (32.0ms) Rendered settings/_authentication.html.erb (8.3ms) Rendered settings/_projects.html.erb (7.7ms) Rendered queries/_columns.html.erb (31.9ms) Rendered settings/_issues.html.erb (37.8ms) Rendered common/_tabs.html.erb (103.2ms) Rendered settings/edit.html.erb within layouts/admin (103.7ms) Completed 500 Internal Server Error in 156ms

ActionView::Template::Error (missing attribute: fields_bits): 4: <%= label_tag "available_columns", l(:description_available_columns) %> 5:
6: <%= select_tag 'available_columns', 7: options_for_select((query.available_inline_columns - query.columns).collect {|column| [column.caption, column.name]}), 8: :multiple => true, :size => 10, :style => "width:150px", 9: :ondblclick => "moveOptions(this.form.available_columns, this.form.selected_columns);" %> 10: app/models/tracker.rb:72:in block in disabled_core_fields' app/models/tracker.rb:72:inselect' app/models/tracker.rb:72:in disabled_core_fields' app/models/tracker.rb:96:inmap' app/models/tracker.rb:96:in disabled_core_fields' app/models/query.rb:485:inavailable_columns' app/models/query.rb:530:in available_inline_columns' app/views/queries/_columns.html.erb:7:in_app_views_queriescolumns_html_erb412231637_37380210' app/views/settings/_issues.html.erb:29:in block in _app_views_settings__issues_html_erb__197444615_5841630' app/views/settings/_issues.html.erb:1:in_app_views_settingsissues_html_erb197444615_5841630' app/views/common/_tabs.html.erb:24:in block in _app_views_common__tabs_html_erb__424317494_23764210' app/views/common/_tabs.html.erb:23:ineach' app/views/common/_tabs.html.erb:23:in _app_views_common__tabs_html_erb__424317494_23764210' app/helpers/application_helper.rb:263:inrender_tabs' app/views/settings/edit.html.erb:3:in _app_views_settings_edit_html_erb__538407658_22014750' app/controllers/settings_controller.rb:26:inindex'

Note that I used phpmyadmin from the stack to import my backup because I couldn't get the command line to recognize my root password.

Any help would be appreciated. -jb


Viewing all articles
Browse latest Browse all 2052

Trending Articles