Problem to install the CMI plugin
Added by marco balatresi almost 14 years ago
Hello everybody,
i'm a new redmine's user.
I have a problem to install the CMI plugin (http://www.redmine.org/plugins/redmine_cmi)
I installed Redmine 1.1.1 following this guide http://www.redmine.org/projects/redmine/wiki/HowTo_Install_Redmine_in_a_sub-URI_on_Windows_with_Apache
My ruby and gem versions is:
C:\webserver\Redmine>gem -v 1.5.0 C:\webserver\Redmine>ruby -v ruby 1.8.7 (2010-08-16 patchlevel 302) [i386-mingw32] C:\webserver\Redmine>gem list *** LOCAL GEMS *** actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) cgi_multipart_eof_fix (2.5.0) gem_plugin (0.2.3) i18n (0.4.2) mongrel (1.1.5 x86-mingw32) mongrel_service (0.3.4 i386-mswin32) mysql (2.8.1 x86-mingw32) rack (1.0.1) rails (2.3.5) rake (0.8.7) rubygems-update (1.5.0) win32-service (0.5.2 mswin32)
When I run this statement I have the following error
C:\webserver\Redmine>rake db:migrate:plugins RAILS_ENV=production (in C:/webserver/Redmine) rake aborted! undefined local variable or method `version_requirements' for #<Rails::GemDepend ency:0x32b7628> (See full trace by running task with --trace)
Someone can help me?
Thank you
Replies (5)
RE: Problem to install the CMI plugin - Added by marco balatresi almost 14 years ago
Thank you very much
RE: Problem to install the CMI plugin - Added by marco balatresi almost 14 years ago
Hello,
i have a new problem on this installation:
C:\webserver\Redmine>rake cmi:load_user_role_history (in C:/webserver/Redmine) rake aborted! Mysql::Error: Incorrect datetime value: '' for column 'finished_on' at row 1: IN SERT INTO `history_user_profiles` (`created_on`, `profile`, `finished_on`, `id`, `user_id`) VALUES ('2000-01-01', 'JP', '', 1, 1)
Need i to change some files?
Thanks a lot
RE: Problem to install the CMI plugin - Added by Etienne Massip almost 14 years ago
You should contact plugin author, there are some links and a mail address to contact him on the plugin page.