[rt-users] RT::Attribute unimplemented
Jean-Eric Cuendet
jec at rptec.ch
Tue Jan 4 09:58:34 EST 2005
Hi,
I have an error while building the Query : "Content like 'DreamWeaver'"
RT crash with an Unimplemented RT::Attribute::Name method:
457: else {
458: my ($package, $filename, $line);
459: ($package, $filename, $line) = caller;
460:
461: die "$AUTOLOAD Unimplemented in $package. ($filename line $line) \n";
462: }
463:
464: }
465:
...
code stack:
/usr/lib/perl5/site_perl/5.8.3/DBIx/SearchBuilder/Record.pm:461
/opt/rt-3.2.2-iris.ch/lib/RT/Attributes_Overlay.pm:99
/opt/rt-3.2.2-iris.ch/lib/RT/Attributes_Overlay.pm:91
/opt/rt-3.2.2-iris.ch/lib/RT/Attributes_Overlay.pm:106
/opt/rt-3.2.2-iris.ch/lib/RT/Attributes_Overlay.pm:137
/opt/rt-3.2.2-iris.ch/share/html/Search/Elements/SelectSearchesForObjects:58
/opt/rt-3.2.2-iris.ch/share/html/Search/Elements/EditSearches:70
/opt/rt-3.2.2-iris.ch/share/html/Search/Build.html:88
/opt/rt-3.2.2-iris.ch/share/html/autohandler:221
raw error
If I make a change like suggested by Jesse: changing $attr->Name by
$attr->__Value('Name') I have another similar error:
RT::Attribute::Description Unimplemented in HTML::Mason::Commands.
(/opt/rt-3.2.2-iris.ch/share/html/Search/Elements/SelectSearchesForObjects
line 60)
context:
...
457: else {
458: my ($package, $filename, $line);
459: ($package, $filename, $line) = caller;
460:
461: die "$AUTOLOAD Unimplemented in $package. ($filename line $line) \n";
462: }
463:
464: }
465:
...
code stack:
/usr/lib/perl5/site_perl/5.8.3/DBIx/SearchBuilder/Record.pm:461
/opt/rt-3.2.2-iris.ch/share/html/Search/Elements/SelectSearchesForObjects:60
/opt/rt-3.2.2-iris.ch/share/html/Search/Elements/EditSearches:70
/opt/rt-3.2.2-iris.ch/share/html/Search/Build.html:88
/opt/rt-3.2.2-iris.ch/share/html/autohandler:221
raw error
Can anyone help me?
Thanks in advance.
-jec
--
Jean-Eric Cuendet
Riskpro Technologies SA
Av du 14 avril 1b, 1020 Renens Switzerland
Principal: +41 21 637 0110 Fax: +41 21 637 01 11
Direct: +41 21 637 0123
E-mail: jean-eric.cuendet at rptec.ch
http://www.rptec.ch
--------------------------------------------------------
More information about the rt-users
mailing list