Closed (fixed)
Project:
volunteer
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jul 2005 at 15:14 UTC
Updated:
17 Sep 2005 at 20:52 UTC
The error occured when click the "volunteer admin" | "Waiting Approval" link to approve a volunteer from event:
user error: Unknown column 'cs_wanted' in 'field list'
query: SELECT cs_wanted FROM cs_volunteer WHERE nid = 55 in
D:\CivicSpace\includes\datbase.mysql.inc on line 66.
This problem can be easily fixed by changing "... SELECT {wanted} FROM {volunteer} ..." to
"... SELECT wanted FROM {volunteer} ..." in volunteer.module file, line 527 on ..\modules\volunteer folder.
I posted this problem on the CivicSpaceLab as forum issue and "Aldon Hynes" gave me this solution.
Thank you
Comments
Comment #1
killes@www.drop.org commentedthis got fixed
Comment #2
(not verified) commentedComment #3
(not verified) commented