Problems with rt-2-1-67 (Can't locate object method "_OpenParen")

Hi,

I am not sure if I am supposed to even run 2-1-67, but I tried. I
converted my database using the rt2-to-rt3 conversion script. I could
not login as any user, so I put “return 1” in the beginning of
User_Overlay::IsPassword. But now I get the error below.

I would appreciate any help.

Thanks,
Simon

error: Can’t locate object method "OpenParen" via package
“RT::Tickets” at /opt/rt3/lib/RT/Tickets_Overlay_SQL.pm line 66.
context:

277: }
278:
279: # All errors returned from this routine will be in exception form.
280: local $SIG{‘DIE’} = sub {
281: rethrow_exception( $
[0] );
282: };
283:
284: #
285: # $m is a dynamically scoped global containing this

code stack: /usr/lib/perl5/site_perl/5.8.0/HTML/Mason/Request.pm:281
/opt/rt3/lib/RT/Tickets_Overlay_SQL.pm:66
/opt/rt3/lib/RT/Tickets_Overlay_SQL.pm:160
/opt/rt3/lib/RT/Tickets_Overlay_SQL.pm:285
/opt/rt3/lib/RT/Tickets_Overlay.pm:1931
/opt/rt3/lib/RT/Tickets_Overlay.pm:1719
/opt/rt3/share/html/Elements/MyTickets:36
/opt/rt3/share/html/index.html:32
/opt/rt3/share/html/autohandler:162

Simon (Vsevolod ILyushchenko) simonf@cshl.edu
http://www.simonf.com

“Large software projects are like werewolves because
they transform unexpectedly from the familiar into horrors.”
Fred Brooks

Do you have the latest DBIx::SearchBuilder? What version of perl?

Robert Spier wrote:

Do you have the latest DBIx::SearchBuilder? What version of perl?

DBIx::SearchBuilder is 0.73, which is up-to-date according to cpan. Perl
is 5.8.0.

Thanks,
Simon

Simon (Vsevolod ILyushchenko) simonf@cshl.edu
http://www.simonf.com

“Large software projects are like werewolves because
they transform unexpectedly from the familiar into horrors.”
Fred Brooks