Closed (duplicate)
Project:
Kudos
Version:
6.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2009 at 19:36 UTC
Updated:
12 Nov 2009 at 21:02 UTC
I had another issue so installed a fresh Drupal 6.14 with only Kudos 6.7.
After doing the settings, I wanted to add a new kudos, but it gave me this message instead:
user warning: Column count doesn't match value count at row 1 query: INSERT INTO kudos_info (name, label, status, comments, nodes, icon_view, icon_give, icon_rescind, icon_disabled) VALUES ('kudosname', 'Kudoslabel', 1, 0, 1, 'icon.gif', 'icon.gif', 'icon.gif') in sites\all\modules\kudos\kudos.module on line 537.
Searching resolved in changing file kudus.module line 524 from:
VALUES ('%s', '%s', %d, %d, %d, '%s', '%s', '%s')
to
VALUES ('%s', '%s', %d, %d, %d, '%s', '%s', '%s', '%s')
And adding a kudos works again.
Comments
Comment #1
socki commentedThis is a duplicate of #622000: Can not enable kudos on my site