プロジェクト

全般

プロフィール

Question #1500

未完了

work time does not work on my redmine

sosogh sosogh さんが約5年前に追加. 約5年前に更新.

ステータス:
新規(New)
優先度:
通常(Normal)
担当者:
-
対象バージョン:
-
開始日:
2019/02/14
期日:
進捗率:

0%

予定工数:

説明

Hi

I installed work time according to "Installation notes" on https://www.redmine.org/plugins/redmine_work_time.
After step 5 "Enable the module on the project setting page."

I got 2 errors :

1. when access http://192.168.251.53/projects/test/settings , I got error 404 "The page you were trying to access doesn't exist or has been removed."
2. when access http://192.168.251.53/work_time/show/test, I got error 404 "Page not found , The page you were trying to access doesn't exist or has been removed."

This is my server info :
Environment:
Redmine version 3.4.4.stable
Ruby version 2.3.1-p112 (2016-04-26) [x86_64-linux-gnu]
Rails version 4.2.8
Environment production
Database adapter Mysql2
Redmine plugins:
redmine_work_time 0.3.4

sosogh sosogh さんが約5年前に更新

log for http://192.168.251.53/work_time/show/test

Started GET "/work_time/show/test" for 192.168.30.60 at 2019-02-15 09:40:13 +0800

ActionController::RoutingError (uninitialized constant WorkTimeController):
activesupport (4.2.8) lib/active_support/inflector/methods.rb:261:in `const_get'
activesupport (4.2.8) lib/active_support/inflector/methods.rb:261:in `block in constantize'
activesupport (4.2.8) lib/active_support/inflector/methods.rb:259:in `each'
activesupport (4.2.8) lib/active_support/inflector/methods.rb:259:in `inject'
activesupport (4.2.8) lib/active_support/inflector/methods.rb:259:in `constantize'
actionpack (4.2.8) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
actionpack (4.2.8) lib/action_dispatch/routing/route_set.rb:60:in `controller'
actionpack (4.2.8) lib/action_dispatch/routing/route_set.rb:39:in `serve'
actionpack (4.2.8) lib/action_dispatch/journey/router.rb:43:in `block in serve'
actionpack (4.2.8) lib/action_dispatch/journey/router.rb:30:in `each'
actionpack (4.2.8) lib/action_dispatch/journey/router.rb:30:in `serve'
actionpack (4.2.8) lib/action_dispatch/routing/route_set.rb:817:in `call'
/usr/lib/ruby/vendor_ruby/rack/openid.rb:98:in `call'
request_store (1.0.5) lib/request_store/middleware.rb:9:in `call'
rack (1.6.11) lib/rack/etag.rb:24:in `call'
rack (1.6.11) lib/rack/conditionalget.rb:25:in `call'
rack (1.6.11) lib/rack/head.rb:13:in `call'
/usr/lib/ruby/vendor_ruby/action_dispatch/xml_params_parser.rb:16:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/flash.rb:260:in `call'
rack (1.6.11) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.6.11) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.2.8) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.2.8) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
activesupport (4.2.8) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
activesupport (4.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
actionpack (4.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.2.8) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.8) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.8) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.8) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.8) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.8) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/request_id.rb:21:in `call'
rack (1.6.11) lib/rack/methodoverride.rb:22:in `call'
rack (1.6.11) lib/rack/runtime.rb:18:in `call'
activesupport (4.2.8) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
actionpack (4.2.8) lib/action_dispatch/middleware/static.rb:120:in `call'
rack (1.6.11) lib/rack/content_length.rb:15:in `call'
rack (1.6.11) lib/rack/sendfile.rb:113:in `call'
railties (4.2.8) lib/rails/engine.rb:518:in `call'
railties (4.2.8) lib/rails/application.rb:165:in `call'
railties (4.2.8) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.8) lib/rails/railtie.rb:194:in `method_missing'
passenger (6.0.0) src/ruby_supportlib/phusion_passenger/rack/thread_handler_extension.rb:97:in `process_request'
passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:149:in `accept_and_process_next_request'
passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler/thread_handler.rb:110:in `main_loop'
passenger (6.0.0) src/ruby_supportlib/phusion_passenger/request_handler.rb:415:in `block (3 levels) in start_threads'
passenger (6.0.0) src/ruby_supportlib/phusion_passenger/utils.rb:113:in `block in create_thread_and_abort_on_exception'

sosogh sosogh さんが約5年前に更新

log for http://192.168.251.53/projects/test/settings

Started GET "/projects/test/settings" for 192.168.30.60 at 2019-02-15 09:41:53 +0800
Processing by ProjectsController#settings as HTML
Parameters: {"id"=>"test"}
Current user: admin (id=1)
Rendered projects/_form.html.erb (141.8ms)
Rendered projects/_edit.html.erb (146.2ms)
Rendered projects/settings/_modules.html.erb (25.1ms)
Rendered projects/settings/_members.html.erb (142.9ms)
Rendered projects/settings/_versions.html.erb (26.8ms)
Rendered projects/settings/_issue_categories.html.erb (7.2ms)
Rendered projects/settings/_wiki.html.erb (2.2ms)
Rendered projects/settings/_boards.html.erb (8.1ms)
Rendered projects/settings/_activities.html.erb (24.5ms)
Rendered plugins/redmine_webhook/app/views/webhook_settings/_show.html.erb (5.5ms)
Rendered common/_tabs.html.erb (418.5ms)
Rendered projects/settings.html.erb within layouts/base (420.8ms)
Missing template, responding with 404
Rendered common/error.html.erb within layouts/base (0.2ms)
Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (0.1ms)
redmine_highlightjs2: supported browser: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.6ms)
Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (4.6ms)
Rendered plugins/redmine_code_review/app/views/code_review/_body_bottom.html.erb (0.2ms)
Completed 404 Not Found in 541ms (Views: 66.2ms | ActiveRecord: 95.9ms)

他の形式にエクスポート: Atom PDF