-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redmine::PluginNotFound #1
Comments
Did you install the redmine_base_select2 plugin first ? The redmine_multiprojects_issue plugin now depends on redmine_base_select2 which can be found here |
Thank you! Now its installed! I didnt know about dependence on redmine_base_select2 plugin, in installation manual no word about it. But thank you again! |
You are right. I will include a few lines about this dependency in the Readme file. Please feel free to report any other issue. I'm currently using this plugin on Redmine 2.3.3 but it has not been intensively tested on Redmine 2.4 or 2.5 |
Sure! no problem! |
Please help me with your plugin.
My environment:
Redmine version 2.4.4.stable
Ruby version 1.9.3-p545 (2014-02-24) [i686-linux]
Rails version 3.2.17
Environment production
Database adapter Mysql2
Running "redmine_multiprojects_issue" i have next error:
/opt/redmine-2.4.4$ rake redmine:plugins RAILS_ENV=production
'rake aborted!
Redmine::PluginNotFound
/opt/redmine-2.4.4/lib/redmine/plugin.rb:107:in
find' /opt/redmine-2.4.4/lib/redmine/plugin.rb:229:in
requires_redmine_plugin'/opt/redmine-2.4.4/plugins/redmine_multiprojects_issue/init.rb:26:in
block in <top (required)>' /opt/redmine-2.4.4/lib/redmine/plugin.rb:73:in
instance_eval'/opt/redmine-2.4.4/lib/redmine/plugin.rb:73:in
register' /opt/redmine-2.4.4/plugins/redmine_multiprojects_issue/init.rb:19:in
<top (required)>'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/polyglot-0.3.4/lib/polyglot.rb:65:in
require' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/polyglot-0.3.4/lib/polyglot.rb:65:in
require'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in
block in require' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in
load_dependency'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in
require' /opt/redmine-2.4.4/lib/redmine/plugin.rb:133:in
block in load'/opt/redmine-2.4.4/lib/redmine/plugin.rb:124:in
each' /opt/redmine-2.4.4/lib/redmine/plugin.rb:124:in
load'/opt/redmine-2.4.4/config/initializers/30-redmine.rb:19:in
<top (required)>' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in
load'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in
block in load' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in
load_dependency'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:245:in
load' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/engine.rb:593:in
block (2 levels) in class:Engine'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/engine.rb:592:in
each' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/engine.rb:592:in
block in class:Engine'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/initializable.rb:30:in
instance_exec' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/initializable.rb:30:in
run'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/initializable.rb:55:in
block in run_initializers' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/initializable.rb:54:in
each'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/initializable.rb:54:in
run_initializers' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/application.rb:136:in
initialize!'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in
method_missing' /opt/redmine-2.4.4/config/environment.rb:14:in
<top (required)>'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/polyglot-0.3.4/lib/polyglot.rb:65:in
require' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/polyglot-0.3.4/lib/polyglot.rb:65:in
require'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in
block in require' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in
load_dependency'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in
require' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/application.rb:103:in
require_environment!'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/gems/railties-3.2.17/lib/rails/application.rb:305:in
block (2 levels) in initialize_tasks' /opt/redmine-2.4.4/lib/tasks/redmine.rake:52:in
block (2 levels) in <top (required)>'/usr/local/rvm/gems/ruby-1.9.3-p545@redmine/bin/ruby_executable_hooks:15:in
eval' /usr/local/rvm/gems/ruby-1.9.3-p545@redmine/bin/ruby_executable_hooks:15:in
Tasks: TOP => redmine:plugins:migrate => environment
(See full trace by running task with --trace)
The text was updated successfully, but these errors were encountered: