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

Unable to start survey tool feature #6

Open
parag85 opened this issue Jul 11, 2017 · 2 comments
Open

Unable to start survey tool feature #6

parag85 opened this issue Jul 11, 2017 · 2 comments

Comments

@parag85
Copy link

parag85 commented Jul 11, 2017

Started GET "/surveys/index?project_id=test-project-survey" for {IP address} at 2017-07-11 09:08:52 -0400
Processing by SurveysController#index as HTML
Parameters: {"project_id"=>"test-project-survey"}
Current user: admin (id=1)
Completed 500 Internal Server Error in 30ms (ActiveRecord: 1.2ms)

NoMethodError (undefined method find_all_by_project_id' for #<Class:0x007f03c4ffcc78>): activerecord (4.2.2) lib/active_record/dynamic_matchers.rb:26:in method_missing'
plugins/redmine_surveys/app/controllers/surveys_controller.rb:10:in index' actionpack (4.2.2) lib/action_controller/metal/implicit_render.rb:4:in send_action'
actionpack (4.2.2) lib/abstract_controller/base.rb:198:in process_action' actionpack (4.2.2) lib/action_controller/metal/rendering.rb:10:in process_action'
actionpack (4.2.2) lib/abstract_controller/callbacks.rb:20:in block in process_action' activesupport (4.2.2) lib/active_support/callbacks.rb:117:in call'
activesupport (4.2.2) lib/active_support/callbacks.rb:117:in call' activesupport (4.2.2) lib/active_support/callbacks.rb:555:in block (2 levels) in compile'
activesupport (4.2.2) lib/active_support/callbacks.rb:505:in call' activesupport (4.2.2) lib/active_support/callbacks.rb:505:in call'
activesupport (4.2.2) lib/active_support/callbacks.rb:92:in _run_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:776:in _run_process_action_callbacks'
activesupport (4.2.2) lib/active_support/callbacks.rb:81:in run_callbacks' actionpack (4.2.2) lib/abstract_controller/callbacks.rb:19:in process_action'
actionpack (4.2.2) lib/action_controller/metal/rescue.rb:29:in process_action' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:32:in block in process_action'
activesupport (4.2.2) lib/active_support/notifications.rb:164:in block in instrument' activesupport (4.2.2) lib/active_support/notifications/instrumenter.rb:20:in instrument'
activesupport (4.2.2) lib/active_support/notifications.rb:164:in instrument' actionpack (4.2.2) lib/action_controller/metal/instrumentation.rb:30:in process_action'
actionpack (4.2.2) lib/action_controller/metal/params_wrapper.rb:250:in process_action' activerecord (4.2.2) lib/active_record/railties/controller_runtime.rb:18:in process_action'
actionpack (4.2.2) lib/abstract_controller/base.rb:137:in process' actionview (4.2.2) lib/action_view/rendering.rb:30:in process'
actionpack (4.2.2) lib/action_controller/metal.rb:196:in dispatch' actionpack (4.2.2) lib/action_controller/metal/rack_delegation.rb:13:in dispatch'
actionpack (4.2.2) lib/action_controller/metal.rb:237:in block in action' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in call'
actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:74:in dispatch' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:43:in serve'
actionpack (4.2.2) lib/action_dispatch/journey/router.rb:43:in block in serve' actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in each'
actionpack (4.2.2) lib/action_dispatch/journey/router.rb:30:in serve' actionpack (4.2.2) lib/action_dispatch/routing/route_set.rb:819:in call'
rack-openid (1.4.2) lib/rack/openid.rb:98:in call' request_store (1.0.5) lib/request_store/middleware.rb:9:in call'
rack (1.6.4) lib/rack/etag.rb:24:in call' rack (1.6.4) lib/rack/conditionalget.rb:25:in call'
rack (1.6.4) lib/rack/head.rb:13:in call' actionpack-xml_parser (1.0.2) lib/action_dispatch/xml_params_parser.rb:16:in call'
actionpack (4.2.2) lib/action_dispatch/middleware/params_parser.rb:27:in call' actionpack (4.2.2) lib/action_dispatch/middleware/flash.rb:260:in call'
rack (1.6.4) lib/rack/session/abstract/id.rb:225:in context' rack (1.6.4) lib/rack/session/abstract/id.rb:220:in call'
actionpack (4.2.2) lib/action_dispatch/middleware/cookies.rb:560:in call' activerecord (4.2.2) lib/active_record/query_cache.rb:36:in call'
activerecord (4.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:649:in call' actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:29:in block in call'
activesupport (4.2.2) lib/active_support/callbacks.rb:88:in call' activesupport (4.2.2) lib/active_support/callbacks.rb:88:in _run_callbacks'
activesupport (4.2.2) lib/active_support/callbacks.rb:776:in _run_call_callbacks' activesupport (4.2.2) lib/active_support/callbacks.rb:81:in run_callbacks'
actionpack (4.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in call' actionpack (4.2.2) lib/action_dispatch/middleware/remote_ip.rb:78:in call'
actionpack (4.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' actionpack (4.2.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in call'
railties (4.2.2) lib/rails/rack/logger.rb:38:in call_app' railties (4.2.2) lib/rails/rack/logger.rb:20:in block in call'
activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in block in tagged' activesupport (4.2.2) lib/active_support/tagged_logging.rb:26:in tagged'
activesupport (4.2.2) lib/active_support/tagged_logging.rb:68:in tagged' railties (4.2.2) lib/rails/rack/logger.rb:20:in call'
actionpack (4.2.2) lib/action_dispatch/middleware/request_id.rb:21:in call' rack (1.6.4) lib/rack/methodoverride.rb:22:in call'
rack (1.6.4) lib/rack/runtime.rb:18:in call' activesupport (4.2.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call'
actionpack (4.2.2) lib/action_dispatch/middleware/static.rb:113:in call' rack (1.6.4) lib/rack/sendfile.rb:113:in call'
railties (4.2.2) lib/rails/engine.rb:518:in call' railties (4.2.2) lib/rails/application.rb:164:in call'
railties (4.2.2) lib/rails/railtie.rb:194:in public_send' railties (4.2.2) lib/rails/railtie.rb:194:in method_missing'
/usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:94:in process_request' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:149:in accept_and_process_next_request'
/usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:110:in main_loop' /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:414:in block (3 levels) in start_threads'
/usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:111:in `block in create_thread_and_abort_on_exception'

@pierro78
Copy link

same bug with redmine 3.4.9 here ... I guess you didn t solve the issue ??
thanks !

@parag85
Copy link
Author

parag85 commented Sep 16, 2019

Yes, I think community and author is not active.

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