Sorry about that. I am using the other templating system with speedy. It
needed the full path.
Best Regards,
Aaron Bazar
http://www.thefinancialreference.com
-----Original Message-----
From: Bill Moseley [mailto:moseley@hank.org]
Sent: Friday, April 02, 2004 6:57 PM
To: Aaron Bazar
Cc: Multiple recipients of list
Subject: Re: Swish.cgi not seeing my template
On Fri, Apr 02, 2004 at 03:06:22PM -0800, Aaron Bazar wrote:
>
> I have mine set up with the entire path to the template file.
With Template Toolkit? Are you using ABSOLUTE keyword?
moseley@laptop:~$ cat x
use Template;
my $t = Template->new;
$t->process('/home/moseley/t.tt') || die $t->error;
moseley@laptop:~$ perl x
file error - /home/moseley/t.tt: absolute paths are not allowed (set
ABSOLUTE option)
--
Bill Moseley
moseley@hank.org
Received on Fri Apr 2 16:01:40 2004