master-login-system icon indicating copy to clipboard operation
master-login-system copied to clipboard

User Registration

Open ScottDonor opened this issue 8 years ago • 5 comments

Hi, I love the code, but new users cant seem to register, I keep getting this error: There was an error ! Please try again ! I added a few debug echos and I think $id is not being set within this section

if(($db->query("INSERT INTO `".MLS_PREFIX."users` SET ?u", $user_data)) && ($id = $db->insertId()) && $db->query("INSERT INTO `".MLS_PREFIX."privacy` SET `userid` = ?i", $id)) {

ScottDonor avatar Dec 08 '16 11:12 ScottDonor

Just installed and works perfectly for me :1st_place_medal:

petercraig avatar Jan 05 '17 18:01 petercraig

I face the same issue.

IshamMohamed avatar Mar 07 '17 15:03 IshamMohamed

same problem

willyopudo avatar Apr 29 '17 16:04 willyopudo

here too

Gerrymandered avatar Nov 07 '17 04:11 Gerrymandered

I am trying to add more user fields. I cannot get them to post or update. I used to write Cold Fusion and sort of stayed away from php. Any help would be appreciated.

jgethers avatar Jan 07 '18 23:01 jgethers