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
smarty.class.php error....
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: smarty.class.php error....
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:
Regards,
Garvin
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"}
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/
# 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/