issues with smarty template

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
Guest

issues with smarty template

Post 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 ?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: issues with smarty template

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply