jongha / redmine_vote

This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely.
http://www.redmine.org/plugins/redmine_vote_plugin
MIT License
32 stars 6 forks source link

Application not accessible after plugin installation #8

Open u2rajk opened 9 years ago

u2rajk commented 9 years ago

I've installed the plugin, the rake was successful. Migrating redmine_vote (Redmine Vote plugin)...

But when I open the application, it shows "Internal Error" page, when I go into production log, I could find below lines,

ActionView::Template::Error (Missing partial vote/view_layouts_base_content with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :rsb]}. Searched in: "C:/Bitnami/redmine-2.6.1-1/apps/redmine/htdocs/app/views" ): 56: <%= view_layouts_base_sidebar_hook_response %> 57:

58: 59:
60: <%= render_flash_messages %> 61: <%= yield %> 62: <%= call_hook :view_layouts_base_content %> 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:59:in_app_views_layouts_base_html_erb___608791416_34156752' app/controllers/application_controller.rb:466:in block (2 levels) in render_error' app/controllers/application_controller.rb:464:inrender_error' app/controllers/application_controller.rb:452:in render_404' app/controllers/application_controller.rb:476:inmissing_template'

can you please help me in resolving this? This is very important for me to make it work.

Thanks a lot in advance

Regards, Raj Kumar

ekosystem commented 8 years ago

Try changing directory name in "plugins" to "redmine_vote".