problem registering a user

hi

after a while, i checked user registeration in my program, out of the blue i saw it didnt work

im using yii2advanced registration system and only added some more fields to the table

both server side and client side validation work fine and after register a new user, it prompt success registration, but actually there is no new user in database

what is the problem? thanks

It might depend on the fields you added to the table, they can possibly interfere. I had this problem when I first installed and didn’t run the migration. This is only a guess, but I did see similar behavior, especially if you have field named password.

thanks

it was from rules