[rt-users] autohandler:40 error

Autrijus Tang autrijus at autrijus.org
Thu Jul 24 21:56:36 EDT 2003


On Thu, Jul 24, 2003 at 02:59:50PM -0400, Sam Smith wrote:
> I'm using mysql and modperl1, RT version 3.0.4. My Encode module is the 
> latest.

Well, since your mod_perl is apparently compiled with 5.6.1,
it can't really use the Encode module...


Can you try replacing /usr/local/lib/perl5/site_perl/5.6.1/Encode/compat/common.pm
line 115 to 119 with this:

    my $result = eval { ($from eq $to) ? $_[0] : (
	$decoder{$from, $to} ||= Text::Iconv->new( $from, $to )
    )->convert($_[0]) };
    die "_convert($from => $to) failed: $@" if $@;
    return $result;

and get back to me about what value of $from and $to is in the error message?

Thanks,
/Autrijus/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20030725/5ad4330f/attachment.sig>


More information about the rt-users mailing list