Hi I have been receiving a bunch of errors and haven't been able to trouble shoot them myself.
After upgrade to 5.7 last night I am receiving these two:
Duplicate entry '10' for key 1 query: INSERT INTO users (name, mail, pass, init, status, uid, created) VALUES ('newuser', 'emailaddress', '107cd38179eb7b1b60ebbb7d3b9a3fcb', 'emailaddress', 0, 10, 1201616824) in /home/xxx/public_html/xxx/includes/database.mysql.inc on line 172.
and
pack() [function.pack]: Type H: illegal hex digit k in /home/xxx/public_html/xxx/sites/all/modules/recaptcha/recaptcha/recaptchalib.php on line 237.
They same to run hand in hand, both are coming after somebody tries to create an account. On investigation I have found that users are being re-used and the new user information is overwriting the next uid and then because of the mixed information neither can login.
I gather the first error may have something to do with sequence table, could somebody advise on how to fix this please (not experienced at running queries in db so step by step if something is needed please.
It is hard to say when this occurred as I had updated to 5.6 over weekend then to 5.7 last night, I did find an almost similar error was occurring between the 5.6 > 5.7 but not before the 5.6 upgrade.