RT::Attribute::Name unimplemented error

I’m sporadically getting this error on our production system.

RT 3.4.4
DBIx::SearchBuilder 1.40
AT 1.2.bleeding_edge

Others have reported this error and upgrading SB has been
the usual response. Any suggestions?

-Todd

I’m sporadically getting this error on our production system.

RT 3.4.4
DBIx::SearchBuilder 1.40
AT 1.2.bleeding_edge

Others have reported this error and upgrading SB has been
the usual response. Any suggestions?
That would be really cool if you fix it :slight_smile: I couldn’t even replicate it.

-Todd

Best regards, Ruslan.

-Todd
–Best regards, Ruslan.

Sure, no problem. :slight_smile:

I got it one day. After some inconclusive debugging, I just
flushed the mason cache and restarted the server,
and haven’t seen it since.

bobg

At Thursday 3/30/2006 03:47 PM, Bob Goldstein wrote:

I got it one day. After some inconclusive debugging, I just
flushed the mason cache and restarted the server,
and haven’t seen it since.

That may be a coincidence - if I remember correctly, the problem is
somewhere in the API code and/or SB, so flushing the mason cache
wouldn’t have any effect. The difficult thing about this problem was
that there didn’t seem to be a way to consistently reproduce it.

We finally made it go away by making a minor change in the SB code -
the change was suggested by Jesse and our SB version is 1.36. I don’t
know if the fix has made its way into SB 1.40 or not, or if the fix
would work in that version. Anyway, for the record, the change was to
remove this line:

$field = $self->_Accessible($field, “column”) if
$self->_Accessible($field, “column”);

from near the top of the __Value method in DBIx/SearchBuilder/Record.pm

Good luck,
Steve