I found an old post that suggested this error might have been caused by the browser stop button being pressed prior to the page being fully loaded. This isn't the case here.
Keep up with me and what I'm up to: http://theillien.blogspot.com Mathew Snyder wrote: > I'm also seeing a lot of this: > [Tue Jan 22 15:30:31 2008] [crit]: Apache2::RequestIO::rflush: (104) > Connection > reset by peer at /usr/lib/perl5/vendor_perl/5.8.7/HTML/Mason/ApacheHandler.pm > line 1029 (/usr/local/rt3/bin/webmux.pl:127) > [Tue Jan 22 15:30:50 2008] [crit]: Apache2::RequestIO::rflush: (103) Software > caused connection abort at > /usr/lib/perl5/vendor_perl/5.8.7/HTML/Mason/ApacheHandler.pm line 1029 > (/usr/local/rt3/bin/webmux.pl:127) > > Keep up with me and what I'm up to: http://theillien.blogspot.com > > > Jesse Vincent wrote: >> >> On Tue, Jan 22, 2008 at 10:25:50AM -0500, Mathew Snyder wrote: >>> I updated DBIx::SearchBuilder but that didn't seem to fix another issue >>> which I >>> mentioned in an earlier post. That one being: >>> >>> [Tue Jan 22 15:01:13 2008] [crit]: Apache2::RequestIO::rflush: (103) >>> Software >>> caused connection abort at >>> /usr/lib/perl5/vendor_perl/5.8.7/HTML/Mason/ApacheHandler.pm line 1029 >>> (/usr/local/rt3/bin/webmux.pl:127) >>> [Tue Jan 22 15:11:27 2008] [error]: Template parsing error: Can't locate >>> object >>> method "id" via package "Ticket" (perhaps you forgot to load "Ticket"?) at >>> template line 5. >> AT a rough guess, there is code in one of your templates that looks like >> this: >> >> { Ticket->....} >> >> I bet you mean {$Ticket->....} >> > _______________________________________________ > http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users > > Community help: http://wiki.bestpractical.com > Commercial support: [EMAIL PROTECTED] > > > Discover RT's hidden secrets with RT Essentials from O'Reilly Media. > Buy a copy at http://rtbook.bestpractical.com > _______________________________________________ http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users Community help: http://wiki.bestpractical.com Commercial support: [EMAIL PROTECTED] Discover RT's hidden secrets with RT Essentials from O'Reilly Media. Buy a copy at http://rtbook.bestpractical.com
