Skip to content
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

Closed
afesh opened this issue Mar 24, 2014 · 4 comments
Closed

Redmine::PluginNotFound #1

afesh opened this issue Mar 24, 2014 · 4 comments

Comments

@afesh
Copy link

afesh commented Mar 24, 2014

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:inrequires_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:ininstance_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:inrequire'
/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:inload_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:inblock in load'
/opt/redmine-2.4.4/lib/redmine/plugin.rb:124:in each' /opt/redmine-2.4.4/lib/redmine/plugin.rb:124:inload'
/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:inload'
/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:inload_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:inblock (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:inblock 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:inrun'
/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:ineach'
/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:ininitialize!'
/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:inrequire'
/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:inload_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:inrequire_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:inblock (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)

@nanego
Copy link
Owner

nanego commented Mar 24, 2014

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

@afesh
Copy link
Author

afesh commented Mar 24, 2014

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!

@nanego
Copy link
Owner

nanego commented Mar 24, 2014

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

@afesh
Copy link
Author

afesh commented Mar 24, 2014

Sure! no problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants