ERROR: CREATE TEMPORARY TABLE TMP_RSVP_VALUES (
TMPATTENDEE_ID INT NOT NULL,
TMPQUESTION VARCHAR(255) NOT NULL,
TMPVALUE VARCHAR(255) NULL) ENGINE=MEMORY
ERROR: INSERT INTO TMP_RSVP_VALUES
SELECT RSAnID, RSFsFieldName, RFVsValue
FROM RSVPattendees
JOIN RSVPfields ON RSFnThymeID = RSAnThymeID
AND RSFbShow = 1
JOIN RSVPfieldvalues ON RFVnFieldID = RSFnID
AND RFVnAttendeeID = RSAnID
WHERE RSAnThymeID = 967
Notice: A non well formed numeric value encountered in D:\Website\MyCommunityMOB\include\CommonFunctions.php on line 825
Notice: A non well formed numeric value encountered in D:\Website\MyCommunityMOB\include\CommonFunctions.php on line 826
Notice: A non well formed numeric value encountered in D:\Website\MyCommunityMOB\include\CommonFunctions.php on line 827