Closed (fixed)
Project:
Kudos
Version:
6.x-1.7
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Nov 2009 at 14:25 UTC
Updated:
1 Dec 2009 at 19:50 UTC
Hello!
I tried to enable Kudos on brand new demo site and performed these actions (from documentation):
But on step 3 I've got this message:
user warning: Column count doesn't match value count at row 1 query: INSERT INTO demobase_kudos_info (name, label, status, comments, nodes, icon_view, icon_give, icon_rescind, icon_disabled) VALUES ('rep', 'rep', 1, 2, 1, '', '', '') in /demopath/sites/all/modules/kudos/kudos.module on line 537.
What I am doing wrong?
Comments
Comment #1
ludo1960 commentedSame error for me too. what gives?
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 ('kudo', 'Test Kudos', 1, 0, 1, '', '', '') in /var/www/ideal/sites/all/modules/kudos/kudos.module on line 537.
Comment #2
ludo1960 commentedBumpity bump!!!
Comment #3
socki commentedCan you try running update.php? I will take a look at the installation file and see if i can find the culprit.
Comment #4
ludo1960 commentedHi,
Thanks for getting back to us, ran update.php...still the same error!
Comment #5
ludo1960 commentedAny joy?
Comment #6
socki commentedThanks. I found the issue. I have an update ready to go, but I need to hold off for a little bit due to a server issue. The updated module should be available later today.
If you'd like to make the update in code yourself. Go to line 524 of kudos.module, and add
, %sto the value list. It should end up appearing as such:Comment #7
socki commentedI've just created a new release.. Version 1.8 should address this issue.
Comment #8
ludo1960 commentedMany thanks,
All seems to be fine now, got to go now...must "play" with your module!
One teensy weensy little question though, does it integrate with Organic groups?
Cheers!
Ludo...