Closed (fixed)
Project:
Fivestar
Version:
6.x-1.12
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2008 at 07:16 UTC
Updated:
23 Jul 2008 at 17:12 UTC
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
Comment #1
quicksketchMake 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.
Comment #2
quicksketchClosing after lack of activity.