hopefully another quick question...i'm pretty new to drupal and need a views tip. i have a site to review different kinds of food and i am using voting api, voting, and views. i want to make a custom view that lets the current user view everything they voted on and what they gave it (ideally in a table). when i try to make it and set "Voting API:voted on by current user" as a filter i get all kinds of database errors.
i use the settings:
Name:authenticated user
Page:provide page, table view
Fields:nodetitle
Filters: published, VotingAPI:voted on by current user
Here is the error i get:
* user warning: Unknown column 'votingapi_vote.uid' in 'where clause' query: SELECT count(node.nid) FROM node node WHERE (node.status = '1') AND (votingapi_vote.uid = '1') in /home/.guaymas/jennykortina/noquo.dreamhosters.com/brewskime/includes/database.mysql.inc on line 120.
* user warning: Unknown column 'votingapi_vote.uid' in 'where clause' query: SELECT node.nid, node.title AS node_title, node.changed AS node_changed FROM node node WHERE (node.status = '1') AND (votingapi_vote.uid = '1') LIMIT 0, 10 in /home/.guaymas/jennykortina/noquo.dreamhosters.com/brewskime/includes/database.mysql.inc on line 120.
i'm guessing i'm not making the view right, but whenever i use the votingAPI:voted on by current user filter i always get this error. other votingAPI things work when i use them with views, but this on never does.