Fatal error: Smarty error: [in smartymarkupplugin

Found a bug? Tell us!!
Post Reply
zkitten
Posts: 3
Joined: Wed Aug 22, 2007 5:47 pm

Fatal error: Smarty error: [in smartymarkupplugin

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

Re: Fatal error: Smarty error: [in smartymarkupplugin

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