[rt-devel] Apache problem on fsck.com

Dan Shearer dan at tellurian.com.au
Fri Jun 14 01:28:11 EDT 2002


Jesse,

Things like http://www.fsck.com/pub/rt/contrib/2.0/rt-addons/Buglist.html
and http://www.fsck.com/pub/rt/contrib/2.0/rt-addons/statusreport.html
aren't working at the moment.

Looks like mod_perl isn't configured to parse Mason code (or at all) and
the raw Mason code is being dumped....

<%PERL> if ($Format =~ /tabbed/i) { my $header = ""; my $tabbed_output =
''; foreach my $attr (@attrs) { $header .= $attr . "\t"; } $header =~
s'Obj-.(AsString|Name)''g; $tabbed_output .= $header . "\n"; while ( my
$Ticket = $Tickets->Next()) { my $line = ''; foreach my $attr (@attrs) {
$line .= eval "\$Ticket->$attr()"; $line .= "\t"; } $tabbed_output .=
$line . "\n"; } <% $tabbed_output %> <%PERL> $m->abort(); }
   :
   :

etc.

Dan





More information about the Rt-devel mailing list