Anyone have any further thoughts on this?

Thanks.

-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Alex Young
Sent: 17 July 2012 11:06
To: [email protected]
Subject: Re: [rt-users] RT Squish/JS.pm error in RT 4.0.5

/opt/rt4/etc/apache2-modperl2.conf



               AddDefaultCharset UTF-8

               <Location /rt>
                   Order allow,deny
                   Allow from all

                   SetHandler modperl
                   PerlResponseHandler Plack::Handler::Apache2
                   PerlSetVar psgi_app /opt/rt4/sbin/rt-server
               </Location>
               <Perl>
                   use Plack::Handler::Apache2;
                   Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
               </Perl>



-----Original Message-----
From: [email protected] 
[mailto:[email protected]] On Behalf Of Thomas Sibley
Sent: 16 July 2012 20:02
To: [email protected]
Subject: Re: [rt-users] RT Squish/JS.pm error in RT 4.0.5

On 07/16/2012 09:30 AM, Alex Young wrote:
> Users keep receiving an error randomly while using RT 4.0.5:
> 
> Bad file descriptor saving STDOUT at
> /opt/rt4/sbin/../lib/RT/Squish/JS.pm line 113
> 
> Anyone else seeing this error or know how to fix it?

Can you send us your apache config for RT?

Reply via email to