Skip to content

undefined method `translate' for I18n:Module #132

Closed
@mikehaertl

Description

@mikehaertl

I have a gollum wiki on my server. Since i also tried to install redmine, I now receive the following error when creating a new page in gollum:

undefined method `translate' for I18n:Module

In the stacktrace it shows, that the relevant call is in stringex:

/var/lib/gems/1.9.1/gems/stringex-2.0.5/lib/stringex/localization/backend/i18n.rb in i18n_translations_for
            ::I18n.translate("stringex", :locale => locale, :default => {})

I'm not a ruby expert, but from what i can tell, all requirements are met. Here's the output of gem list:

*** LOCAL GEMS ***

actionmailer (3.2.13)
actionpack (3.2.13)
activemodel (3.2.13)
activerecord (3.2.13)
activeresource (3.2.13)
activesupport (3.2.13)
arel (3.0.2)
builder (3.2.2, 3.0.0)
bundler (1.3.5)
charlock_holmes (0.6.9)
coderay (1.0.9)
diff-lcs (1.2.3)
erubis (2.7.0)
expression_parser (0.9.0)
github-markdown (0.5.3)
github-markup (0.7.5)
gollum (2.5.0, 2.4.15)
gollum-lib (1.0.4, 1.0.3)
grit (2.5.0)
hike (1.2.3)
hpricot (0.8.6)
i18n (0.6.1)
journey (1.0.4)
jquery-rails (2.0.3)
json (1.8.0)
mail (2.5.4)
mime-types (1.23, 1.22)
mini_portile (0.5.1)
multi_json (1.7.7)
mustache (0.99.4)
net-ldap (0.3.1)
nokogiri (1.6.0, 1.5.9)
polyglot (0.3.3)
posix-spawn (0.3.6)
pygments.rb (0.5.2)
rack (1.5.2, 1.4.5)
rack-cache (1.2)
rack-openid (1.3.1)
rack-protection (1.5.0)
rack-ssl (1.3.3)
rack-test (0.6.2)
rails (3.2.13)
railties (3.2.13)
rake (10.1.0)
rdoc (3.12.2)
rmagick (2.13.2)
ruby-openid (2.2.3, 2.1.8)
sanitize (2.0.6, 2.0.3)
sinatra (1.4.2)
sprockets (2.2.2)
sqlite3 (1.3.7)
stringex (2.0.5, 1.5.1)
svn2git (2.2.2)
thor (0.18.1)
tilt (1.4.1, 1.3.7)
treetop (1.4.14)
tzinfo (0.3.37)
useragent (0.6.0)
wikicloth (0.8.0)
yajl-ruby (1.1.0)
yard (0.8.6.2)

Any idea, what could have caused this issue? Everything went fine before i messed around with redmine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions