[SOLVED] Anyone seen this Smarty error: syntax error: unrecognized tag 'root'

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
elkman
Power Poster
Power Poster
Posts: 262
Joined: Thu Jan 11, 2007 9:16 pm

[SOLVED] Anyone seen this Smarty error: syntax error: unrecognized tag 'root'

Post by elkman »

This error keeps coming up but I can't seem to find where the error originates.  

Installed 8.2 and am using the ([[root]]/uploads/folder/images/etc.jpg) configuration in the CSS code for images.  Did I miss something in the coding?

The temporary stylesheet shows all images without the [[root]] portion of the code.

Here is the full error code:

string(124) "Smarty error: [in temporary stylesheet line 61]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 63]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 67]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 69]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 73]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 75]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(124) "Smarty error: [in temporary stylesheet line 97]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 100]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 108]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 118]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 129]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 148]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 163]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 173]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 192]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)" string(125) "Smarty error: [in temporary stylesheet line 251]: syntax error: unrecognized tag 'root' (Smarty_Compiler.class.php, line 590)"

Anyone have a solution?
Last edited by elkman on Sun Nov 28, 2010 8:13 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Anyone seen this Smarty error: syntax error: unrecognized tag 'root'

Post by Nullig »

Yes, you missed something in the coding... it should be:

  [[root_url]]

not:

  [[root]]

Nullig
elkman
Power Poster
Power Poster
Posts: 262
Joined: Thu Jan 11, 2007 9:16 pm

Re: Anyone seen this Smarty error: syntax error: unrecognized tag 'root'

Post by elkman »

Nullig, Thank You for your very speedy help!
Post Reply

Return to “Layout and Design (CSS & HTML)”