Project

General

Profile

Actions

Defect #8543

closed

Need to upgrade other packages

Added by Dave Abrahams almost 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
I18n
Target version:
-
Start date:
2011-06-06
Due date:
% Done:

0%

Estimated time:
Resolution:
Invalid
Affected version:

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

Related to Redmine - Defect #7191: in `store_translations': undefined method `deep_symbolize_keys' for "σ¡ÿσé¿σî╣ΘàìΦºäσêÖσ ÉĵÅÉΣ║ñ":String (NoMethodError)Closed2010-12-29

Actions
Actions #1

Updated by test test almost 13 years ago

  • Assignee set to Eric Davis
  • % Done changed from 0 to 20

test

Actions #2

Updated by Etienne Massip almost 13 years ago

  • Assignee deleted (Eric Davis)
  • % Done changed from 20 to 0
Actions #3

Updated by Etienne Massip almost 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 ?

Actions #4

Updated by Dave Abrahams almost 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.

Actions #5

Updated by Dave Abrahams almost 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.

Actions #6

Updated by Dave Abrahams almost 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.

Actions #7

Updated by Etienne Massip over 12 years ago

  • Status changed from New to Closed
  • Resolution set to Invalid

Updated the RedmineInstall page.

Actions

Also available in: Atom PDF