Need Help with Smarty Tag Error!

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
papajango

Need Help with Smarty Tag Error!

Post 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.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Need Help with Smarty Tag Error!

Post by Nullig »

Is your php memory limit at 8M?

Nullig
papajango

Re: Need Help with Smarty Tag Error!

Post by papajango »

128mb
cyberman

Re: Need Help with Smarty Tag Error!

Post 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 ...
Locked

Return to “CMSMS Core”