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?
[SOLVED] Anyone seen this Smarty error: syntax error: unrecognized tag 'root'
[SOLVED] Anyone seen this Smarty error: syntax error: unrecognized tag 'root'
Last edited by elkman on Sun Nov 28, 2010 8:13 pm, edited 1 time in total.
Re: Anyone seen this Smarty error: syntax error: unrecognized tag 'root'
Yes, you missed something in the coding... it should be:
[[root_url]]
not:
[[root]]
Nullig
[[root_url]]
not:
[[root]]
Nullig
Re: Anyone seen this Smarty error: syntax error: unrecognized tag 'root'
Nullig, Thank You for your very speedy help!