256MbTeam / Redmine-Scrumbler

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.
GNU General Public License v2.0
112 stars 41 forks source link

NoMethodError #86

Open BerndLambertz opened 12 years ago

BerndLambertz commented 12 years ago

Hi,

I upgraded my Redmine to version 1.4.4-0

I'm using redmine_scrumbler Version 1.4.3

But when I click on the Scrumbler Tab I get an Internal Error

This is from production.log:

Processing ScrumblerController#index (for x.x.x.x at 2012-07-19 14:06:52) [GET] Parameters: {"project_id"=>"g0", "controller"=>"scrumbler", "action"=>"index"}

NoMethodError (undefined method save' for nil:NilClass): vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_abstract_controller.rb:32:infind_or_create_scrumbler_project_setting' vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_abstract_controller.rb:27:in find_project' thin (1.3.1) lib/thin/connection.rb:80:inpre_process' thin (1.3.1) lib/thin/connection.rb:78:in catch' thin (1.3.1) lib/thin/connection.rb:78:inpre_process' thin (1.3.1) lib/thin/connection.rb:53:in process' thin (1.3.1) lib/thin/connection.rb:38:inreceive_data' eventmachine (0.12.10) lib/eventmachine.rb:256:in run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:inrun' thin (1.3.1) lib/thin/backends/base.rb:61:in start' thin (1.3.1) lib/thin/server.rb:159:instart' thin (1.3.1) lib/thin/controllers/controller.rb:86:in start' thin (1.3.1) lib/thin/runner.rb:185:insend' thin (1.3.1) lib/thin/runner.rb:185:in run_command' thin (1.3.1) lib/thin/runner.rb:151:inrun!' thin (1.3.1) bin/thin:6 bin/thin:16:in `load' bin/thin:16

Any Ideas.

Thanks, Bernd.