0
我試圖安裝easy_gantt插件用以下命令:管理平臺:在easy_gantt插件安裝過程中的錯誤
1) $ bundle install
2) $ bundle exec rake db:migrate RAILS_ENV=production
3) $ bundle exec rake redmine:plugins:migrate RAILS_ENV=production
但是,命令2號之後,我得到這個錯誤:
rake aborted!
NoMethodError: private method `prepend' called for #<Class:0x007f56e0e4c440>
/opt/bitnami/apps/redmine/htdocs/config/environment.rb:14:in `<top (required)>'
Tasks: TOP => db:migrate => environment
(See full trace by running task with --trace)
這對我的管理平臺版本的信息(通過bitnami安裝):
Environment:
Redmine version 3.2.0.stable
Ruby version 2.0.0-p647 (2015-08-18) [x86_64-linux]
Rails version 4.2.5
Environment production
Database adapter Mysql2
SCM:
Subversion 1.8.13
Cvs 1.12.13
Git 2.6.1
Filesystem
Redmine plugins:
redmine_wktime 2.1.2
我怎樣才能解決這個親blem?我真的需要使用這個插件...
非常感謝您的支持。
問候, 薩爾瓦多拉羅卡
我得到同樣的錯誤,如果我將use_redmine命令執行後,執行命令 –