I was looking for a solution to make a website like http://delicious.com/ that I finally I found Storylink module. I started the project with a lot of hopes , but now I see this **** message on top daily links and other part of most popular links pages:
user warning: Table '****.votingapi_cache' doesn't exist query: SELECT COUNT(*) FROM node n INNER JOIN votingapi_cache v ON n.nid = v.content_id WHERE n.type = 'storylink' AND n.status = 1 AND n.created >= 1268174838 AND v.tag = 'vote' AND v.function = 'sum' AND v.content_type = 'node' in /home/****/domains/*****.com/public_html/portal/sites/all/modules/storylink/vote_storylink.module on line 440.
user warning: Table '*****.votingapi_cache' doesn't exist query: SELECT n.nid, n.created, v.content_id, v.value, v.tag, v.function FROM node n INNER JOIN votingapi_cache v ON n.nid = v.content_id WHERE n.type = 'storylink' AND n.status = 1 AND n.created >= 1268174838 AND v.tag = 'vote' AND v.function = 'sum' AND v.content_type = 'node' ORDER BY v.value DESC, n.created DESC LIMIT 0, 10 in /home/deftem/domains/******.com/public_html/portal/sites/all/modules/storylink/vote_storylink.module on line 440.
What I have to do now?! I'm really confused and disappointed.
Comments
=-=
check to ensure the voting api.module in installed. Ensure it is using the latest version. The missing table is likely because it either didn't get added or the module was removed or tables dropped that are required.
If necessary, disable voting api, then uninstall it, then reinstall it. Using the latest version.
Also make sure you run
Also make sure you run update.php
solved!!!!!!
thank you!