thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

Error when try to Create new User #150

Open akosmenyhert opened 11 years ago

akosmenyhert commented 11 years ago

I try to use this nice module of yii, but I got some error when try to create new user.

"CDbCommand failed to execute the SQL statement: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1. The SQL statement executed was: delete from user_role where user_id ="

User's ID is empty because the user model does not saved yet (only the end of the actionCreate methood). So it can not syncRoles before User model has been saved in the Create action.

Or I made ​​some mistakes?