Project

General

Profile

redmine crash after Personalize My page

Added by F L about 10 years ago

Hi,

My redmine crashed after I "Personalized" "My page"

Thanks for any help.

The log:
Started GET "/redmine/" for 192.168.100.1 at 2014-05-08 19:05:31 +0000
Processing by WelcomeController#index as HTML
Current user: anonymous
Rendered welcome/index.html.erb within layouts/base (1.3ms)
Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (0.1ms)
Missing template, responding with 404
Rendered common/error.html.erb within layouts/base (0.1ms)
Rendered plugins/redmine_code_review/app/views/code_review/_html_header.html.erb (0.0ms)
Completed 500 Internal Server Error in 22.5ms

ActionView::Template::Error (Missing partial scrum_hooks/head with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb]}. Searched in: * "/opt/bitnami/apps/redmine/htdocs/plugins/redmine_theme_changer/app/views" * "/opt/bitnami/apps/redmine/htdocs/plugins/redmine_mentions/app/views" * "/opt/bitnami/apps/redmine/htdocs/plugins/redmine_code_review/app/views" * "/opt/bitnami/apps/redmine/htdocs/plugins/redmine_agile/app/views" * "/opt/bitnami/apps/redmine/htdocs/plugins/csv_import_issues/app/views" * "/opt/bitnami/apps/redmine/htdocs/app/views"
):
11: <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' >
12: <
= javascript_heads >
13: <
= heads_for_theme >
14: <
= call_hook :view_layouts_base_html_head >
15: <!-- page specific tags -->
16: <
= yield :header_tags -%>
17: </head>
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__1803547775228107737_52376460'
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: redmine crash after Personalize My page - Added by F L about 10 years ago

Solved !

- removed "scrum v0.5.0" plugin
- bundle exec bin/rake redmine:plugins:migrate RAILS_ENV=production
- service bitnami restart

It worked !

Then I restored scrum plugin but renamed it to just scrum, without version.

- bundle exec bin/rake redmine:plugins:migrate RAILS_ENV=production
- service bitnami restart

It's still working!

    (1-1/1)