[rt-users] RT::Attribute::Name Unimplemented (RT 3.4.4)

Raed El - Hames r at elhames.co.uk
Mon Oct 10 18:54:27 EDT 2005


Jesse;
>
>
>
> On Sun, Oct 09, 2005 at 11:17:00PM +0100, Raed El - Hames wrote:
> > Sorry about earlier posting not sure what happened there:
> >
> > The below error from un-customised rt with populated database:
> >       error:  RT::Attribute::Name Unimplemented in RT::Attributes.
> > (/opt/rt3/lib/RT/Attributes_Overlay.pm line 81)
>
> Just before that line (        push @{$self->{'attr'}->{$attr->Name}},
$attr; ),
>
> insert the following debugging lines:
>
> $RT::Logger->crit("Loading an attribute - ".ref($attr) .' - '.
$attr->_Value('Name'));
> $RT::Logger->crit("It can name" ) if $attr->can('Name');
>
> Then see what you get in the logs just before this error.

few lines
[Mon Oct 10 22:20:05 2005] [debug]: RT::CustomField -> QueueObj deprecated
(/opt/rt3/lib/RT/CustomField_Overlay.pm:753)
[Mon Oct 10 22:20:05 2005] [warning]: Use of uninitialized value in
concatenation (.) or string at
/opt/rt3/share/html/Search/Elements/BuildFormatString line 128.
(/opt/rt3/lib/RT.pm:287)
Then this beauty
[Mon Oct 10 22:30:06 2005] [warning]: Argument "\x{36}\x{3e}..." isn't
numeric in array element at
/opt/rt3/share/html/Search/Elements/BuildFormatString line 153.
(/opt/rt3/lib/RT.pm:287)

followed by few lines of
[Mon Oct 10 22:16:02 2005] [warning]: Use of uninitialized value in join or
string at /opt/rt3/share/html/Elements/SelectBoolean line 48.
(/opt/rt3/lib/RT.pm:287)
followed by few (100 or so lines of )
[Mon Oct 10 22:14:26 2005] [warning]: Use of uninitialized value in string
eq at /opt/rt3/share/html/Elements/SelectCustomFieldOperator line 50.
(/opt/rt3/lib/RT.pm:287)

The "Argument "\x{36}\x{3e}" line appear only when the Attribute::Name error
pops up, the other lines are always there, looking at RT.pm line 153, its
the ConnectToDatabase function, I have the database on a remote server (is
that causing the problem??- it was fine with 3.2.3), I am confident the
network connection/commnication is not a problem??

Roy




More information about the rt-users mailing list