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

Stephen Hancock sh.hancock at gmail.com
Wed Feb 9 22:18:08 EST 2005


I think you are probably missing the perl module Text::WikiFormat
which is needed for this textbox. RTFM works without it but if you
want to use the wiki text box you will need this.




On Wed, 09 Feb 2005 10:50:20 -0800, trasko <trasko at c0rtex.com> wrote:
> 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
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
> 
> RT Administrator and Developer training is coming to your town soon! (Boston, San Francisco, Austin, Sydney) Contact training at bestpractical.com for details.
> 
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
> 
>



More information about the rt-users mailing list