[rt-devel] possible bug in Ticket_Overlay.pm?

Martijn Feleus feleus at math.leidenuniv.nl
Wed Mar 12 05:59:56 EST 2003


Hi,

a while back I noticed some strange behaviour while trying to get RT3 beta2 to
work on our system. Because what I now know to have been a corrupted db I
couldn't create new tickets, which triggered the
unless ($create_groups_ret) 

clause in Ticket_Overlay.pm. This contains, by default, a statement
$self->Rollback();

which resulted in an error showing up on my display (sorry,
can't reproduce it). It said, in essence, that it couldn't execute 
$self->Rollback();

I searched for Rollback in the RT3 source and found only this one instance of
$self->Rollback();
all the other calls to Rollback in the source are in the form
$RT::Handle->Rollback();

When I changed the $self to $RT::Handle I got no more error messages.

Could this be a typo or is this indeed intentional?

regards,
Martijn Feleus
-- 
------------------------------------------------------------------------
 \|/ ______ \|/   Martijn Feleus     - mailto:feleus at math.leidenuniv.nl
 "*'/ , .  \'*"   Institute of Mathematics, Leiden University
 /_|        |_\   Phone: 31-71-5277114 or 0610528226
   | \____/ |
    \____U_/      Overflow error in /dev/null...
------------------------------------------------------------------------



More information about the Rt-devel mailing list