This topic is locked
[SOLVED]

 I cannot seem to add to the user validation table

10/16/2010 11:24:56 PM
PHPRunner General questions
K
karmacomposer author

Something new is now wrong:
I cannot add to a specific database table that I was not even working on.
I get this error:
<<< Record was NOT added >>>
Duplicate entry '2' for key 1
In testing, I DID NOT USE DUPLICATE ANYTHING. All names, passwords, email addresses, etc were unique to anything already stored.
This is for user validation, which is CRITICAL for people to sign up. How did this get messed up when I was not working anywhere near it and had it working 100%???
HELP!!!
Mike

K
karmacomposer author 10/16/2010



Something new is now wrong:
I cannot add to a specific database table that I was not even working on.
I get this error:
<<< Record was NOT added >>>
Duplicate entry '2' for key 1
In testing, I DID NOT USE DUPLICATE ANYTHING. All names, passwords, email addresses, etc were unique to anything already stored.
This is for user validation, which is CRITICAL for people to sign up. How did this get messed up when I was not working anywhere near it and had it working 100%???
HELP!!!
Mike


I was able to register and add a new user, so it is working. It seems I cannot edit for some reason.
Mike

K
karmacomposer author 10/16/2010

Now everything is working - must have been a corrupted record. I deleted it and re-added and now adding, editing, etc all works.
Mike