ANGEL OF FIRE
Member
After some server problem an error occurred and new user registration does not work now. We have a backup, but not want to roll back.
How to fix this error?
Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Duplicate entry '139309' for key 'PRIMARY' - library/Zend/Db/Statement/Mysqli.php:214
Code:
array(3) {
["url"] => string(49) "https://www.xxxxxxxx.net/forum/register/register"
["_GET"] => array(0) {
}
["_POST"] => array(14) {
["username"] => string(9) "dsfasfdsf"
["email"] => string(18) "dafsdfa@googpl.com"
["password"] => string(8) "********"
["password_confirm"] => string(8) "********"
["dob_month"] => string(1) "1"
["dob_day"] => string(2) "12"
["dob_year"] => string(4) "1980"
["gender"] => string(4) "male"
["timezone"] => string(16) "Europe/Amsterdam"
["recaptcha_challenge_field"] => string(228) "03AHJ_VuuYVLvWk6nslsZNzcmwt0UY7t5V57migeYmM_MnuuG22q5ij9oQaNSD5TuGDrSL6dg9Iq8hm8vsSWDSjPjO9jvzHNf2qbPRpp5vp9e5PQMURHmtjmX62qSHtnVF6hMqtj9gEl9uAUh6ZqAStfxyYpsd752jCBr0M29zn5Z7J0XAGbvUPWcjkByexlmWOPxxejD3GMHHyHfPB1BTpKe54dxCQzso8g"
["recaptcha_response_field"] => string(15) "pndivera Barcia"
["agree"] => string(1) "1"
["_xfToken"] => string(8) "********"
["reg_key"] => string(32) "b153e1f87260c8a87bdcc725ea91f2dc"
}
}
How to fix this error?