Isaac, 

I agree with Roger. The error you describe is exactly what it says: you're
trying to set a parameter that doesn't exist (inside your TMPL_LOOP,
presumably)

As for the situation with accessing all rows in the database, that could be
something different. Can you give us a sample of your code (perl as well as
HTML) so we can see what's going on? 

(Something makes me think that the error you mentioned is not related your your
comment about having to access all rows in a query.)

--Joel

>On Tue, Nov 18, 2003 at 03:39:29AM -0800, Isaac wrote:
>
>>The problem I'm having is HTML::Template choking unless I access all the
>>records in the database from a single parse.
>
>It's not at all clear what you mean by this.
>
>But the usual fix for this error message:
>
>>> HTML::Template->output() : fatal error in loop output : HTML::Template :
>>> Attempt to set nonexistent parameter 'recordexpire' - this parameter name
>>> doesn't match any declarations in the template file : (die_on_bad_params =>
1)
>
>is to set die_on_bad_params to 0.
>
>Roger
>


-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to