错误在安装插件redmineup_tags时缺少帮助文件helpers / tags_helper.rb

尝试安装Redmine插件redmineup_tags时收到此错误

我安装此插件的步骤:

  • 取消存档文件夹redmine / plugins的插件
  • 转到Redmine root文件夹
  • 运行bundle install
  • 运行bundle exec rake redmine:plugins NAME=redmineup_tags RAILS_ENV=production

出现错误:

rake aborted!
AbstractController::Helpers::MissingHelperError: Missing helper file helpers/tags_helper.rb
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:151:in `rescue in block in modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:148:in `block in modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:144:in `map!'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:144:in `modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/action_controller/metal/helpers.rb:94:in `modules_for_helpers'
/usr/local/rvm/gems/ruby-2.6.3/gems/actionpack-5.2.3/lib/abstract_controller/helpers.rb:108:in `helper'
.....

请帮助我解决此问题。 非常感谢!

hzhdestiny 回答:错误在安装插件redmineup_tags时缺少帮助文件helpers / tags_helper.rb

我已经解决了。 文件夹名称错误。

本文链接:https://www.f2er.com/3140401.html

大家都在问