in reply to SVG TT Graph
The Template Toolkit uses a failsafe counter to prevent runaway WHILE +loops which would otherwise never terminate. If the loop exceeds 1000 + iterations then an undef exception will be thrown, reporting the err +or: WHILE loop terminated (> 1000 iterations) The $Template::Directive::WHILE_MAX variable controls this behaviour a +nd can be set to a higher value if necessary.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SVG TT Graph ( Template error: undef error - WHILE loop terminated (> 1000 iterations) )
by artperl (Acolyte) on Apr 21, 2015 at 02:02 UTC |