Defect #8543
closedNeed to upgrade other packages
0%
Description
Upgrade instructions tell me to check requirements in step 1. The link sends me to a page that says "Official releases include the appropriate Rails version in their vendor directory. So no particular action is needed." I am upgrading to an official release, so I don't take any particular action. However:
root@bite:/srv/redmine.new# rake db:migrate RAILS_ENV=production (in /srv/redmine.new) rake aborted! RubyGem version error: rack(1.0.1 not ~> 1.1.0) (See full trace by running task with --trace) root@bite:/srv/redmine.new# gem install -v=1.1.0 rack Successfully installed rack-1.1.0 1 gem installed Installing ri documentation for rack-1.1.0... Installing RDoc documentation for rack-1.1.0... root@bite:/srv/redmine.new# rake db:migrate RAILS_ENV=production (in /srv/redmine.new) rake aborted! undefined method `deep_symbolize_keys' for "存储匹配规则后提\344\272\244":String (See full trace by running task with --trace) root@bite:/srv/redmine.new# rake db:migrate:upgrade_plugin_migrations RAILS_ENV=production (in /srv/redmine.new) rake aborted! undefined method `deep_symbolize_keys' for "存储匹配规则后提\344\272\244":String (See full trace by running task with --trace)
Related issues
Updated by Etienne Massip over 13 years ago
- Assignee deleted (
Eric Davis) - % Done changed from 20 to 0
Updated by Etienne Massip over 13 years ago
- Category set to I18n
Looks like a translation issue, give a quick look at #7191, maybe is there some change you can make to locale file to fix it ?
Updated by Dave Abrahams over 13 years ago
Etienne Massip wrote:
Looks like a translation issue, give a quick look at #7191, maybe is there some change you can make to locale file to fix it ?
I haven't the foggiest idea how to begin doing what you suggest.
Updated by Dave Abrahams over 13 years ago
Dave Abrahams wrote:
Etienne Massip wrote:
Looks like a translation issue, give a quick look at #7191, maybe is there some change you can make to locale file to fix it ?
I haven't the foggiest idea how to begin doing what you suggest.
Oops, sorry about that. I missed the reference to #7191. I think I may have already tried (and succeeded) at that. I did eventually get the upgrade finished.
Updated by Dave Abrahams over 13 years ago
But, to be clear, this is still an issue because it still complained that I had to upgrade rack after the instructions said I wouldn't have to worry about it.
Updated by Etienne Massip about 13 years ago
- Status changed from New to Closed
- Resolution set to Invalid
Updated the RedmineInstall page.