Project

General

Profile

Webpage errors after install of scrum

Added by Meindert Oldenburger about 10 years ago

Environment:
Redmine version 2.5.0.stable
Ruby version 1.9.3-p231 (2012-05-25) [i386-mingw32]
Rails version 3.2.17
Environment production
Database adapter SQLServer
SCM:
Subversion 1.8.5
Git 1.8.5.2
Filesystem
Redmine plugins:
progressive_projects_list 1.0.0
redmine_app__space 1.0.1
redmine_spent_time 2.6.4
redmine_watcher_groups 1.0.0

production.log:

Started GET "/redmine/admin" for 127.0.0.1 at 2014-03-24 14:38:28 +0100
Processing by AdminController#index as HTML
Current user: molden (id=9)
Rendered admin/_menu.html.erb (31.2ms)
Rendered admin/index.html.erb within layouts/admin (31.2ms)
Rendered layouts/base.html.erb (15.6ms)
Missing template, responding with 404
Rendered common/error.html.erb within layouts/base (0.0ms)
Completed 500 Internal Server Error in 62.4ms

ActionView::Template::Error (Missing partial scrum_hooks/head with {:locale=>[:nl, :en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb]}. Searched in: * "C:/Bitnami/redmine-2.5.0-0/apps/redmine/htdocs/plugins/redmine_watcher_groups/app/views" * "C:/Bitnami/redmine-2.5.0-0/apps/redmine/htdocs/plugins/redmine_spent_time/app/views" * "C:/Bitnami/redmine-2.5.0-0/apps/redmine/htdocs/plugins/redmine_app__space/app/views" * "C:/Bitnami/redmine-2.5.0-0/apps/redmine/htdocs/plugins/progressive_projects_list/app/views" * "C:/Bitnami/redmine-2.5.0-0/apps/redmine/htdocs/app/views"
):
11: <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' >^M
12: <
= javascript_heads >^M
13: <
= heads_for_theme >^M
14: <
= call_hook :view_layouts_base_html_head >^M
15: <!-- page specific tags -->^M
16: <
= yield :header_tags -%>^M
17: </head>^M
lib/redmine/hook.rb:111:in `block in render_on'
lib/redmine/hook.rb:61:in `block (2 levels) in call_hook'
lib/redmine/hook.rb:61:in `each'
lib/redmine/hook.rb:61:in `block in call_hook'
lib/redmine/hook.rb:58:in `tap'
lib/redmine/hook.rb:58:in `call_hook'
lib/redmine/hook.rb:158:in `call_hook'
app/views/layouts/base.html.erb:14:in `_app_views_layouts_base_html_erb___264165118_52324992'
app/controllers/application_controller.rb:432:in `block (2 levels) in render_error'
app/controllers/application_controller.rb:430:in `render_error'
app/controllers/application_controller.rb:418:in `render_404'
app/controllers/application_controller.rb:442:in `missing_template'


Replies (1)

RE: Webpage errors after install of scrum - Added by Meindert Oldenburger about 10 years ago

Plugin name should be "scrum", that resolves the installation and webpage errors

    (1-1/1)