<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [rt-users] Upgrade from RT 3.8.4 to 3.8.6 Required Newer Mod_Perl 1.x under Apache 1.3.41</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>

<P><FONT SIZE=2>$VERSION = 1.69;<BR>
<BR>
line 563 is "@val = $c->dir_config->get($p)" as part of this sub....<BR>
<BR>
sub _get_val<BR>
{<BR>
    my ($self, $p, $config, $r) = @_;<BR>
<BR>
    my @val;<BR>
    if (wantarray || !$config)<BR>
    {<BR>
        if ($config)<BR>
        {<BR>
            @val = $config->get($p);<BR>
        }<BR>
        else<BR>
        {<BR>
            my $c = $r ? $r : _get_apache_server;<BR>
            @val = $c->dir_config->get($p);<BR>
        }<BR>
    }<BR>
    else<BR>
    {<BR>
        @val = exists $config->{$p} ? $config->{$p} : ();<BR>
    }<BR>
<BR>
    param_error "Only a single value is allowed for configuration parameter '$p'\n"<BR>
        if @val > 1 && ! wantarray;<BR>
<BR>
    return wantarray ? @val : $val[0];<BR>
}<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Jesse Vincent [<A HREF="mailto:jesse@bestpractical.com">mailto:jesse@bestpractical.com</A>]<BR>
Sent: Fri 11/6/2009 10:38 AM<BR>
To: Foggi, Nicola<BR>
Cc: Jesse Vincent; rt-users@lists.bestpractical.com<BR>
Subject: Re: [rt-users] Upgrade from RT 3.8.4 to 3.8.6 Required Newer Mod_Perl 1.x under Apache 1.3.41<BR>
<BR>
<BR>
 ><BR>
> > Just in case anyone else runs into this, not sure if it was supposed to be this way or not, but after upgrading to RT 3.8.6 from 3.8.4 we were getting an:<BR>
> ><BR>
> > [error] Can't call method "get" on an undefined value at <perl-home-dir>/5.8.6/HTML/Mason/ApacheHandler.pm line 563.\nCompilation failed in require at <rt-home-dir>/bin/../lib/RT/Interface/Web/Handler.pm line 140.\n<BR>
><BR>
<BR>
<BR>
Since I don't know what mason that is, what does that chunk of<BR>
ApacheHandler.pm look like? (Trying to find out what's on line 563 and<BR>
around it)<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>