Error with WikiTextSingle custom field in RTFM 2.1.22, RT 3.4.2

Hi everyone,

I’ve been using RT 3.4.2, installed the RTFM 2.0.4 release, and then
upgraded to RTFM 2.1.22. The upgrade installed without a problem.

However, I’ve made a single WikiTextSingle custom field, and a single
article in a class that uses this custom field. When I attempt to
display this article, using the Display.html page, I get the following
error:

error: RT::FM::ArticleCFValue::WikiFormattedContent
Unimplemented in HTML::Mason::Commands.
(/usr/local/rt3/share/html/RTFM/Article/Elements/ShowCustomFields line
32)
context:

483: else {
484: my ( $package, $filename, $line );
485: ( $package, $filename, $line ) = caller;
486:
487: die “$AUTOLOAD Unimplemented in $package. ($filename line $line)
\n”;
488: }
489:
490: }
491:

code stack:
/usr/local/share/perl/5.8.4/DBIx/SearchBuilder/Record.pm:487
/usr/local/rt3/share/html/RTFM/Article/Elements/ShowCustomFields:32
/usr/local/rt3/share/html/RTFM/Article/Display.html:25
/usr/local/rt3/share/html/autohandler:215

I’ve left out the larger stack trace. Within ArticleCFValue_Overlay.pm,
the WikiFormattedContent method is clearly defined so I don’t know why
there is a problem loading the class. I’ve tried clearing the Mason
cache. Can I attribute this to using a development release? What else
can I check?

Thanks,
Matt

This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Hi everyone,

I’ve been using RT 3.4.2, installed the RTFM 2.0.4 release, and then
upgraded to RTFM 2.1.22. The upgrade installed without a problem.

However, I’ve made a single WikiTextSingle custom field, and a single
article in a class that uses this custom field. When I attempt to
display this article, using the Display.html page, I get the following
error:

========
error: RT::FM::ArticleCFValue::WikiFormattedContent
Unimplemented in HTML::Mason::Commands.
(/usr/local/rt3/share/html/RTFM/Article/Elements/ShowCustomFields line
32)

If you’re seeing anything about ArticleCFValues, then the upgrade didn’t
happen correctly. Those are no longer part of RTFM.