I installed Drupal 6.2 and added Fivestar Module to enable rating for my node.

FivestAR requires VotingAPI module.. i added that too..

I changed the colors of the Stars.. and style.. and later on clicking to vote it Gave the following error..

"user warning: Unknown column 'vote_source' in 'field list' query: INSERT INTO votingapi_vote (content_type, content_id, value, value_type, tag, uid, timestamp, vote_source) VALUES ('node', 49, 100, 'percent', 'vote', 1, 1213513527, '117.198.129.187') in /home/computl9/public_html/creativeteensclub/ctc/includes/common.inc on line 3303."

CAN ANYONE help me dealing this error

Comments

quicksketch’s picture

Make sure you're running the latest version of VotingAPI for Drupal 6, and that you've ran update.php. What's happening here is your database schema is out of date somehow, and the "vote_source" column is missing from the VotingAPI table.

quicksketch’s picture

Status: Active » Closed (fixed)

Closing after lack of activity.