Page 1 of 1

Smarty template error ?

Posted: Sat Feb 18, 2006 5:15 am
by electroteque
Has anyone seen this issue before ?

Fatal error: Smarty error: [in file:/www/dev/weblog/templates/default/trackbacks.tpl line 4]: [plugin] (secure mode) modifier 'strip_tags' is not allowed (Smarty_Compiler.class.php, line 1908) in /Volumes/FIREWIRE/www/dev/weblog/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

My template doesnt show when i click throiugh to the blog entry.

Re: Smarty template error ?

Posted: Sat Feb 18, 2006 5:34 pm
by garvinhicking
This can happen when the Smarty directory does not contain the whole and full listing of Smarty plugins, and some files are missing. Then smarty does not recognize "strip_tags" as an internal command, and fails because it thinks it is an external modified that is not allowed in a 'secured' environment.

So please check if all files are properly existing. Compare each and every file and its size with those of an official serendipity release tar/zip file.

Regards,
Garvin