Page 1 of 1

smarty.class.php error....

Posted: Sat Aug 13, 2005 10:27 pm
by insane
Anyone tell me how to fix this error? Ive tried the little I know to fix it.

Warning: Smarty error: serendipity_smarty_hookplugin: illegal hook 'frontend_footer' in /home/domain/public_html/scooby/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

Re: smarty.class.php error....

Posted: Sun Aug 14, 2005 2:38 am
by garvinhicking
You seem to be using a new template which is built for Serendipity 0.8.3, but you're still using the 0.8.2 version, right?

You need to either not use that template, or upgrade to Serendipity 0.8.3, or edit the template and replace the "hookplugin" code line to also contain a "hookAll=true" parameter:

Code: Select all

{serendipity_hookPlugin hook="frontend_footer" hookAll="true"}
Regards,
Garvin