Page 1 of 1

Entry Caching errror

Posted: Thu Dec 20, 2007 11:39 am
by amarradi
Hello together,

i've installed the Plugin "event_entryproperties" it runs good, after the first install then i tried the other one and name precached... but it is experimental so i uninstalled it an install the event_properties. But when i cached the Entries it crashed with an Error

Code: Select all

Fatal error: Smarty error: [in smartymarkupplugin:-770418823 line 6]: syntax error: unrecognized tag: margin: 0px 0px 0px 0px;padding: 0px 0px 0px 0px;font-family: verdana, arial, helvetica, sans-serif;
font-size: 12px; line-height: 150%; color: #000000;background-color: #ffffff; (Smarty_Compiler.class.php, line 446) in /var/www/web333/html/bundled-libs/Smarty/libs/Smarty.class.php on line 1095
Before i edit en new entry where i tried to put in the poll plugin. When i previewed the Entry i have seen this Error too. So ei DON'T save the entry, and forgot test with the poll.
Can Erveryone help me please

Marcus Radisch

Re: Entry Caching errror

Posted: Thu Dec 20, 2007 3:25 pm
by garvinhicking
Hi!

Actually, this message is not related to the caching at all. This error shows up, because you installed the smarty markup plugin. Once you do that, the special characters { and } cannot be used within articles or html nuggets, because they are interpreted as smarty code. You need to replace { with {ldelim} and } with {rdelim} in your entries and html nuggets.

It seems you've used CSS code in either your html nugget or a blog entry, where { and } are often used.

HTH,
Garvin

OK

Posted: Thu Dec 20, 2007 7:04 pm
by amarradi
Hello,

that is the reason, in the next time i will try to find a way to show an plugin from the sidebar in an article... An easy way ;)
Thanks for your help

Marcus