Page 1 of 1

Need Help with Smarty Tag Error!

Posted: Mon Jun 04, 2007 10:16 pm
by papajango
Hey Guys!

Hope someone can helpĀ  ???

once in a while almost every day i get the following error message on the most of my pages. After reloading the page the error message disappears. Sometime late it's back again.

string(146) "Smarty error: [in content:content_en line 8]: syntax error: unrecognized tag: size: 21cm 29.7cm; margin: 2cm (Smarty_Compiler.class.php, line 439)" string(117) "Smarty error: [in content:content_en line 8]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(137) "Smarty error: [in content:content_en line 9]: syntax error: unrecognized tag: margin-bottom: 0.21cm (Smarty_Compiler.class.php, line 439)" string(117) "Smarty error: [in content:content_en line 9]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)"

got no idea what to do.

Thanx in advance.

Re: Need Help with Smarty Tag Error!

Posted: Tue Jun 05, 2007 3:56 am
by Nullig
Is your php memory limit at 8M?

Nullig

Re: Need Help with Smarty Tag Error!

Posted: Thu Jun 07, 2007 12:06 pm
by papajango
128mb

Re: Need Help with Smarty Tag Error!

Posted: Thu Jun 07, 2007 12:32 pm
by cyberman
papajango wrote: string(146) "Smarty error: [in content:content_en line 8]: syntax error: unrecognized tag: size: 21cm 29.7cm; margin: 2cm (Smarty_Compiler.class.php, line 439)" string(117) "Smarty error: [in content:content_en line 8]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(137) "Smarty error: [in content:content_en line 9]: syntax error: unrecognized tag: margin-bottom: 0.21cm (Smarty_Compiler.class.php, line 439)" string(117) "Smarty error: [in content:content_en line 9]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)"
Smarty parser found (colorized) parts in your template / content, that are not Smarty commands so it makes trouble.

Non Smarty (and non xhtml) parts like javascript and so other must be masked with {literal}any{/literal} tags.

Please check the source ...