Polyglot: found more than one candidate for
Added by Luis Roa almost 12 years ago
Hello.
I have a error, when I run the command "rake redmine:plugins:migrate RAILS_ENV=production."
the error is:
Polyglot: found more than one candidate for C:/BitNami/redmine-2.3.1-3/apps/redm
ine/htdocs/plugins/redmine_multipass/init.rb: C:/BitNami/redmine-2.3.1-3/apps/re
dmine/htdocs/plugins/redmine_multipass/init.rb, C:/BitNami/redmine-2.3.1-3/apps/
redmine/htdocs/plugins/redmine_multipass/init.rb.
rake aborted!
cannot load such file -- multipass
the same error when i try to install news plugins
my environment:
Environment:
Redmine version 2.3.1.stable
Ruby version 1.9.3 (i386-mingw32)
Rails version 3.2.13
Environment production
Database adapter Mysql2
Redmine plugins:
progressive_projects_list 0.4.0
redmine_charts2 0.2.1
redmine_dmsf 1.4.5p1 stable
redmine_user_specific_theme 0.0.1
Help me please.
thank you in advanced.
sorry for my english
Replies (2)
RE: Polyglot: found more than one candidate for
-
Added by Mischa The Evil almost 12 years ago
It seems you have installed the redmine_multipass plugin, which requires the multipass
gem to be installed1.
1 source: https://github.com/jozefvaclavik/redmine_multipass#requirements.
RE: Polyglot: found more than one candidate for
-
Added by Luis Roa almost 12 years ago
Hi Mischa.
Thank you for reply
These not is problem, the gem is installed. I installed with "gem install" because bundle install no work.
seems "bundle install" not found the init.rb file of the plugin, and when I run "rake redmine:plugins:migrate RAILS_ENV=production" found two file, but I can see only one file in the plugin directory.
thank you.