sarvan75 / yii-user-management

Automatically exported from code.google.com/p/yii-user-management
0 stars 0 forks source link

canot save to profile #151

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. i tried register user, success save to users table but when insert data 
profiles, get error
2.
3.

What is the expected output? What do you see instead?
CDbCommand gagal menjalankan statementSQL: SQLSTATE[01000]: Warning: 1265 Data 
truncated for column 'privacy' at row 1. The SQL statement executed was: INSERT 
INTO `profiles` (`user_id`, `privacy`, `lastname`, `firstname`, `show_friends`, 
`allow_comments`, `email`, `timestamp`) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, 
:yp5, :yp6, :yp7)

What version of the product are you using? On what operating system?
1.1.8

Please provide any additional information below.
windows xp home edition

Original issue reported on code.google.com by ysf.herm...@gmail.com on 3 Aug 2011 at 6:01