hdgarrood / redmine_acts_as_taggable_on

A gem which allows multiple Redmine plugins to use acts_as_taggable_on without stepping on each others' toes.
GNU General Public License v2.0
6 stars 20 forks source link

rake aborted! cannot load such file -- redmine_acts_as_taggable_on/initialize #9

Open taogone opened 10 years ago

taogone commented 10 years ago

I have met error when I tried install redmine_knowledgebase to Bitnami Redmine 2.5.1-1 like as follows.

C:\Bitnami\redmine-2.5.1-1\apps\redmine\htdocs>bundle exec rake redmine:plugins:migrate NAME=redmine_knowledgebase

Your Gemfile lists the gem yard (>= 0) more than once. You should probably keep only one of them. While it's not a problem now, it could cause errors if you change the version of just one of them later. * Invoke redmine:plugins:migrate (first_time) * Invoke environment (first_time) \ Execute environment rake aborted! cannot load such file -- redmine_acts_as_taggable_on/initialize

And following is my RubyGems Environment.

And the related installed gems are these.

C:\Bitnami\redmine-2.5.1-1>gem list acts * LOCAL GEMS * acts-as-taggable-on (3.1.1, 2.4.1) redmine_acts_as_taggable_on (1.0.0)

I will appreciate your help................................................................................................

hdgarrood commented 10 years ago

I am sorry, but I actually stopped using Redmine about a year ago, and I can't remember enough to be able to help. The Redmine forums are often helpful, though.

taogone commented 10 years ago

Thanks for your quick response !!!