WebGUI
      Click here to register.
      
View Cart (0)
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.


View All Tickets
Perl Apache2::Request fatal error?  (#3723)
Issue

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.

Solution Summary
Comments
xootom
0
4/14/2008 6:08 am

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;
    }

Graham
0
4/15/2008 5:37 pm

This is fixed for the next release.

Details
Ticket Status Closed  
Rating0.0 
Submitted Byxootom 
Date Submitted2008-04-12 
Assigned To unassigned  
Date Assigned2008-12-01 
Assigned By 
Severity Fatal (can't continue until this is resolved)  
What's the bug in? WebGUI Beta  
WebGUI / WRE Version 7.5.10  
URLbugs/tracker/perl-apache2request-fatal-error
Keywords
Ticket History