Skip to content
New issue

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

Label type 'Zweckform 3490' crash with Server Error 500 on Product Backlog cards #440

Closed
KiSchulte opened this issue Mar 5, 2012 · 2 comments

Comments

@KiSchulte
Copy link

If you choose 'Zweckform 3490' for Label type, then calling 'Product Backlog cards and Sprint cards will end in a Server Error 500.

The log shows up the following.

Processing RbStoriesController#index (for 84.62.76.213 at 2012-03-02 16:15:03) [GET]
Parameters: {"project_id"=>"site-dev", "controller"=>"rb_stories", "action"=>"index"}

RuntimeError (No units found for ):
vendor/plugins/redmine_backlogs/app/controllers/rb_stories_controller.rb:12:in new' vendor/plugins/redmine_backlogs/app/controllers/rb_stories_controller.rb:12:inindex'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:inrun'
/usr/lib/ruby/1.8/webrick/server.rb:173:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:instart'
/usr/lib/ruby/1.8/webrick/server.rb:162:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:instart'
/usr/lib/ruby/1.8/webrick/server.rb:92:in each' /usr/lib/ruby/1.8/webrick/server.rb:92:instart'
/usr/lib/ruby/1.8/webrick/server.rb:23:in start' /usr/lib/ruby/1.8/webrick/server.rb:82:instart'

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

@retorquere
Copy link
Contributor

That should be fixed now.

@KiSchulte
Copy link
Author

Updated to 0.8.6

Unfortunately the error is still there.

Processing RbStoriesController#index (for 84.62.76.213 at 2012-03-07 19:55:41) [GET]
Parameters: {"action"=>"index", "controller"=>"rb_stories", "project_id"=>"site-dev"}

RuntimeError (No units found for ""):
vendor/plugins/redmine_backlogs/app/controllers/rb_stories_controller.rb:16:in new' vendor/plugins/redmine_backlogs/app/controllers/rb_stories_controller.rb:16:inindex'
/usr/lib/ruby/1.8/webrick/httpserver.rb:104:in service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:inrun'
/usr/lib/ruby/1.8/webrick/server.rb:173:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:instart'
/usr/lib/ruby/1.8/webrick/server.rb:162:in start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:instart'
/usr/lib/ruby/1.8/webrick/server.rb:92:in each' /usr/lib/ruby/1.8/webrick/server.rb:92:instart'
/usr/lib/ruby/1.8/webrick/server.rb:23:in start' /usr/lib/ruby/1.8/webrick/server.rb:82:instart'

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants