Skip to content

install error with "ActionView::Template::Error (Missing partial app_notifications" #22

@sword588

Description

@sword588

Hi,
I have installed this plugin with my 2.6.0 redmine and after restart the web server I got the following error in the log file. Would you please let me know how to solve this issue?
Any help is really appreciated.

ActionView::Template::Error (Missing partial app_notifications/layouts_base_html_head with {:locale=>[:zh, :en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb]}. Searched in:

  • "/var/www/html/redmine/plugins/advanced_roadmap_v2/app/views"
  • "/var/www/html/redmine/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:
    16: <%= yield :header_tags -%>
    17:
    lib/redmine/hook.rb:111:in block in render_on' lib/redmine/hook.rb:61:inblock (2 levels) in call_hook'
    lib/redmine/hook.rb:61:in each' lib/redmine/hook.rb:61:inblock in call_hook'
    lib/redmine/hook.rb:58:in tap' lib/redmine/hook.rb:58:incall_hook'
    lib/redmine/hook.rb:158:in call_hook' app/views/layouts/base.html.erb:14:in_app_views_layouts_base_html_erb___2866693996775738177_70155095022520'
    app/controllers/application_controller.rb:465:in block (2 levels) in render_error' app/controllers/application_controller.rb:463:inrender_error'
    app/controllers/application_controller.rb:451:in render_404' app/controllers/application_controller.rb:475:inmissing_template'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions