質問するログイン新規登録

質問編集履歴

2

エラーログ内容を転記しました

2018/05/28 05:58

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -17,4 +17,42 @@
17
17
  If you continue to experience problems please contact your Redmine administrator for assistance.
18
18
 
19
19
  If you are the Redmine administrator, check your log files for details about the error.
20
+ ```
21
+
22
+ エラーログは下記のとおりです。
23
+
24
+ ```production.log
25
+ Started GET "/redmine/" for XXX.X.X.X at 2018-XX-XX XX:XX:XX +0900
26
+ Processing by WelcomeController#index as HTML
27
+ Current user: **** (id=1)
28
+ Rendered welcome/index.html.erb within layouts/base (2.0ms)
29
+ Missing template, responding with 404
30
+ Rendered common/error.html.erb within layouts/base (0.0ms)
31
+ Completed 500 Internal Server Error in 427ms (ActiveRecord: 236.0ms)
32
+
33
+ ActionView::Template::Error (Missing partial banner/_project_body_bottom with {:locale=>[:ja, :en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :rsb]}. Searched in:
34
+ * "C:/Bitnami/redmine-3.4.4-3/apps/redmine/htdocs/plugins/redmine_work_time/app/views"
35
+ * "C:/Bitnami/redmine-3.4.4-3/apps/redmine/htdocs/plugins/easy_gantt/app/views"
36
+ * "C:/Bitnami/redmine-3.4.4-3/apps/redmine/htdocs/app/views"
37
+ * "C:/Bitnami/redmine-3.4.4-3/ruby/lib/ruby/gems/2.3.0/gems/redmine_extensions-0.2.9/app/views"
38
+ ):
39
+ 105: <%= view_layouts_base_sidebar_hook_response %>
40
+ 106: </div>
41
+ 107:
42
+ 108: <div id="content">
43
+ 109: <%= render_flash_messages %>
44
+ 110: <%= yield %>
45
+ 111: <%= call_hook :view_layouts_base_content %>
46
+ plugins/redmine_banner-master/lib/banner_application_hooks.rb:17:in `view_layouts_base_content'
47
+ lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
48
+ lib/redmine/hook.rb:61:in `each'
49
+ lib/redmine/hook.rb:61:in `block in call_hook'
50
+ lib/redmine/hook.rb:58:in `tap'
51
+ lib/redmine/hook.rb:58:in `call_hook'
52
+ lib/redmine/hook.rb:96:in `call_hook'
53
+ app/views/layouts/base.html.erb:108:in `_app_views_layouts_base_html_erb___215493345_35494368'
54
+ app/controllers/application_controller.rb:491:in `block (2 levels) in render_error'
55
+ app/controllers/application_controller.rb:489:in `render_error'
56
+ app/controllers/application_controller.rb:477:in `render_404'
57
+ app/controllers/application_controller.rb:501:in `missing_template'
20
58
  ```

1

発生現象を追記しました

2018/05/28 05:58

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -6,4 +6,15 @@
6
6
 
7
7
  # 実施手順
8
8
  下記エントリに記載させていただきました。
9
- https://qiita.com/asakura_0603/items/0571229b5c920c31b585
9
+ https://qiita.com/asakura_0603/items/0571229b5c920c31b585
10
+
11
+ # 発生現象
12
+ localhost/Redmineにアクセスすると、トップページが表示されず、"Redmine 500 error"というタイトルで下記エラーメッセージが表示されておりました。
13
+ ```
14
+ Internal error
15
+
16
+ An error occurred on the page you were trying to access.
17
+ If you continue to experience problems please contact your Redmine administrator for assistance.
18
+
19
+ If you are the Redmine administrator, check your log files for details about the error.
20
+ ```