[rt-users] Please Help...

Bruce Pea pea at andrewpea.com
Wed Mar 6 17:40:07 EST 2002


I've almost got RT running but now I keep getting a Mason error with Record.pm.
Does anyone know why this is happening??

Thanks -
Bruce

++++++++++++++++++++++++++++++++++++++++++++++++++++

Mason Error

error in file:  /opt/rt2/lib/RT/Record.pm
 
line 128: Can't call method "CaseSensitive" on an undefined value

context:  
... 
124: my %hash = (@_);
125: 
126: # If this database is case sensitive we need to uncase objects for
127: # explicit loading
128: if ($self->_Handle->CaseSensitive) {
129: my %newhash;
130: foreach my $key (keys %hash) {
131: # We don't need to explicitly downcase integers or an id.
132: if ($key =~ '^id$' || $hash{$key} =~/^\d+$/) {
... 

component stack:  
/autohandler

code stack:  
/opt/rt2/lib/RT/Record.pm:128
/usr/local/lib/perl5/site_perl/5.6.1/DBIx/SearchBuilder/Record.pm:689
/opt/rt2/lib/RT/CurrentUser.pm:185
/opt/rt2/WebRT/data/obj/autohandler:43

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20020306/8fc61049/attachment.htm>


More information about the rt-users mailing list