[rt-users] RTFM error: WikiFormattedContent Unimplemented in HTML::Mason::Commands

trasko trasko at c0rtex.com
Wed Feb 9 13:50:20 EST 2005


rt 3.40, RTFM-2.0.4, Pg 7.4.5, Perl 5.8.6, Apache v1.27, mod_perl v1.29

I create a new article with a custom field that is a WikiTextSingle.  
When I click on the article to view it ("Display") I get the error at 
the bottom of this message.  If I click "delete", "modify", or "history" 
the pages work as expected.

Am I using the right version of RTFM with rt?  Is the RTFM / rt3 
combination considered stable?

Error below:

error:      RT::FM::ArticleCFValue::WikiFormattedContent Unimplemented 
in HTML::Mason::Commands. 
(/opt/rt3/share/html/RTFM/Article/Elements/ShowCustomFields line 32)
context:      
...      
481:      else {
482:      my ($package, $filename, $line);
483:      ($package, $filename, $line) = caller;
484:      
485:      die "$AUTOLOAD Unimplemented in $package. ($filename line 
$line) \n";
486:      }
487:      
488:      }
489:      
...      
code stack:     
 /opt/perl5.8.6/lib/site_perl/5.8.6/DBIx/SearchBuilder/Record.pm:485
/opt/rt3/share/html/RTFM/Article/Elements/ShowCustomFields:32
/opt/rt3/share/html/RTFM/Article/Display.html:25
/opt/rt3/share/html/autohandler:215



Any help is appreciated.

~trasko



More information about the rt-users mailing list