Project

General

Profile

Issue Importer Plugin

Added by Doug Maurer over 10 years ago

Absolute newbie here ...
Environment:
Redmine version 2.3.3.stable
Ruby version 1.9.3-p448 (2013-06-27) [i386-mingw32]
Rails version 3.2.13
Environment development
Database adapter SQLServer
Redmine plugins:
redmine_importer 1.0

gem list:
actionmailer (3.2.13)
actionpack (3.2.13)
activemodel (3.2.16, 3.2.13)
activerecord (3.2.16, 3.2.13)
activerecord-sqlserver-adapter (3.2.12)
activeresource (3.2.13)
activesupport (3.2.16, 3.2.13)
arel (3.0.3)
bigdecimal (1.1.0)
builder (3.0.4, 3.0.0)
bundle (0.0.1)
bundler (1.3.5)
capybara (2.0.3)
childprocess (0.3.9)
coderay (1.0.9)
erubis (2.7.0)
fastercsv (1.5.5)
ffi (1.9.3 x86-mingw32)
hike (1.2.3)
i18n (0.6.9, 0.6.1)
io-console (0.3)
journey (1.0.4)
jquery-rails (2.0.3)
json (1.8.1, 1.5.5)
mail (2.5.4)
metaclass (0.0.1)
mime-types (1.25.1)
minitest (2.5.1)
mocha (0.13.3)
multi_json (1.8.2)
net-ldap (0.3.1)
nokogiri (1.5.10 x86-mingw32)
polyglot (0.3.3)
rack (1.4.5)
rack-cache (1.2)
rack-openid (1.4.1)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.13)
railties (3.2.13)
rake (10.1.0, 0.9.2.2)
rdoc (3.12.2, 3.9.5)
ruby-openid (2.3.0)
rubyzip (0.9.9)
selenium-webdriver (2.35.1)
shoulda (3.3.2)
shoulda-context (1.0.2)
shoulda-matchers (1.4.1)
sprockets (2.2.2)
thor (0.18.1)
tilt (1.4.1)
tiny_tds (0.5.1 x86-mingw32)
treetop (1.4.15)
tzinfo (0.3.38)
websocket (1.0.7)
xpath (1.0.0)
yard (0.8.7.3)

I have been asked by my outside developers to setup a local Redmine install and import their issues into my setup. I have the issue importer plugin showing up in the install. I have checked the box in the project modules. When I navigate to the project now, I get "page cannot be found". I think the db:migrate did not run or something.

The only thing I know about ruby and rails is what I have been trying to find in the past 4 hours I have spent trying to get this working.

Can someone please help me get this working so I can import the issue list from my developers? Worst case, can I get redmine back to normal and I will type them in manually.

Thanks!


Replies (33)

RE: Issue Importer Plugin - Added by Doug Maurer over 10 years ago

Ok - I have it removed ... nothing showing in plugins, nothing showing in modules, etc.

RE: Issue Importer Plugin - Added by Jérôme BATAILLE over 10 years ago

You have to remove the plugin migrations too.

Can you recreate the database from scratch ?

RE: Issue Importer Plugin - Added by Doug Maurer over 10 years ago

Ok - new empty database ...

What are the steps to start over now? Leave the redmin_importer in the plugins folder or remove for the start?

RE: Issue Importer Plugin - Added by Jérôme BATAILLE over 10 years ago

You can keep it.

Launch the migrations, and then the plugins migrations.
The plugins migrations must show a new table created.

RE: Issue Importer Plugin - Added by Doug Maurer over 10 years ago

So:
rake redmine:db:migrations rails_env=devleopment to create the db and
rake redmine:plugs:migrations rails_env=development to create the importer stuff

That right?

RE: Issue Importer Plugin - Added by Jérôme BATAILLE over 10 years ago

rake redmine:db: migrate rails_env=devleopment to create the db and
rake redmine:plug in s:migrat e rails_env=development to create the importer stuff

you can check :

rake -T

RE: Issue Importer Plugin - Added by Doug Maurer over 10 years ago

I give up! Didn't work. Looks like everything got created because it shows up everywhere but same 404 error when I create a project and check the importer module.

RE: Issue Importer Plugin - Added by Darren Tao about 10 years ago

you can get your environment back by remove enabling module record from database directly.

Delete from bitnami_redmine.enabled_modules where project_id= xxx and name = 'importer'

Replase xxx with your Project ID, ask someone knowing DB base, it is easy.

(26-33/33)