Hi,

Sounds like the plugin isn't being initialised. So you're sure it's in
vendor/plugins/gloc/* ?
Maybe you should modify gloc's init.rb and just add a line to output
loaded or something so that you know if it's being called or not. Ur
host might've set things up differently somehow (?). If it's not being
called you could just manually add it to the load path and require it.

Golly


On 30/11/06, Maarten Porters <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I use Gloc plugin to create some localisation and it works great on my
> local webbrick server. Unfortunately It doesn't work anymore when I
> upload the gloc dir to vendor/plugins on my host. I always get this
> error:
>
> "uninitialized constant GLoc"
>
> The error occures when environment.rb is executing this:
>
>     GLoc.set_config :default_language => :nl
>     GLoc.clear_strings_except :fr, :nl
>     GLoc.set_kcode
>     GLoc.load_localized_strings
>
> Did I miss something? I'm getting really frustrated because my whole app
> uses Gloc
>
> greetings,
>
> Temmesta
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Railsi18n-discussion mailing list
> Railsi18n-discussion@rubyforge.org
> http://rubyforge.org/mailman/listinfo/railsi18n-discussion
>
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to