I18N Error

Hello List!

I installed RT successfully and we’re quite happy with it. We want to
use RT in German and thus send the right browser headers or changing
the language in user preferences. It works nice, but sometimes there
ist the following or similar error:

error: Can’t locate object method “new” via package "RT::I18N::de"
at /usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm line 319.

context:

315: {
316: next unless length $module_name; # sanity
317: next if $seen{$module_name}++ # Already been here, and it was
no-go
318: || !&_try_use($module_name); # Try to use() it, but can’t it.
319: return($module_name->new); # Make it!
320: }
321:
322: return undef; # Fail!
323: }

code stack:
/usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm:319
g /usr/local/rt3/lib/RT/CurrentUser.pm:334
g /usr/local/rt3/lib/RT/CurrentUser.pm:347
g /usr/local/rt3/lib/RT/Interface/Web.pm:213
g /usr/local/rt3/share/html/index.html:24
g /usr/local/rt3/share/html/autohandler:189
g

rt-test-dependencies says everythings fine.

Could anybody tell me how to correct this or give any hint? (using
google i couldn’t find anything about this)

Thanx for the reply,
Daniel

PGP.sig (186 Bytes)

I changed some options in httpd.conf and enabled mod_expires:

Force Reload without caching

ExpiresActive on
ExpiresDefault A0

Since then the problem didn’t reappear.On 07.12.2003, at 13:06, Daniel Kleine-Albers wrote:

Hello List!

I installed RT successfully and we’re quite happy with it. We want to
use RT in German and thus send the right browser headers or changing
the language in user preferences. It works nice, but sometimes there
ist the following or similar error:

error: Can’t locate object method “new” via package “RT::I18N::de”
at /usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm line 319.

context:

315: {
316: next unless length $module_name; # sanity
317: next if $seen{$module_name}++ # Already been here, and it was
no-go
318: || !&_try_use($module_name); # Try to use() it, but can’t it.
319: return($module_name->new); # Make it!
320: }
321:
322: return undef; # Fail!
323: }

code stack:
/usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm:319
g /usr/local/rt3/lib/RT/CurrentUser.pm:334
g /usr/local/rt3/lib/RT/CurrentUser.pm:347
g /usr/local/rt3/lib/RT/Interface/Web.pm:213
g /usr/local/rt3/share/html/index.html:24
g /usr/local/rt3/share/html/autohandler:189
g

rt-test-dependencies says everythings fine.

Could anybody tell me how to correct this or give any hint? (using
google i couldn’t find anything about this)

Thanx for the reply,
Daniel

PGP.sig (186 Bytes)

Hallo List,

seemed to work for a while but now it’s happening again. For
convenience the i18N error message is below.
Any hint would be appreciated.

Thanx,
DanielOn 08.12.2003, at 12:12, Daniel Kleine-Albers wrote:

I changed some options in httpd.conf and enabled mod_expires:

Force Reload without caching

ExpiresActive on
ExpiresDefault A0

Since then the problem didn’t reappear.

On 07.12.2003, at 13:06, Daniel Kleine-Albers wrote:

Hello List!

I installed RT successfully and we’re quite happy with it. We want to
use RT in German and thus send the right browser headers or changing
the language in user preferences. It works nice, but sometimes there
ist the following or similar error:

error: Can’t locate object method “new” via package “RT::I18N::de”
at /usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm line 319.

context:

315: {
316: next unless length $module_name; # sanity
317: next if $seen{$module_name}++ # Already been here, and it was
no-go
318: || !&_try_use($module_name); # Try to use() it, but can’t it.
319: return($module_name->new); # Make it!
320: }
321:
322: return undef; # Fail!
323: }

code stack:
/usr/local/lib/perl5/site_perl/5.8.2/Locale/Maketext.pm:319
g /usr/local/rt3/lib/RT/CurrentUser.pm:334
g /usr/local/rt3/lib/RT/CurrentUser.pm:347
g /usr/local/rt3/lib/RT/Interface/Web.pm:213
g /usr/local/rt3/share/html/index.html:24
g /usr/local/rt3/share/html/autohandler:189
g

rt-test-dependencies says everythings fine.

Could anybody tell me how to correct this or give any hint? (using
google i couldn’t find anything about this)

Thanx for the reply,
Daniel

PGP.sig (186 Bytes)