WebGUI
      Click here to register.
      
PBWG Banner


     Report a Bug > WebGUI Bug Tracker

Perl Apache2::Request fatal error?

User xootom
Date 4/12/2008 3:26 pm
Severity Fatal (can't continue until this is resolved)
Version WebGUI Beta 7.5.10
Views 172
Rating 0    Rate [
|
]
Karma Rank 0.000000
Previous · Next
User Message
xootom

I tried upgrading to 7.5.10 today, but I just get a blank page when I try to access the site. The upgrade applied successfully. The error logs contain lots of the following:

  • Can't locate auto/Apache2/Request/print.al in @INC (@INC contains: /data/WebGUI/lib /data/wre/prereqs/lib/perl5/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/5.8.8 /data/wre/prereqs/lib/perl5/site_perl/5.8.8/i686-linux /data/wre/prereqs/lib/perl5/site_perl/5.8.8 /data/wre/prereqs/lib/perl5/site_perl . /data/wre/prereqs) at /data/WebGUI/lib/WebGUI/Session/Output.pm line 93

I've restored 7.5.9 from backup and the site's back up and running, not sure what is causing this though, searching the web reveals nothing that seems to fit. This is with WRE 0.8.3.



Back to Top
Rate [
|
]
 
 
xootom

I compared Output.pm with 7.5.9, commenting out the new elsif code that appeared in 7.5.10 has fixed my problem, but I'm not sure yet if there are any side effects...

    if (defined $handle) {
        print $handle $content;
    }
#    elsif ($self->session->request) {
#        $self->session->request->print($content);
#    }
    else {
        print $content;
    }



Back to Top
Rate [
|
]
 
 
Graham

This is fixed for the next release.



Back to Top
Rate [
|
]