Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Kevin Spencer
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. --

Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Sam Tregar
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

[htmltmpl] ANNOUNCE: Bricolage 1.8.3

2004-11-09 Thread David Wheeler
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

Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Offer Kaye
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

Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Brad Cathey
> 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

Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Clifton Royston
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

Re: [htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Timm Murray
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

[htmltmpl] .tmpl page not rendering on screen

2004-11-09 Thread Brad Cathey
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