I have D7.0 installed and when I have to go into the memebrs area in the admin panel, and change a person's membership level, I get a MySQL error:
Query:
SELECT `ID` FROM `Profiles` WHERE `Status` = 'Active' AND `ID` != 13 AND `` = 'Yes, Living at home'
Mysql error:
Unknown column '' in 'where clause'
Found error in the file '/home/couples2/public_html/inc/match.inc.php' at line 57.
Called 'getAllWithKey' function with erroneous argument #0.
I cannot find where this is tripping up, and did verify that the membership status does change, but this error continues to propogate.
Any ideas?
Richard