Project

General

Profile

Can't create new or view existing issues detail after install checklist plugins

Added by Periyanto MI over 5 years ago

hi i've just installed checklist plugin on my redmine, but now i can't create new issues or view the existing issues detail. here the error message on my production log

Started GET "/issues/579" for 103.83.94.10 at 2018-11-15 09:42:38 +0700
Processing by IssuesController#show as HTML
Parameters: {"id"=>"579"}
Current user: periyanto (id=12)
Rendering issues/show.html.erb within layouts/base
Rendered issues/_action_menu.html.erb (5.1ms)
Rendered attachments/_links.html.erb (6.3ms)
Rendered plugins/redmine_checklists/app/views/issues/_checklist.html.erb (1.7ms)
Rendered issues/show.html.erb within layouts/base (46.8ms)
Completed 500 Internal Server Error in 136ms (ActiveRecord: 29.0ms)

ActionView::Template::Error (uninitialized constant Issue::Checklist):
1: <% if ? && @issue.checklists.any? && User.current.allowed_to?(:view_checklists, Herve Harster) %>
2: <hr />
3: <div id="checklist">
4:

Need the advice to solve this problem....Thanks


Replies (3)

RE: Can't create new or view existing issues detail after install checklist plugins - Added by Akiko Takano over 5 years ago

Did you run migration task to setup additional plugin?
Please re-confirm README or installation guide.

RE: Can't create new or view existing issues detail after install checklist plugins - Added by Periyanto MI over 5 years ago

yes....i already follow the instruction from the plugin

RE: Can't create new or view existing issues detail after install checklist plugins - Added by Akiko Takano over 5 years ago

Periyanto, thanks for your confirmation.
I personally think more information of your environment, Redmine version, plugins list and so on would be useful to ask for help.

These informations are greatly helpful to support quickly, like creating issues.
You can get these informations from Redmine's information page.
(E.g. http://example.com/admin/info)

  • Redmine version
  • Installed plugins
  • Ruby version
  • OS Platform
  • Database (MariaDB, MySQL, PostgreSQL) and its version
  • Rails Env
    (1-3/3)