ChiliProject is not maintained anymore. Please be advised that there will be no more updates.

We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.

Settings page fails to render (Bug #871)


Added by Simon Stearn at 2012-02-07 11:11 am. Updated at 2012-02-07 03:26 pm.


Status:Closed Start date:2012-02-07
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:User interface
Target version:-
Remote issue URL: Affected version:3.0.0

Description

I get the following error navigating to the settings page of ChiliProject 3.0.0 (release not beta) as the site administrator:

Processing SettingsController#index (for 192.168.2.23 at 2012-02-07 11:06:11) [GET]
Parameters: {"action"=>"index", "controller"=>"settings"}
Rendering template within layouts/admin
Rendering settings/edit

ActionView::TemplateError (undefined method `mail_handler_confirmation_on_success?' for #<Class:0xb5c546fc>) on line #9 of app/views/settings/_mail_handler.rhtml:
6: <br /><em><%= l(:text_line_separated) %></em>
7: </p>
8:
9: <p><%= setting_check_box :mail_handler_confirmation_on_success %></p>
10: <p><%= setting_check_box :mail_handler_confirmation_on_failure %></p>
11: </div>
12:


Associated revisions

Revision d16c2d4c
Added by Jean-Philippe Lang at 2010-02-14 02:07 pm

Adds a few divs to the base layout (#871).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3429 e93f8b46-1217-0410-a6f0-8f06a7374b81

History

Updated by Tom Rochette at 2012-02-07 03:03 pm

My admin section works fine under 3.0.0. Do you happen to have any plugins? Also possible is that you have missing files. What method did you use to install/upgrade chiliproject?

Updated by Simon Stearn at 2012-02-07 03:26 pm

Thanks for the pointer Tom - removing all plugins resolved the issue.

  • Status changed from Open to Closed

Also available in: Atom PDF