[rt-devel] Apache problem on fsck.com
Jesse Vincent
jesse at bestpractical.com
Fri Jun 14 01:32:05 EDT 2002
I had to go to lengths to make sure that nothing got parsed
for stuff in /pub/. That's where you can download copies to use
locally.
do you want the buglist at http://fsck.com/rt2/NoAuth/Buglist.html?
On Fri, Jun 14, 2002 at 02:58:11PM +0930, Dan Shearer wrote:
> 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
>
>
> _______________________________________________
> rt-devel mailing list
> rt-devel at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-devel
>
--
http://www.bestpractical.com/products/rt -- Trouble Ticketing. Free.
More information about the Rt-devel
mailing list