Re: [htmltmpl] Unused records..
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2003-11-18 11:42:29
|
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 |