Open archonwang opened 7 years ago
I'm also getting the duplicate key warning on issue_checklist using Redmine 3.2.1 from the prepackaged redmine on Ubuntu 16.04. Things seems to work correctly though.
:/usr/share/redmine$ sudo REDMINE_INSTANCE=default RAILS_ENV=production bundle exec rake db:migrate
/usr/share/redmine/plugins/redmine_issue_checklist/init.rb:24: warning: key :issue_checklist is duplicated and overwritten on line 24
I guess your real problem must be the missing redcloth3, which is the Textile parser (https://github.com/jgarber/redcloth).
It seems to be bundled with Redmine, on my system it is in
:/usr/share/redmine$ find . -name "redcloth3*"
./lib/redcloth3.rb
And required from:
:/usr/share/redmine$ grep -r redcloth3
lib/redmine/wiki_formatting/textile/formatter.rb:require 'redcloth3'
On 3.4.0 it seems to have been relocated to lib/redmine/wiki_formatting/textile/redcloth3.rb, maybe you have a reference to the old location hanging around somewhere?
We used this plugin with Redmine 3.4 for quite some. So I guess this issue can be closed with Redmine 4.0 being stable for quite some time now.
rake db with error, please check it.