Project

General

Profile

Problem with installing plugins

Added by Wiktor 00 over 13 years ago

Hi!
I installed redmine few days ago. And now I want to configure it to my needs. I read whole list of plugins and I chose these:
git://github.com/nbolton/redmine_support.git
git://github.com/jkassemi/single-project-forward.git
git://github.com/dvandersluis/redmine_resources.git
git://github.com/zouchaoqun/ezsidebar.git
git://github.com/pullmonkey/open_flash_chart.git

git://github.com/hron/redmine_subtasks.git
git://github.com/sroegner/codebook.git
git://github.com/jbbarth/redmine_drafts.git
git://github.com/mszczytowski/redmine_charts.git
git://github.com/zouchaoqun/ezfaq.git
git://github.com/edavis10/question_plugin.git
git://github.com/edavis10/redmine-stuff-to-do-plugin.git
git://github.com/dalyons/redmine-todos-scrum-plugin.git
git://github.com/bigokro/redmine_arch_decisions.git

I can install first part (to empty line) and I can't install second (under empty line). I get similar errors "duplicate table", I give content of log file when migrating one of the second part
I want to install all of to chose the best for me. But I have a problem while migrating

@rake db:migrate_plugins RAILS_ENV=production
(in /var/www/redmine)
Migrating engines...
Migrating acts_as_activity_provider...
Migrating acts_as_attachable...
Migrating acts_as_customizable...
Migrating acts_as_event...
Migrating acts_as_list...
Migrating acts_as_searchable...
Migrating acts_as_tree...
Migrating acts_as_versioned...
Migrating acts_as_watchable...
Migrating awesome_nested_set...
Migrating classic_pagination...
Migrating coderay-0.9.2...
Migrating gravatar...
Migrating open_id_authentication...
Migrating prepend_engine_views...
Migrating redmine_subtasks...
AddIssuesParentIdLftAndRgt: migrating ===================================
-- add_column(:issues, :parent_id, :integer, {:default=>nil})

rake aborted!
An error has occurred, all later migrations canceled:

Mysql::Error: Duplicate column name 'parent_id': ALTER TABLE `issues` ADD `parent_id` int(11) DEFAULT NULL

(See full trace by running task with --trace)@

I have the same problem with other plugins in second part of my list, but in every there are different columns and Alter Tables. I've redmine-1.0.1 and I restore database from backup after every failed migration.
I don't have any idea what to do :(


Replies (4)

RE: Problem with installing plugins - Added by Felix Schäfer over 13 years ago

Redmine 1.0 has subtasks built-in and doesn't need nor is compatible with the redmine-subtasks plugin.

RE: Problem with installing plugins - Added by Wiktor 00 over 13 years ago

Ok, but my problem still is unsolved :(
This is problem with this plugins:
git://github.com/sroegner/codebook.git
git://github.com/jbbarth/redmine_drafts.git
git://github.com/mszczytowski/redmine_charts.git
git://github.com/zouchaoqun/ezfaq.git
git://github.com/edavis10/question_plugin.git
git://github.com/edavis10/redmine-stuff-to-do-plugin.git
git://github.com/dalyons/redmine-todos-scrum-plugin.git
git://github.com/bigokro/redmine_arch_decisions.git

After migrating, I got similar errors containing Mysql::Error: Duplicate column [...]
What is the solution of this problem?

Thank's in advance for your help :)

RE: Problem with installing plugins - Added by Jonh Doe over 13 years ago

I have the same problem. I use 1.0.1 (new install). I want to install redmine_drafts, stuff to do, charts and codebook.

Please help me!!!

RE: Problem with installing plugins - Added by Wiktor 00 over 13 years ago

Problem is solved, there are errors, but it install and even interupted migration don't make plugins not working :)
Solution is install all plugins and then migrate but ignore errors and then restart Redmine. After that evertyhing works fine :)

Thread is solved and it can be closed.

    (1-4/4)