We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
save' for nil:NilClass): vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_abstract_controller.rb:32:in
find_project' thin (1.3.1) lib/thin/connection.rb:80:in
catch' thin (1.3.1) lib/thin/connection.rb:78:in
process' thin (1.3.1) lib/thin/connection.rb:38:in
run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in
start' thin (1.3.1) lib/thin/server.rb:159:in
start' thin (1.3.1) lib/thin/runner.rb:185:in
run_command' thin (1.3.1) lib/thin/runner.rb:151:in
Any Ideas.
Thanks, Bernd.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:in
find_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:in
pre_process'thin (1.3.1) lib/thin/connection.rb:78:in
catch' thin (1.3.1) lib/thin/connection.rb:78:in
pre_process'thin (1.3.1) lib/thin/connection.rb:53:in
process' thin (1.3.1) lib/thin/connection.rb:38:in
receive_data'eventmachine (0.12.10) lib/eventmachine.rb:256:in
run_machine' eventmachine (0.12.10) lib/eventmachine.rb:256:in
run'thin (1.3.1) lib/thin/backends/base.rb:61:in
start' thin (1.3.1) lib/thin/server.rb:159:in
start'thin (1.3.1) lib/thin/controllers/controller.rb:86:in
start' thin (1.3.1) lib/thin/runner.rb:185:in
send'thin (1.3.1) lib/thin/runner.rb:185:in
run_command' thin (1.3.1) lib/thin/runner.rb:151:in
run!'thin (1.3.1) bin/thin:6
bin/thin:16:in `load'
bin/thin:16
Any Ideas.
Thanks,
Bernd.
The text was updated successfully, but these errors were encountered: