Page 1 of 1

Fatal error: Smarty error: [in smartymarkupplugin

Posted: Fri Oct 05, 2007 6:35 pm
by zkitten
I woke up this morning to work on my site,
and found that one specific static page (which was working less than 12 hours ago) is no longer working, and I get this error-
Fatal error: Smarty error: [in smartymarkupplugin:-875758557 line 16]: syntax error: unrecognized tag: (Smarty_Compiler.class.php, line 439) in /bundled-libs/Smarty/libs/Smarty.class.php on line 1095
this is the page that's having issues.-
http://chaoticlycreative.com/tuttut/ind ... stuff.html
I haven't worked on that part of the site recently (like weeks) and I have no clue why it is error-ing on me, or how to go about trying to fix it.
I tried disabling the markup plugin (did nothing),
and i'm at a loss.

if anyone could help, i'd really appreciate it.

Re: Fatal error: Smarty error: [in smartymarkupplugin

Posted: Sat Oct 06, 2007 1:53 pm
by garvinhicking
Hi!

What is the source text of your webstuff.html page?

You are using the smartymarkup plugin, and that one parses your static page text for smarty markup. You cannot use stuff like {blabla} there, if it doesn'T correspond to a smarty funtion, instead you would need to use {ldelim}blabla{rdelim} or {literal}{blabla}{/literal} instead.

If you remove the smartymarkup plugin, the error MUST go away. How did you disable it?

Regards,
Garvin