Re: [Templates] debugging

2015-12-11 Thread Dave Howorth
Lathan Bidwell wrote: > Is this related to TT's strict? I don't know, but I need to locate my problem to find out! ___ templates mailing list templates@template-toolkit.org http://mail.template-toolkit.org/mailman/listinfo/templates

Re: [Templates] debugging

2015-12-11 Thread Dave Howorth
Hmm, I've found a way to make that error go away. The keyword-index index included another template called shared.tt and it had a line that said: IF help.id ; If I comment out that line and relevant code around it, the error goes away. But if I substitute IF help.id.defined ; I still get the

Re: [Templates] debugging

2015-12-11 Thread Lathan Bidwell
That's because the syntax for defined is more like: IF help.defined('id'); See the full docs: http://template-toolkit.org/docs/manual/VMethods.html#section_defined_exists Lathan Hmm, > > I've found a way to make that error go away. > > The keyword-index index included another template called

Re: [Templates] debugging

2015-12-10 Thread Lathan Bidwell
Is this related to TT's strict? http://template-toolkit.org/docs/manual/Config.html#section_STRICT *Lathan Bidwell*Web Programmer Division of Integrated Marketing & Communication Andrews University 269-471-6313 *office*www.andrews.edu "Seek Knowledge. Affirm Faith. Change the World." On