Odd Error Message rt 3.0.9

I’m seeing an odd error message when logging in to 3-0-9.

error: RT::CurrentUser::Authenticate Unimplemented in HTML::Mason::Commands. (/usr/local/rt3/share/html/autohandler line 184)
context:

453: else {
454: my ($package, $filename, $line);
455: ($package, $filename, $line) = caller;
456:
457: die “$AUTOLOAD Unimplemented in $package. ($filename line $line) \n”;
458: }
459:
460: }
461:

code stack: /usr/local/lib/perl5/site_perl/5.8.3/DBIx/SearchBuilder/Record.pm:457
/usr/local/rt3/share/html/autohandler:184
raw error

If I Shift+reload so that it re posts the data, it logs in correctly.

Anyone point me in the right direction to find the bug?

Thanks

Rik

I’m seeing an odd error message when logging in to 3-0-9.

error: RT::CurrentUser::Authenticate Unimplemented in
HTML::Mason::Commands. (/usr/local/rt3/share/html/autohandler line
184)
context:

So. I’m betting that you’re not running RT 3.0.9, but rather some other
branch of the RT codebase. Because autohandler doesn’t call
“Authenticate” ever.

PGP.sig (186 Bytes)

Managed to solve this one by deleting the autohandler and copying it again from the install source.

No idea why it was picking this up.