Hi,
I am not a programmer and having trouble with my recently installed cs-cart site. It is giving these errors
Message
[color=#000000][font=Times][size=1]Hook fn_social_buttons_before_dispatch is not callable[/size][/font][/color]
Error at
[color=#000000][font=Times][size=1]app/functions/fn.control.php, line: 79[/size][/font][/color]
Backtrace
File: app/functions/fn.control.php Line: 189 Function: fn_set_hook File: index.php Line: 25 Function: fn_dispatch
The site is hosted on bluest and is available at the url [url=“http://www.store.alanleecollection.com/?store_access_key=ALC”]http://www.store.alanleecollection.com/?store_access_key=ALC[/url]
anyone have any ideas what could be the issue? I have not done any tinkering in any files.
Thanks for any insight
I would uninstall and re-install the social buttons addon.
What the message means is usually that the addon (social buttons) has told the system that it wants to be called when the 'before_dispatch' hook is called. But the system can't find a function named fn_social_buttons_before_dispatch().
But before you uninstall/reinstall, simply try clearing your cache via [your_admin_url.php]?cc and see if that resolves your problem.