software-project / scrum-pm

Scrum PM is a plugin for Redmine ticket management system. It adds Scrum items like backlog, dashboard and others.
www.software-project.eu/EN/scrumpm
126 stars 47 forks source link

Error when i change issue status #12

Closed rguerrero closed 14 years ago

rguerrero commented 14 years ago

Hi, when i try to change issue status return me this error:

Processing IssueSprintsController#status_change (for XXX.XXX.XXX.XXX at 2010-03-18 11:40:55) [POST] Parameters: {"project_id"=>"TT-09-637-OS005", "user_story_id"=>"2", "task_id"=>"554", "action"=>"status_change", "authenticity_token"=>"eTLsLY6HN7B0ggAP85uccjLFa4XASS6C7XmVFppBXKA=", "controller"=>"issue_sprints", "status_id"=>"1"}

ActionView::MissingTemplate (Missing template issue_sprints/status_change.erb in view path vendor/plugins/advanced_report/app/views:vendor/plugins/bulk_time_entry_plugin/app/views:vendor/plugins/customer_plugin/app/views:vendor/plugins/redmine_graphs/app/views:vendor/plugins/redmine_schedules/app/views:vendor/plugins/redmine_sprints/app/views:app/views): passenger (2.2.4) lib/phusion_passenger/rack/request_handler.rb:91:in process_request' passenger (2.2.4) lib/phusion_passenger/abstract_request_handler.rb:206:inmain_loop' passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:376:in start_request_handler' passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:334:inhandle_spawn_application' passenger (2.2.4) lib/phusion_passenger/utils.rb:182:in safe_fork' passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:332:inhandle_spawn_application' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in __send__' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:inmain_loop' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:195:in start_synchronously' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:162:instart' passenger (2.2.4) lib/phusion_passenger/railz/application_spawner.rb:213:in start' passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:261:inspawn_rails_application' passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:126:in lookup_or_add' passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:255:inspawn_rails_application' passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:80:in synchronize' passenger (2.2.4) lib/phusion_passenger/abstract_server_collection.rb:79:insynchronize' passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:254:in spawn_rails_application' passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:153:inspawn_application' passenger (2.2.4) lib/phusion_passenger/spawn_manager.rb:286:in handle_spawn_application' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:insend' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:351:in main_loop' passenger (2.2.4) lib/phusion_passenger/abstract_server.rb:195:instart_synchronously'

Rendering /xxxxx/xxxxxxx/Rails/redmine/public/500.html (500 Internal Server Error)

software-project commented 14 years ago

I have posted some updates that will fix server error. Unfortuletelly changes will not allow you to update task status because you probably don't have permissions to change issues status or update its done_ratio.

rguerrero commented 14 years ago

So, How i resolve this error?

software-project commented 14 years ago

You have to add priviledges to this user-> Administration-> Users-> choose user-> Projects and assign role to user. Hope it will help.

rguerrero commented 14 years ago

But What Role? because my role assigned have all permission the redmine.

software-project commented 14 years ago

You have all permissions to Redmine but not to project. As I wrote click Administration-> Users-> choose user-> Projects tab -> New project-> choose project and project roles click add and you are done.

rguerrero commented 14 years ago

make that but show the message: "Error while changing status. You may not have persmissions". The project first i remove it and after i add it whith the same roles, again.

malambzh commented 14 years ago

Same error: In Dashboard, I can drag & drop the task to "In progress" but not to "Pending" or "Done" The error is : "Error while changing status. You may not have persmissions."

If I all permission for the project.

Redmine 0.9.0, French installation.

software-project commented 14 years ago

Go to Issues and try manually set done ratio to 100 and status to resolved. Then write here if it works.