Adding a guest mysql/php issue
-
Ive got the option ON to let a guest add additional guests… This is great for them to add their wives, husbands, kids, etc. Problem is, in my testing, when I add a guest, everything goes through fine… But on the confirmation screen, I’m getting the following MySQL/PHP output error message:
Warning: Missing argument 2 for wpdb::prepare(), called in /home/MyDir/public_html/jasonandholli.com/wp-content/plugins/rsvp/rsvp_frontend.inc.php on line 712 and defined in /home/MyDir/public_html/jasonandholli.com/wp-includes/wp-db.php on line 992
Line 712 refers to Attendee ID:
WHERE attendeeID = ".$attendeeID));
I searched the support forums here and dont see anyone having this issue… I havent edited anything other than Outputs that aren’t configurable. Everything works great but adding additional guests.
Any clues? Any help is appreciated. Hate to turn this functionality off.
Site is: https://jasonandholli.com
- The topic ‘Adding a guest mysql/php issue’ is closed to new replies.