RT 3.0.6 with perl 5.8.2

Hi there,

i’ve a problem since i’ve upgraded my apache+mod_perl+perl:
rt ran about 2 month without major problems (expect the unicode things) with
apache 1.3.20 + perl 5.6.1;
so, to get rid of all this unicode problems i decided to upgrade perl +
apache + mod_perl (now: 5.8.2, 1.3.29, 1.29).
after getting it to work and installing millions of perl modules, i’ve the
following problem now:

while accessing Search/Lising.html the second time, i get:

error: Can’t call method “quote” on an undefined value at
/usr/local/lib/perl5/site_perl/5.8.2/DBIx/SearchBuilder.pm line 645.

code stack:
/usr/local/lib/perl5/site_perl/5.8.2/DBIx/SearchBuilder.pm:644
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/SearchBuilder.pm:132
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay_SQL.pm:382
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay.pm:2007
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay.pm:1722
g /httpd/vhosts/ticket.confessmedia.com/share/html/Search/Listing.html:104
g /httpd/vhosts/ticket.confessmedia.com/share/html/autohandler:182

the first request to tickets, or Lisitings is ok, but every following will
bring up the above error, afterwards only the configuration things + start
page will work, everything else is broken.

i’ve already tried to delete the mason cache, and a few other things, but
nothing changed.

maybe someone here has an useful idea, i don’t know further :confused:

Thanks,
Roland

It’s a known issue with DBIx::SearchBuilder 0.93. Back down to 0.92
until we get it figured out and you should be ok.On Sun, Nov 16, 2003 at 12:23:36AM +0100, rherget@xebec.de wrote:

Hi there,

i’ve a problem since i’ve upgraded my apache+mod_perl+perl:
rt ran about 2 month without major problems (expect the unicode things) with
apache 1.3.20 + perl 5.6.1;
so, to get rid of all this unicode problems i decided to upgrade perl +
apache + mod_perl (now: 5.8.2, 1.3.29, 1.29).
after getting it to work and installing millions of perl modules, i’ve the
following problem now:

while accessing Search/Lising.html the second time, i get:

error: Can’t call method “quote” on an undefined value at
/usr/local/lib/perl5/site_perl/5.8.2/DBIx/SearchBuilder.pm line 645.

code stack:
/usr/local/lib/perl5/site_perl/5.8.2/DBIx/SearchBuilder.pm:644
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/SearchBuilder.pm:132
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay_SQL.pm:382
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay.pm:2007
g /httpd/vhosts/ticket.confessmedia.com/lib/RT/Tickets_Overlay.pm:1722
g /httpd/vhosts/ticket.confessmedia.com/share/html/Search/Listing.html:104
g /httpd/vhosts/ticket.confessmedia.com/share/html/autohandler:182

the first request to tickets, or Lisitings is ok, but every following will
bring up the above error, afterwards only the configuration things + start
page will work, everything else is broken.

i’ve already tried to delete the mason cache, and a few other things, but
nothing changed.

maybe someone here has an useful idea, i don’t know further :confused:

Thanks,
Roland


rt-users mailing list
rt-users@lists.fsck.com
http://lists.fsck.com/mailman/listinfo/rt-users

Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm

Request Tracker... So much more than a help desk — Best Practical Solutions – Trouble Ticketing. Free.

Hi Jesse,

works fine, thanks for the quick help :slight_smile:

Greetings,

RolandOn Sunday 16 November 2003 00:26, you wrote:

It’s a known issue with DBIx::SearchBuilder 0.93. Back down to 0.92
until we get it figured out and you should be ok.