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
When clicking on the Add task in the Dashboard,the new task div will be poped up but a endless circle is display in this page.
The server log is :
Processing IssueSprintsController#new (for 127.0.0.1 at 2011-05-03 13:04:57) [GET] Parameters: {"user_story_id"=>"3", "project_id"=>"minise", "action"=>"new", "controller"=>"issue_sprints"}
NoMethodError (undefined method user_story_id=' for nil:NilClass): vendor/plugins/redmine_sprints/app/controllers/issue_sprints_controller.rb:11:innew' d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:104:in service' d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:inrun' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:173:in start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:instart' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:instart' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in each' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:instart' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:23:in start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:instart'
user_story_id=' for nil:NilClass): vendor/plugins/redmine_sprints/app/controllers/issue_sprints_controller.rb:11:in
service' d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:in
start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in
start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:in
each' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in
start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:in
Rendering rescues/layout (internal_server_error)
Can you please help me resolve this issue? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When clicking on the Add task in the Dashboard,the new task div will be poped up but a endless circle is display in this page.
The server log is :
Processing IssueSprintsController#new (for 127.0.0.1 at 2011-05-03 13:04:57) [GET]
Parameters: {"user_story_id"=>"3", "project_id"=>"minise", "action"=>"new", "controller"=>"issue_sprints"}
NoMethodError (undefined method
user_story_id=' for nil:NilClass): vendor/plugins/redmine_sprints/app/controllers/issue_sprints_controller.rb:11:in
new'd:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:104:in
service' d:/Ruby187/lib/ruby/1.8/webrick/httpserver.rb:65:in
run'd:/Ruby187/lib/ruby/1.8/webrick/server.rb:173:in
start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in
start'd:/Ruby187/lib/ruby/1.8/webrick/server.rb:162:in
start_thread' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:95:in
start'd:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in
each' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:92:in
start'd:/Ruby187/lib/ruby/1.8/webrick/server.rb:23:in
start' d:/Ruby187/lib/ruby/1.8/webrick/server.rb:82:in
start'Rendering rescues/layout (internal_server_error)
Can you please help me resolve this issue? Thanks
The text was updated successfully, but these errors were encountered: