Page 1 of 1

News error message

Posted: Thu May 31, 2007 3:18 pm
by rickblackdog
Hi, I've just installed CMS for the first time, really impressed...anyway...one problem with the NEWS RSS feed that has been occuring since the installation.  All other aspects are working perfectly.

The site is contained on this URL: http://test.angel-tec.co.uk

The NEWS page throws up the following error...
string(122) "Smarty error: [in template:20 line 6]: syntax error: unrecognized tag 'LeftPosition' (Smarty_Compiler.class.php, line 583)" string(165) "Smarty error: [in template:20 line 19]: syntax error: unrecognized tag: color: #FF8C00; font-weight: bold; font-size: 15px; (Smarty_Compiler.class.php, line 439)" string(111) "Smarty error: [in template:20 line 19]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(176) "Smarty error: [in template:20 line 97]: syntax error: unrecognized tag: padding:0; font: 11px Arial, Helvetica, Sans serif; color:#FFFFFF; (Smarty_Compiler.class.php, line 439)" string(111) "Smarty error: [in template:20 line 97]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(199) "Smarty error: [in template:20 line 98]: syntax error: unrecognized tag: display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important; (Smarty_Compiler.class.php, line 439)" string(111) "Smarty error: [in template:20 line 98]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(139) "Smarty error: [in template:20 line 99]: syntax error: unrecognized tag: padding:0 5px 0 0 !important; (Smarty_Compiler.class.php, line 439)" string(111) "Smarty error: [in template:20 line 99]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(140) "Smarty error: [in template:20 line 100]: syntax error: unrecognized tag: text-align:center !important; (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 100]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(146) "Smarty error: [in template:20 line 101]: syntax error: unrecognized tag: border: 1px solid black !important; (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 101]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(237) "Smarty error: [in template:20 line 102]: syntax error: unrecognized tag: display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important; (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 102]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(188) "Smarty error: [in template:20 line 106]: syntax error: unrecognized tag: text-decoration:none !important; background:inherit !important;color:#3993ff; (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 106]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(161) "Smarty error: [in template:20 line 107]: syntax error: unrecognized tag: background-color:#4682B4;border: solid 1px #000000 (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 107]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)" string(210) "Smarty error: [in template:20 line 108]: syntax error: unrecognized tag: padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#FFFFFF !important; (Smarty_Compiler.class.php, line 439)" string(112) "Smarty error: [in template:20 line 108]: syntax error: unrecognized tag '' (Smarty_Compiler.class.php, line 583)"
Please help!

Rick

Re: News error message

Posted: Thu May 31, 2007 5:55 pm
by rickblackdog
Ok, discovered the problem - didn't like some of the JS and CSS I had embedded in the template file.  Took it out and voila.

Re: News error message

Posted: Thu May 31, 2007 7:42 pm
by alby
rickblackdog wrote: Ok, discovered the problem - didn't like some of the JS and CSS I had embedded in the template file.  Took it out and voila.
Or add {literal} tag  ;D

{literal}

............


{/literal}

Alby