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

killes@www.drop.org’s picture

Status: Active » Fixed

this got fixed

Anonymous’s picture

Anonymous’s picture

Status: Fixed » Closed (fixed)