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)"
[Solved] Get error with summarytemplate in News modul
-
- Forum Members
- Posts: 28
- Joined: Thu Jan 08, 2009 1:28 pm
[Solved] Get error with summarytemplate in News modul
Last edited by benchfrooser on Sun Mar 22, 2009 3:43 pm, edited 1 time in total.
Re: Get error with summarytemplate in News modul
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
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
-
- Forum Members
- Posts: 28
- Joined: Thu Jan 08, 2009 1:28 pm
Re: Get error with summarytemplate in News modul
The Template was fine. The Problem was the template name 'archiv'. After renaming it to 'archiv2' and used {news summarytemplate="archiv2"} it worked fine.