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 #57

Closed scrumblerIssue closed 12 years ago

scrumblerIssue commented 12 years ago

Hi everyone,

i installed the scrumbler plugin v1.5 on Redmine 1.3.2.stable (PostgreSQL) on Ubuntu whit this tutorial: http://www.redmine.org/plugins/scrumbler But when i click on the Scrumlber Tab in my redmine webinterface I get e Internal Error:

Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, check your log files for details about the error.

I checked the log files and found this:

Processing ScrumblerController#index (for xxx.xxx.xxx.xxx. at XX.XX.XX) [GET] Parameters: {"project_id"=>"XX", "action"=>"index", "controller"=>"scrumbler"}

NoMethodError (undefined method create_scrumbler_project_settings' for #Project:0x7f33f26adc40): /usr/lib/ruby/vendor_ruby/active_record/attribute_methods.rb:260:inmethod_missing' vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_abstract_controller.rb:33:in find_or_create_scrumbler_project_setting' vendor/plugins/redmine_scrumbler/app/controllers/scrumbler_abstract_controller.rb:28:infind_project' /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:178:in send' /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:178:inevaluate_method' /usr/lib/ruby/vendor_ruby/active_support/callbacks.rb:166:in call' /usr/lib/ruby/vendor_ruby/action_controller/filters.rb:225:incall' /usr/lib/ruby/vendor_ruby/action_controller/filters.rb:629:in run_before_filters' /usr/lib/ruby/vendor_ruby/action_controller/filters.rb:615:incall_filters' /usr/lib/ruby/vendor_ruby/action_controller/filters.rb:610:in perform_action_without_benchmark' /usr/lib/ruby/vendor_ruby/action_controller/benchmarking.rb:68:inperform_action_without_rescue' /usr/lib/ruby/vendor_ruby/action_controller/benchmarking.rb:68:in perform_action_without_rescue' /usr/lib/ruby/vendor_ruby/action_controller/rescue.rb:160:inperform_action_without_flash' /usr/lib/ruby/vendor_ruby/action_controller/flash.rb:151:in perform_action' /usr/lib/ruby/vendor_ruby/action_controller/base.rb:532:insend' /usr/lib/ruby/vendor_ruby/action_controller/base.rb:532:in process_without_filters' /usr/lib/ruby/vendor_ruby/action_controller/filters.rb:606:inprocess' /usr/lib/ruby/vendor_ruby/action_controller/base.rb:391:in process' /usr/lib/ruby/vendor_ruby/action_controller/base.rb:386:incall' /usr/lib/ruby/vendor_ruby/action_controller/routing/route_set.rb:438:in call' /usr/lib/ruby/vendor_ruby/action_controller/dispatcher.rb:87:indispatch' /usr/lib/ruby/vendor_ruby/action_controller/dispatcher.rb:121:in _call' /usr/lib/ruby/vendor_ruby/action_controller/dispatcher.rb:130:inbuild_middleware_stack' /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:29:in call' /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:29:incall' /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/query_cache.rb:34:in cache' /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:9:incache' /usr/lib/ruby/vendor_ruby/active_record/query_cache.rb:28:in call' /usr/lib/ruby/vendor_ruby/active_record/connection_adapters/abstract/connection_pool.rb:361:incall' /usr/lib/ruby/vendor_ruby/action_controller/string_coercion.rb:25:in call' /usr/lib/ruby/vendor_ruby/rack/head.rb:9:incall' /usr/lib/ruby/vendor_ruby/rack/methodoverride.rb:21:in call' /usr/lib/ruby/vendor_ruby/action_controller/params_parser.rb:15:incall' /usr/lib/ruby/vendor_ruby/action_controller/session/cookie_store.rb:99:in call' /usr/lib/ruby/vendor_ruby/action_controller/failsafe.rb:26:incall' /usr/lib/ruby/vendor_ruby/rack/lock.rb:15:in call' /usr/lib/ruby/vendor_ruby/action_controller/dispatcher.rb:106:incall' /usr/lib/ruby/1.8/phusion_passenger/rack/request_handler.rb:95:in process_request' /usr/lib/ruby/1.8/phusion_passenger/abstract_request_handler.rb:207:inmain_loop' /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:374:in start_request_handler' /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:332:inhandle_spawn_application' /usr/lib/ruby/1.8/phusion_passenger/utils.rb:184:in safe_fork' /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:330:inhandle_spawn_application' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in send' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:inmain_loop' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:in start_synchronously' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:163:instart' /usr/lib/ruby/1.8/phusion_passenger/railz/application_spawner.rb:209:in start' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:262:inspawn_rails_application' /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:126:in lookup_or_add' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:256:inspawn_rails_application' /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:80:in synchronize' /usr/lib/ruby/1.8/phusion_passenger/abstract_server_collection.rb:79:insynchronize' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:255:in spawn_rails_application' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:154:inspawn_application' /usr/lib/ruby/1.8/phusion_passenger/spawn_manager.rb:287:in handle_spawn_application' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:insend' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:352:in main_loop' /usr/lib/ruby/1.8/phusion_passenger/abstract_server.rb:196:instart_synchronously' /usr/lib/phusion_passenger/passenger-spawn-server:61

Rendering /usr/share/redmine/public/500.html (500 Internal Server Error)

But I don't know what to do here.

I hope you can help me.

Thank you a lot in advance.

xeta commented 12 years ago

fixed c0767bfa3e423c27dc163b0d1fd096b63a56822e