I am getting the following error when I create a selection decision.
user warning: Unknown column 'randomize' in 'field list' query: UPDATE decisions SET quorum_abs=0, quorum_percent=0, active=1, runtime=18403200, maxchoices=1, algorithm='', uselist=0, showvotes=1, startdate=1265172359, randomize=0 WHERE nid = 25 in ...sites/all/modules/decisions/decisions.module on line 1214.
The decision is coming up closed with the following...
Who should win?
Submitted by admin on Tue, 2010-02-02 23:39
Current date: Tue, 2010-02-02 23:46
Opening date: Wed, 1969-12-31 19:00
No closing date.
0 out of 0 eligible voters cast their ballotThis decision is currently closed.
I have just installed the module in D6.15
Comments
Comment #1
aitala commentedI submitted the issue before I added...
Its also not saving my settings for 'Maximum Choices' or 'Restrict voting to electoral list'
Eric
Comment #2
Marat commentedI got the same problem
Comment #3
aitala commentedThe randomize column in the decisions table was not created on install. I added it by hand and now things work, but its pretty odd.
Eric
Comment #4
anarcat commentedcrap, looks like i didn't review that patch properly, i'll fix this and reroll a release.
Comment #5
anarcat commentedI fixed it in CVS, i'll reroll a new release, apologies for the little twiddly bug.