Page 1 of 1

issues with smarty template

Posted: Thu Jan 26, 2006 3:12 pm
by Guest
Somehow just suddently smarty is spacking out with this kind of error

Fatal error: Smarty error: [in file:/www/dev/weblog/templates/default/entries.tpl line 112]: [plugin] (secure mode) modifier 'escape' is not allowed (core.load_plugins.php, line 118

im having to go through them all and remove the @escape and @default tags for some reason ?

Re: issues with smarty template

Posted: Thu Jan 26, 2006 3:32 pm
by garvinhicking
It seems that either your Smarty plugin directory has lost some files (the escape modifier) or that the permissions no longer allow to include that file.

You must not need to remove/change any @escape or @default tags. There is something messy with your Smarty directory. Try to check the files contained in there with the one of the serendipity release file, and upload files that differ. Also check the file permissions.

Regards,
Garvin