upgradeya / redmine-contracts-with-time-tracking-plugin

A Redmine plugin that allows you to manage contracts and associate time-entries with those contracts.
35 stars 22 forks source link

Not compatible with redmine 2.5.1.stable #45

Open ramirou opened 8 years ago

ramirou commented 8 years ago

Hey,

I'm trying to install the plugin on a redmine 2.5.1 box, but it gives this error (on command : rake redmine:plugins:migrate RAILS_ENV=production) : Redmine::PluginRequirementError: contracts plugin requires a Redmine version between 3.0 and 3.2 but current is 2.5.1.stable

Tried to change init.rb to accept version from 2.5, but got the error : Gem::LoadError: Unable to activate railties-3.2.19, because rdoc-4.0.0 conflicts with rdoc (~> 3.4)

Any idea ?

Thank you for the great work!

ramirou commented 8 years ago

Ok, I saw the installation notes on the redmine's plugin page and downloaded https://github.com/upgradeya/redmine-contracts-with-time-tracking-plugin/archive/v1.3.1.zip but I stil get this error message : Gem::LoadError: Unable to activate railties-3.2.19, because rdoc-4.0.0 conflicts with rdoc (~> 3.4)

Ivan

wesley-jones commented 8 years ago

Hey Ivan, I'm glad you were able to find v1.3.1 for your Redmine 2.5 installation. The second error you posted about "Unable to activate railties" doesn't seem to be related to the contracts plugin. If you remove this plugin from your installation, and try running Redmine, do you get the same error?