hicknhack-software / redmine_time_tracker

A time tracker plugin for Redmine
Other
106 stars 32 forks source link

undefined method `each' for nil:NilClass #116

Closed anton-kasperovich closed 10 years ago

anton-kasperovich commented 10 years ago

Try two versions of Redmine: 2.3.3 and 2.3.1 same error.

Ruby version: ruby 2.0.0p247 (2013-06-27 revision 41674) [universal.x86_64-darwin13]

When i on project issues page (http://localhost:3000/projects/marketing/issues):

Started GET "/projects/marketing/issues" for 127.0.0.1 at 2013-10-30 14:02:35 +0200
Processing by IssuesController#index as HTML
  Parameters: {"project_id"=>"marketing"}
  Current user: a.kasperovich (id=72)
Completed 500 Internal Server Error in 9ms

NoMethodError (undefined method `each' for nil:NilClass):
  app/models/query.rb:310:in `available_filters'
  app/controllers/issues_controller.rb:56:in `index'

Any ideas?

anton-kasperovich commented 10 years ago

Sorry, it was redmine_issues_poll plugin...