I followed instructions and do this:
bundle exec rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production
//successand afterwards (when I starting redmine) I get an error:
Exiting ../lib/active_support/dependencies.rb:274:in `require':
No such file to load -- #{RAILS_ROOT}/plugins/plugins/{name_of_plugin}/init (LoadError)
Also I tried to do:
bundle exec rake -T
and disabled tasks associated with plugin,
but it is all don't work. Help, please t__t
The problem was due to another plugin related to this. Solved by removing related plugins.