Re: [htmltmpl] Tracing Errors

2010-09-24 Thread Roger Burton West
On Fri, Sep 24, 2010 at 11:38:51AM +0100, Ian Warhurst wrote: >I presume the "pos" numbers are the useful bits but I can't correlate those >numbers to any position in the template.. I don't use HTML::Template::Pro but I would assume it's an octet number in the template source file. Use a suitabl

[htmltmpl] Tracing Errors

2010-09-24 Thread Ian Warhurst
Hi Can anyone tell me, when you get an error like (from the Apache error log in this case): [Fri Sep 24 11:11:43 2010] [error] HTML::Template::Pro:in TMPL_IF at pos 10056: end tag:found < instead of > at pos 10080, referer: . how I can find where in my template the error is occuring? I pr