プロジェクト

全般

プロフィール

Feature #1445 » production.log

Mitsu Furuta, 2016/12/13 09:04

 
Started GET "/redmine/" for 127.0.0.1 at 2016-12-13 08:47:36 +0900
Processing by WelcomeController#index as HTML
Current user: anonymous
Redirected to http://localhost/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F
Filter chain halted as :check_if_login_required rendered or redirected
Completed 302 Found in 63ms (ActiveRecord: 0.0ms)
Started GET "/redmine/login?back_url=http%3A%2F%2Flocalhost%2Fredmine%2F" for 127.0.0.1 at 2016-12-13 08:47:36 +0900
Processing by AccountController#login as HTML
Parameters: {"back_url"=>"http://localhost/redmine/"}
Current user: anonymous
Rendered account/login.html.erb within layouts/base (15.6ms)
Completed 200 OK in 219ms (Views: 140.7ms | ActiveRecord: 15.6ms)
Started POST "/redmine/login" for 127.0.0.1 at 2016-12-13 08:47:51 +0900
Processing by AccountController#login as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"hRmHqvNYAvZ75wgYNn7hc4QEH9Tlp1MdtSgZl5npeCRLkzrmdGbdQZBLprfNuCz84W39ldVBPYzFKeQaskvbAQ==", "back_url"=>"http://localhost/redmine/", "username"=>"kowada", "password"=>"[FILTERED]", "login"=>"ログイン »"}
Current user: anonymous
Successful authentication for 'kowada' from 127.0.0.1 at 2016-12-12 23:47:51 UTC
Redirected to http://localhost/redmine/
Completed 302 Found in 47ms (ActiveRecord: 15.6ms)
Started GET "/redmine/" for 127.0.0.1 at 2016-12-13 08:47:52 +0900
Processing by WelcomeController#index as HTML
Current user: kowada (id=15)
Rendered welcome/index.html.erb within layouts/base (31.3ms)
Completed 200 OK in 156ms (Views: 31.3ms | ActiveRecord: 62.5ms)
Started GET "/redmine/work_time/index" for 127.0.0.1 at 2016-12-13 08:47:55 +0900
Processing by WorkTimeController#index as HTML
Current user: kowada (id=15)
Redirected to http://localhost/redmine/work_time/index?day=13&month=12&prj=false&user=15&year=2016
Completed 302 Found in 109ms (ActiveRecord: 78.1ms)
Started GET "/redmine/work_time/index?day=13&month=12&prj=false&user=15&year=2016" for 127.0.0.1 at 2016-12-13 08:47:55 +0900
Processing by WorkTimeController#index as HTML
Parameters: {"day"=>"13", "month"=>"12", "prj"=>"false", "user"=>"15", "year"=>"2016"}
Current user: kowada (id=15)
Rendered plugins/redmine_work_time/app/views/work_time/_select_project.html.erb (46.9ms)
Rendered plugins/redmine_work_time/app/views/work_time/_user_month_table.html.erb (46.9ms)
Rendered plugins/redmine_work_time/app/views/work_time/_user_day_table.html.erb (0.0ms)
Rendered plugins/redmine_work_time/app/views/work_time/show.html.erb within layouts/base (109.4ms)
Completed 200 OK in 203ms (Views: 93.8ms | ActiveRecord: 78.1ms)
Started GET "/redmine/projects/prj_0011_a?jump=work_time" for 127.0.0.1 at 2016-12-13 08:48:02 +0900
Processing by ProjectsController#show as HTML
Parameters: {"jump"=>"work_time", "id"=>"prj_0011_a"}
Current user: kowada (id=15)
Redirected to http://localhost/redmine/work_time/show/prj_0011_a
Completed 302 Found in 94ms (ActiveRecord: 46.9ms)
Started GET "/redmine/work_time/show/prj_0011_a" for 127.0.0.1 at 2016-12-13 08:48:02 +0900
Processing by WorkTimeController#show as HTML
Parameters: {"id"=>"prj_0011_a"}
Current user: kowada (id=15)
Completed 500 Internal Server Error in 78ms (ActiveRecord: 15.6ms)

NoMethodError (undefined method `allowed_to?' for nil:NilClass):
plugins/redmine_work_time/app/controllers/work_time_controller.rb:819:in `block in member_add_del_check'
plugins/redmine_work_time/app/controllers/work_time_controller.rb:818:in `member_add_del_check'
plugins/redmine_work_time/app/controllers/work_time_controller.rb:43:in `show'
lib/redmine/sudo_mode.rb:63:in `sudo_mode'


(1-1/2)