<div>All</div>
<div> </div>
<div>We recently did a new install and have been having the same Warning in the apache logs ever since.</div>
<div> </div>
<div>This is where the issue starts:</div>
<div> </div>
<div>Logs:<br>Jan  9 12:20:29 srikrsna yum[15593]: Installed: perl-Apache-DBI-1.09-1.fc14.noarch<br>Jan  9 12:21:26 srikrsna RT: Use of uninitialized value in lc at /usr/local/share/perl5/HTML/Mason/ApacheHandler.pm line 914. (/usr/local/share/perl5/HTML/Mason/ApacheHandler.pm:914)</div>

<div> </div>
<div>Line 914 below highlighted with ****</div>
<div> </div>
<div>sub _apache_request_object<br>{<br>    my $self = shift;</div>
<div>    # We need to be careful to never assign a new apache (subclass)<br>    # object to $r or we will leak memory, at least with mp1.<br>    my $new_r = APACHE2 ? $_[0] : HTML::Mason::Apache::Request->new( $_[0] );</div>

<div>    my $r_sub;</div>
<div>*** if ( lc $_[0]->dir_config('Filter') eq 'on' )<br>    {<br>        die "To use Apache::Filter with Mason you must have at least version 1.021 of Apache::Filter\n"<br>            unless Apache::Filter->VERSION >= 1.021;</div>

<div>        $r_sub = $do_filter;<br>    }<br>    else<br>    {<br>        $r_sub = $no_filter;<br>    }</div>
<div>    my $apreq_instance =<br>          APACHE2<br>        ? sub { Apache2::Request->new( $_[0] ) }<br>        : sub { $_[0] };</div>
<div>    return<br>        $r_sub->( $self->args_method eq 'mod_perl' ?<br>                  $apreq_instance->( $new_r ) :<br>                  $new_r<br>                );<br>}</div>
<div> </div>
<div> </div>
<div> </div>
<div>have seen the following post but could not see a solution:<br><a href="http://www.gossamer-threads.com/lists/rt/users/96670">http://www.gossamer-threads.com/lists/rt/users/96670</a></div>
<div> </div>
<div>Does anyone know how I might be able to resolve this</div>
<div> </div>
<div>Kind regards</div>
<div> </div>
<div><br>Naresh Maharaj,<br><br>Hewitt & May (Shirtmakers) Ltd <br>email: <a href="mailto:info@hewittandmay.com">info@hewittandmay.com</a><br>web: <a href="http://www.hewittandmay.co.uk">http://www.hewittandmay.co.uk</a><br>
</div>