I’m getting this:
CDbCommand failed to execute the SQL statement: SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘admin_level’ cannot be null. The SQL statement executed was: UPDATE users SET name=:yp0, email=:yp1, password=:yp2, admin_level=:yp3, newsletter=:yp4, birth_day=:yp5, birth_month=:yp6, birth_year=:yp7 WHERE users.id=‘1’
How to find out the value of yp0, yp1, … ?