Creating User Error

Hi Am new to yii…

when iam creating user i got error…

CDbCommand failed to execute the SQL statement: SQLSTATE[HY000]: General error: 1436 Thread stack overrun: 10256 bytes used of a 131072 byte stack, and 128000 bytes needed. Use ‘mysqld --thread_stack=#’ to specify a bigger stack… The SQL statement executed was: INSERT INTO master.user (modified_date, username, password, fullname, role, clientid) VALUES (:yp0, :yp1, :yp2, :yp3, :yp4, :yp5)

I changed thread_stack also please help me…

hello Kareem, Welcome to Yii. post your problem clearly. what is user problem and what you want to do?

when i want to create user after click create button the above error is coming … what can i do to solve this issue

Thanx in advance

how do you save model could you post you code that saves user