Entry Caching errror

Found a bug? Tell us!!
Post Reply
amarradi
Regular
Posts: 61
Joined: Sun Oct 14, 2007 8:52 pm
Contact:

Entry Caching errror

Post 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
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Entry Caching errror

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
amarradi
Regular
Posts: 61
Joined: Sun Oct 14, 2007 8:52 pm
Contact:

OK

Post 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
Post Reply