Redmine 0.93 install error in db:migrate step
Added by Xin Wu almost 15 years ago
Server Info: Suse 10(64bit), MySQL 5.1, Ruby1.9
Gem list:
actionmailer (2.3.5)
actionpack (2.3.5)
activerecord (2.3.5)
activeresource (2.3.5)
activesupport (2.3.5)
mysql (2.8.1)
rack (1.0.1)
rails (2.3.5)
rake (0.8.7)
rubygems-update (1.3.6)
- Invoke db:migrate (first_time)
- Invoke environment (first_time)
- Execute environment
rake aborted!
Object is not missing constant Project!
/sombody/redmine-0.9.3/vendor/rails/activesupport/lib/active_support/dependencies.rb:417:in `load_missing_constant'
BTW: I already export ARCHFLAGS="-arch i386 -arch x86_64" and RAILS_ENV=production
Can someone help? Thanks in advance.
Replies (4)
RE: Redmine 0.93 install error in db:migrate step - Added by Holger Just almost 15 years ago
Ruby 1.9 is not supported by Redmine. Please use Ruby 1.8.6 or 1.8.7 as stated in RedmineInstall.
--Holger
RE: Redmine 0.93 install error in db:migrate step - Added by Nicolas P almost 15 years ago
Hi,
where have you found rails 2.3.5 ?
thanks
RE: Redmine 0.93 install error in db:migrate step - Added by Xin Wu almost 15 years ago
Holger Just wrote:
Ruby 1.9 is not supported by Redmine. Please use Ruby 1.8.6 or 1.8.7 as stated in RedmineInstall.
--Holger
Hi all,
It seems that it is not due to Ruby 1.9. I think I've fixed it by degrade MySQL5.1 to MySQL5.0 since RoR does not support MySQL5.1 which has been released for two years! As far as I know, MySQL 6 will be released soon, so why RoR can stand with this?
RE: Redmine 0.93 install error in db:migrate step - Added by Xin Wu almost 15 years ago
Nicolas P wrote:
Hi,
where have you found rails 2.3.5 ?
thanks
Got it from: http://rubygems.org/gems/rails