1
|
Started GET "/redmine/admin/plugins" for 80.254.150.75 at 2017-05-12 15:11:31 +0200
|
2
|
Processing by AdminController#plugins as HTML
|
3
|
Current user: L0471566 (id=1)
|
4
|
Rendered admin/plugins.html.erb within layouts/admin (0.0ms)
|
5
|
Rendered admin/_menu.html.erb (15.6ms)
|
6
|
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.0ms)
|
7
|
Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.0ms)
|
8
|
Rendered layouts/base.html.erb (0.0ms)
|
9
|
Completed 200 OK in 31ms (Views: 16.7ms | ActiveRecord: 15.6ms)
|
10
|
Started GET "/redmine/settings/plugin/scrum" for 80.254.150.75 at 2017-05-12 15:11:33 +0200
|
11
|
Processing by SettingsController#plugin as HTML
|
12
|
Parameters: {"id"=>"scrum"}
|
13
|
Current user: L0471566 (id=1)
|
14
|
Rendered plugins/scrum/app/views/settings/_license.js.erb (0.0ms)
|
15
|
Rendered plugins/scrum/app/views/settings/_license.html.erb (0.0ms)
|
16
|
Rendered plugins/scrum/app/views/settings/_scrum_settings.html.erb (46.9ms)
|
17
|
Rendered settings/plugin.html.erb within layouts/admin (46.9ms)
|
18
|
Completed 500 Internal Server Error in 63ms (ActiveRecord: 15.7ms)
|
19
|
|
20
|
ActiveRecord::RecordNotFound (Couldn't find CustomField with 'id'=9):
|
21
|
plugins/scrum/app/views/settings/_scrum_settings.html.erb:208:in `block (2 levels) in _plugins_scrum_app_views_settings__scrum_settings_html_erb___1167737372_93303800'
|
22
|
plugins/scrum/app/views/settings/_scrum_settings.html.erb:208:in `collect'
|
23
|
plugins/scrum/app/views/settings/_scrum_settings.html.erb:208:in `block in _plugins_scrum_app_views_settings__scrum_settings_html_erb___1167737372_93303800'
|
24
|
plugins/scrum/app/views/settings/_scrum_settings.html.erb:197:in `_plugins_scrum_app_views_settings__scrum_settings_html_erb___1167737372_93303800'
|
25
|
app/views/settings/plugin.html.erb:6:in `block in _app_views_settings_plugin_html_erb___914797019_92606000'
|
26
|
app/views/settings/plugin.html.erb:4:in `_app_views_settings_plugin_html_erb___914797019_92606000'
|
27
|
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
|
28
|
|
29
|
|
30
|
Started GET "/redmine/" for 80.254.150.75 at 2017-05-12 15:17:34 +0200
|
31
|
Processing by WelcomeController#index as HTML
|
32
|
Current user: L0471566 (id=1)
|
33
|
Rendered welcome/index.html.erb within layouts/base (0.0ms)
|
34
|
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.0ms)
|
35
|
Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (15.6ms)
|
36
|
Completed 200 OK in 31ms (Views: 13.8ms | ActiveRecord: 0.0ms)
|
37
|
Started GET "/redmine/projects/grant?jump=welcome" for 80.254.150.75 at 2017-05-12 15:17:37 +0200
|
38
|
Processing by ProjectsController#show as HTML
|
39
|
Parameters: {"jump"=>"welcome", "id"=>"grant"}
|
40
|
Current user: L0471566 (id=1)
|
41
|
Rendered projects/_members_box.html.erb (15.6ms)
|
42
|
Rendered plugins/scrum/app/views/scrum_hooks/projects/_show_sidebar.html.erb (0.0ms)
|
43
|
Rendered projects/_sidebar.html.erb (0.0ms)
|
44
|
Rendered projects/show.html.erb within layouts/base (15.6ms)
|
45
|
Rendered plugins/scrum/app/views/scrum_hooks/_head.html.erb (0.0ms)
|
46
|
Rendered plugins/scrum/app/views/scrum_hooks/_scrum_tips.html.erb (0.0ms)
|
47
|
Completed 200 OK in 78ms (Views: 38.2ms | ActiveRecord: 0.0ms)
|
48
|
Started GET "/redmine/projects/grant/scrum/stats" for 80.254.150.75 at 2017-05-12 15:17:38 +0200
|
49
|
Processing by ScrumController#stats as HTML
|
50
|
Parameters: {"project_id"=>"grant"}
|
51
|
Current user: L0471566 (id=1)
|
52
|
Completed 500 Internal Server Error in 26095ms (ActiveRecord: 3061.0ms)
|
53
|
|
54
|
ArgumentError (comparison of Date with nil failed):
|
55
|
plugins/scrum/app/models/sprint.rb:106:in `>='
|
56
|
plugins/scrum/app/models/sprint.rb:106:in `block in time_entries_by_activity'
|
57
|
plugins/scrum/app/models/sprint.rb:104:in `each'
|
58
|
plugins/scrum/app/models/sprint.rb:104:in `time_entries_by_activity'
|
59
|
plugins/scrum/lib/scrum/project_patch.rb:120:in `block in sps_by_pbi_field'
|
60
|
plugins/scrum/lib/scrum/project_patch.rb:119:in `sps_by_pbi_field'
|
61
|
plugins/scrum/lib/scrum/project_patch.rb:85:in `effort_by_activity'
|
62
|
plugins/scrum/app/controllers/scrum_controller.rb:260:in `stats'
|
63
|
lib/redmine/sudo_mode.rb:63:in `sudo_mode'
|