On Fri, 14 Sep 2001, TomoFujimoto wrote:

> -----------------ERROR MESSAGE -----------------
> HTML::Template->new() : Dangling or in loop ending at
> STEP2/STEP2_CREATE_QUESTION.tpx : line 30. at
> /usr/lib/perl5/site_perl/5.005/HTML/Template.pm line 1900.
> ----------------------------------------------------

It looks like your error message got processed as HTML.  It should say:

  HTML::Template->new() : Dangling <TMPL_IF> or <TMPL_UNLESS> in loop
ending at STEP2/STEP2_CREATE_QUESTION.tpx : line 30.

You should look closely as STEP2/STEP2_CREATE_QUESTION.tpx and make sure
all the <TMPL_IF> and <TMPL_UNLESS> blocks are closed properly with
</TMPL_IF> and </TMPL_UNLESS> tags.  If you're still having trouble after
that you could post the template file to the list.

I'm curious - is this related to a Japanese book about how to build forms
for web-sites?  I was contacted by a Japanese publisher about a book that
would include HTML::Template on a CD.  I never found out if the book was
published...

-sam



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to