Defect #8963
closedUndefined gantt_items_limit when trying to display gantt chart
0%
Description
I am upgrading from 1.0.3 to 1.2.1 on Debian 6.0. I get the following error when trying to display a gantt chart:
NoMethodError (undefined method `gantt_items_limit' for #<Class:0x7f66a3a805c8>):
lib/redmine/helpers/gantt.rb:81:in `initialize'
app/controllers/gantts_controller.rb:34:in `new'
app/controllers/gantts_controller.rb:34:in `show'
About your application's environment
Ruby version 1.8.7 (x86_64-linux)
RubyGems version 1.3.7
Rack version 1.1.1
Rails version 2.3.11
Active Record version 2.3.11
Active Resource version 2.3.11
Action Mailer version 2.3.11
Active Support version 2.3.11
Edge Rails revision unknown
Application root /home/ivan/tmp/redmine-1.2.1
Environment production
Database adapter mysql
Database schema version 20110511000000
Updated by Ivan Kanis over 13 years ago
Probably related is when I do administration -> settings I get the following backtrace:
Processing SettingsController#index (for 192.168.0.52 at 2011-08-01 16:31:28) [GET]
Parameters: {"action"=>"index", "controller"=>"settings"}
Rendering template within layouts/admin
Rendering settings/edit
ActionView::TemplateError (undefined method `gantt_items_limit' for #<Class:0x7ff5ef8e6560>) on line #12 of app/views/settings/_issues.rhtml:
9:
10: <p><%= setting_text_field :issues_export_limit, :size => 6 ></p>
11:
12: <p><= setting_text_field :gantt_items_limit, :size => 6 ></p>
13: </div>
14:
15: <fieldset class="box settings"><legend><= l(:setting_issue_list_default_columns) %></legend>
app/helpers/settings_helper.rb:63:in `send'
app/helpers/settings_helper.rb:63:in `setting_text_field'
app/views/settings/_issues.rhtml:12:in `_run_rhtml_app47views47settings47_issues46rhtml_locals_issues_object_tab'
app/views/settings/_issues.rhtml:1:in `_run_rhtml_app47views47settings47_issues46rhtml_locals_issues_object_tab'
app/views/common/_tabs.rhtml:24:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_tabs'
app/views/common/_tabs.rhtml:23:in `each'
app/views/common/_tabs.rhtml:23:in `_run_rhtml_app47views47common47_tabs46rhtml_locals_object_tabs'
app/helpers/application_helper.rb:218:in `render_tabs'
app/views/settings/edit.rhtml:3:in `_run_rhtml_app47views47settings47edit46rhtml'
app/controllers/settings_controller.rb:25:in `index'
Rendering /home/ivan/tmp/redmine-1.2.1/public/500.html (500 Internal Server Error)
Updated by Jean-Philippe Lang over 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Your config/settings.yml is not up to date.
Updated by Ivan Kanis over 13 years ago
- Status changed from Closed to Reopened
Hi Jean-Philippe
I just checked that my settings.yml is the same as the one shipped within the tar ball redmine-1.2.1.tar.gz
Updated by Jan Niggemann (redmine.org team member) about 11 years ago
- Due date set to 2011-08-31
- Status changed from Reopened to Needs feedback
- Resolution deleted (
Invalid)
Does the problem still persist or can this issue be closed?
Updated by Toshi MARUYAMA about 11 years ago
- Due date deleted (
2011-08-31) - Category set to Gantt
Updated by Toshi MARUYAMA over 10 years ago
- Status changed from Needs feedback to Closed
Too old and no feedback.