Login     Sign up
Error when user register again with the same email and username after delete
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

1- i create a member userX with email emailY
2- from admin panel: i delete this member

3- i create a new member with the same information
all is ok, but when I click in the members profile:
[url]http://mydomain.com/u/userX[/url]
i get this error

"can not find the owner"

any idea about this ?

thanks

164 months ago
Eliz zeta (@eliz)
Join date: Nov 29th 2010
Community posts: 153
View Profile
Send Message

by phpmy admin, i find that when you delete user, id of this user is deleted to.
when you register the same user with the same email and nick, system assign a new id, and you get the error.
so if you change the id and give this user the id deleted, the problem is solved.
but the bug still her cos it s not a solution do it form phpmyadmin

164 months ago
pdoley (@pdoley)
Join date: May 31st 2011
Community posts: 2
View Profile
Send Message

go to phpmyadmin and remove the user admin account completly and register in your site with a new email id

152 months ago