I spoke too soon

When I try to associate a Custom Field with a Class, I now get:

System error
error: Can’t locate object method “HasEntry” via package “RT::CustomFields” at /opt/rt3/share/html/RTFM/Admin/Classes/CustomFields.html line 81.
context:

77: # Go through and delete all the custom field relationships that this class
78: # no longer has
79:
80:
81: if ($ClassCFs->HasEntry($cf->Id)) {
82: unless (defined $ARGS{“Class-”.$ClassObj->Id."-CF-".$cf->Id} ) {
83: my ($val, $msg) = $cf->RemoveFromClass($ClassObj->Id);
84: push (@results, $msg);
85:

code stack: /opt/rt3/share/html/RTFM/Admin/Classes/CustomFields.html:81
/opt/rt3/share/html/autohandler:215
raw error

I managed to get it happier by deleting the Mason cache manually and restarting everything, but now when I try to add a custom field to a class, I get the RT Custom Fields dialog – and my RTFM custom field doesn’t show up. Help!

…phsiii