Page 1 of 1

[Solved] Get error with summarytemplate in News modul

Posted: Sun Mar 22, 2009 3:34 pm
by benchfrooser
I have several templates in the Summary Templates Tap. One of them has the name 'archiv',
but when I enter {news summarytemplate="archiv"} I get this error.

string(146) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag: news summarytemplate="archiv" (Smarty_Compiler.class.php, line 446)" string(117) "Smarty error: [in content:content_en line 1]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 590)"

Re: Get error with summarytemplate in News modul

Posted: Sun Mar 22, 2009 3:37 pm
by RonnyK
Calling the others works fine?

If so, check the logic in this one, as there might be some miscoding in the template. Hard to tell from just the message.

Ronny

Re: Get error with summarytemplate in News modul

Posted: Sun Mar 22, 2009 3:43 pm
by benchfrooser
The Template was fine. The Problem was the template name 'archiv'. After renaming it to 'archiv2' and used {news summarytemplate="archiv2"} it worked fine.