On Tue, 09 Nov 2004 14:25:44 -0600, Brad Cathey
<[EMAIL PROTECTED]> wrote:
> H::T is not returning any errors. Could it be a corrupt .tmpl file? If so,
> how would I know?
When you say that H::T is not returning any errors are you looking in
Apache's error_log to verify?
--
Kev.
--
On Tue, 9 Nov 2004, Brad Cathey wrote:
> H::T is not returning any errors. Could it be a corrupt .tmpl file? If so,
> how would I know?
What happens when you run it from the command-line?
-sam
---
This SF.Net email is sponsored by:
Sybase AS
The Bricolage development team is pleased to announce the release of
Bricolage 1.8.3. This maintenance release addresses quite a large
number of issues in Bricolage 1.8.2. The most important changes
were to
enhance Unicode support in Bricolage. Bricolage now internally
handles
On Tue, 09 Nov 2004 14:25:44 -0600, Brad Cathey wrote:
>
> Perl:
>
>use HTML::Template;
>
>my $template;
>
>$template = HTML::Template->new(filename => '../admin/menu.tmpl');
>$template -> param(facultylist=> $teacherdata );
>
Try setting die_on_bad_params to 0 and see what happens
> On Tue, Nov 09, 2004 at 02:25:44PM -0600, Brad Cathey wrote:
>> Hello folks,
>>
>> I've been using HTML::Template a thousand times over the past year and never
>> had a page just not output.
>>
>> http://www.cicsnorthtown.org/cgi-bin/facultyadmin.pl?funct=menu
>>
>> Check the source code and
On Tue, Nov 09, 2004 at 02:25:44PM -0600, Brad Cathey wrote:
> Hello folks,
>
> I've been using HTML::Template a thousand times over the past year and never
> had a page just not output.
>
> http://www.cicsnorthtown.org/cgi-bin/facultyadmin.pl?funct=menu
>
> Check the source code and note it jus
At 02:25 PM 11/9/2004, Brad Cathey wrote:
Hello folks,
I've been using HTML::Template a thousand times over the past year and never
had a page just not output.
http://www.cicsnorthtown.org/cgi-bin/facultyadmin.pl?funct=menu
Check the source code and note it just renders ""
Actually, it outputs not
Hello folks,
I've been using HTML::Template a thousand times over the past year and never
had a page just not output.
http://www.cicsnorthtown.org/cgi-bin/facultyadmin.pl?funct=menu
Check the source code and note it just renders ""
If I try: http://www.cicsnorthtown.org/admin/menu.tmpl the page