I have a problem with the template.
In function replaceVariable in the file CreateTemplate.inc. if it gets '0' there is a problem.
The code: if (
strstr(
self::$_templateSymbol . $keys .
self::$_templateSymbol,
$entry->nodeValue
)
)
is fail when $entry->nodeValue is '0'.
I get the error: PHP Warning: strstr(): Empty delimiter
thanks