-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install error with "ActionView::Template::Error (Missing partial app_notifications" #22
Comments
Hello,
When I see "missing_template", "missing partial", etc. I think it is about permissions or missing files. |
Thanks for your quick reply. Here're the answers to your questions.
|
I was thinking about files permissions. |
What is strange is Do you have a file |
I extracted it to directory app_notifications. |
Uninstall it then try to install it in |
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:
):
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: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___2866693996775738177_70155095022520'app/controllers/application_controller.rb:465:in
block (2 levels) in render_error' app/controllers/application_controller.rb:463:in
render_error'app/controllers/application_controller.rb:451:in
render_404' app/controllers/application_controller.rb:475:in
missing_template'The text was updated successfully, but these errors were encountered: