Project

General

Profile

{{variable}} doesn't work

Added by Radek Simcik over 12 years ago

Hi

I accidently upgraded rubygem or something that is part of redmine (Redmine 1.0.1.stable.4084 (PostgreSQL)) and I couldn't even start it. Then I was following below steps to fix it.

  1. cd rubygems-1.3.7
  2. ruby setup.rb
  1. gem install rack -v=1.1.1
  2. gem install rails -v=2.3.14
  3. gem install mysql
  4. gem install i18n
  5. gem install rmagick
  6. gem install rdoc -v=2.4.2

$ rake generate_session_store
$ rake config/initializers/session_store.rb
$ rake db:migrate RAILS_ENV=production
$ rake db:migrate_plugins RAILS_ENV=production

$ rake tmp:cache:clear
$ rake tmp:sessions:clear

I restarted the server so redmine is up and running but variable names are not replaced with its values. All I can see is Added by {{author}} {{age}} ago. Could anybody suggest how to fix all that? The server is Ubuntu 10.04.3 LTS

  • LOCAL GEMS ***

actionmailer (2.3.14, 2.3.5)
actionpack (2.3.14, 2.3.5)
activerecord (2.3.14, 2.3.5)
activeresource (2.3.14, 2.3.5)
activesupport (2.3.14, 2.3.5)
addressable (2.2.6)
bcrypt-ruby (3.0.1)
bundler (1.0.21)
data_mapper (1.2.0)
data_objects (0.10.7)
diff-lcs (1.1.2)
dm-aggregates (1.2.0)
dm-constraints (1.2.0)
dm-core (1.2.0)
dm-migrations (1.2.0)
dm-serializer (1.2.1)
dm-timestamps (1.2.0)
dm-transactions (1.2.0)
dm-types (1.2.1)
dm-validations (1.2.0)
erubis (2.7.0)
extlib (0.9.15)
fastercsv (1.5.4)
fastthread (1.0.7)
grit (2.3.0)
haml (3.1.4)
highline (1.6.9)
i18n (0.6.0)
json (1.6.4)
json_pure (1.6.4)
mailfactory (1.4.0)
merb-action-args (1.1.3)
merb-assets (1.1.3)
merb-auth (1.1.1)
merb-auth-core (1.1.1)
merb-auth-more (1.1.1)
merb-auth-slice-password (1.1.1)
merb-cache (1.1.3)
merb-core (1.1.3)
merb-exceptions (1.1.3)
merb-gen (1.1.3)
merb-haml (1.1.3)
merb-helpers (1.1.3)
merb-mailer (1.1.3)
merb-param-protection (1.1.3)
merb-slices (1.1.3)
merb_datamapper (1.1.3)
mime-types (1.16)
multi_json (1.0.4)
mysql (2.8.1)
ParseTree (3.0.8)
postgres (0.7.9.2008.01.28)
rack (1.1.3, 1.1.1, 1.0.1)
rails (2.3.14, 2.3.5)
rake (0.8.7)
rdoc (2.4.2)
ruby2ruby (1.3.1)
ruby_parser (2.3.1)
rubygems-update (1.8.13)
RubyInline (3.11.0)
sexp_processor (3.0.9)
stringex (1.3.0)
templater (1.0.0)
uuidtools (2.1.2)
ZenTest (4.6.2)

Thank you

Radek


Replies (1)

RE: {{variable}} doesn't work - Added by Radek Simcik over 12 years ago

It was the i18n that caused the trouble. Going back to 0.4.2 resolved the issue.

R.

    (1-1/1)