smarty.class.php error....

Having trouble installing serendipity?
Post Reply
insane
Posts: 1
Joined: Sat Aug 13, 2005 10:22 pm

smarty.class.php error....

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

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

Post 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
# 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