I have had a problem crop up on the JOIN page where the member fill out all the information in the form, and clicks on SUBMIT.
They get a SQL error immediately. Their profile is created, and the email is sent with the confirmation. However, this error screen has to go away!!!!
Query:
SELECT `ID` FROM `Profiles` WHERE `Status` = 'Active' AND `ID` != 18 AND `` = 'Yes, Not living at home'
Mysql error:
Unknown column '' in 'where clause'
Error
Database query error
Query:
SELECT `ID` FROM `Profiles` WHERE `Status` = 'Active' AND `ID` != 18 AND `` = 'Yes, Not 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.
DOES ANYBODY HAVE AN IDEA WHAT IS TRIPPING THIS UP?