Lance A. Brown <[EMAIL PROTECTED]> wrote... > > OK. I don't think I'm doing anything too crazy with these modules, > but I keep running into problems with this error: > > [Thu Jun 5 17:59:49 2003] [error] [Thu Jun 5 17:59:49 2003] null: > Error executing run mode 'main': HTML::Template : Attempt to set > nonexistent parameter '</div>' - this parameter name doesn't match any > declarations in the template file : (die_on_bad_params => 1) at > SwitchManager.pm line 84 > > > Now, I don't have a '</div>' parameter anywhere in my code. > HTML::Template 2.6
i've run into that error lots of times too. but in every case it turned out to be because i was passing some oddly contrived data structure to the $template's param() function that wasn't doing what i thought it would do. > > Can anyone offer assistance? maybe. can you post a bit of the relevent code from the general vicinity of line 84? -dave --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[EMAIL PROTECTED]/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
