Come fare una classifica delle pagine più votate con fivestar e voting-api e views

1 contenuto / 0 new
Come fare una classifica delle pagine più votate con fivestar e voting-api e views

Salve a tutti, volevo utilizzare i moduli voting api, fivestar e views per fare una classifica dei risultati più votati, ovvero delle pagine. Ho impostato un tipo di contenuto ed ho messo il fivestar per quel tipo di contenuto, ora ho fatto con views in modo tale da visualizzare i file più votati ma mi da quest'errore:

Quote:
* user warning: Unknown table 'votingapi_cache' in field list query: SELECT COUNT(*) FROM (SELECT DISTINCT users.name AS users_name, users.uid AS users_uid, node.title AS node_title, node.nid AS nid, node.language AS node_language, node.created AS node_created, votingapi_cache_node_percent_vote_average.value AS votingapi_cache_node_percent_vote_average_value, votingapi_cache.value AS votingapi_cache_node_percent_vote_average_value_1 FROM avdrupal_node node LEFT JOIN avdrupal_votingapi_cache votingapi_cache_node_percent_vote_average ON node.nid = votingapi_cache_node_percent_vote_average.content_id AND (votingapi_cache_node_percent_vote_average.content_type = 'node' AND votingapi_cache_node_percent_vote_average.value_type = 'percent' AND votingapi_cache_node_percent_vote_average.tag = 'vote' AND votingapi_cache_node_percent_vote_average.function = 'average') INNER JOIN avdrupal_users users ON node.uid = users.uid WHERE (node.status <> 0) AND (node.type in ('download')) ) count_alias in /membri/livesport2000/portale/modules/views/plugins/views_plugin_pager.inc on line 134.
* user warning: Unknown table 'votingapi_cache' in field list query: SELECT DISTINCT users.name AS users_name, users.uid AS users_uid, node.title AS node_title, node.nid AS nid, node.language AS node_language, node.created AS node_created, votingapi_cache_node_percent_vote_average.value AS votingapi_cache_node_percent_vote_average_value, votingapi_cache.value AS votingapi_cache_node_percent_vote_average_value_1 FROM avdrupal_node node LEFT JOIN avdrupal_votingapi_cache votingapi_cache_node_percent_vote_average ON node.nid = votingapi_cache_node_percent_vote_average.content_id AND (votingapi_cache_node_percent_vote_average.content_type = 'node' AND votingapi_cache_node_percent_vote_average.value_type = 'percent' AND votingapi_cache_node_percent_vote_average.tag = 'vote' AND votingapi_cache_node_percent_vote_average.function = 'average') INNER JOIN avdrupal_users users ON node.uid = users.uid WHERE (node.status <> 0) AND (node.type in ('download')) ORDER BY votingapi_cache_node_percent_vote_average_value_1 DESC LIMIT 0, 5 in /membri/livesport2000/portale/modules/views/plugins/views_plugin_query_default.inc on line 1093.

che posso fare?