Variables display issue from locale files
Added by Lamine Diaby about 14 years ago
Hello,
First , the required informations :
About your application's environment Ruby version 1.8.7 (x86_64-linux) RubyGems version 1.3.7 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Edge Rails revision unknown Application root /home/redmine/www Environment production Database adapter mysql Database schema version 20100819172912 OS : Debian 5.0.7
I have been using redmine for over 1 week.
I tried to follow accurately the installation guide (http://www.redmine.org/wiki/redmine/RedmineInstall) and this "How-to" Guide (http://www.redmine.org/wiki/redmine/HowTo_Install_Redmine_on_Debian_with_Ruby-on-Rails_and_Apache2-Passenger).
Redmine worked perfectly to this point.
There is only one little problem but i can't figure how to solve this.
I'm having the raw variables displayed instead of the text.
(See for example the attached picture)
Any ideas on how i can solve this ?
Any help would be appreciated !
Thanks by advance.
Replies (2)
RE: Variables display issue from locale files - Added by Mischa The Evil about 14 years ago
See #7013 and its duplicates.
RE: Variables display issue from locale files - Added by Lamine Diaby about 14 years ago
My bad, i didn't find this one.
Thanks a lot !
I did the following and it wroked perfectly :
gem uninstall -v=0.5.0 i18n gem install -v=0.4.2 i18n /etc/init.d/apache2 restart