CDbException (help)

[font="Book Antiqua"][font="Impact"][font="Arial Black"]Can anybody help me,if i missing something i using yii-user-management_0.8rc3.tar

//----------------------------------------------------------------------

at this url index.php/membership/membership/index

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘demo’ in ‘where clause’. The SQL statement executed was: SELECT COUNT(*) FROM membership t WHERE user_id = demo

//----------------------------------------------------------------------

and this index.php/profile/profile/view

Fatal error: Call to a member function getFriends() on a non-object in C:\wamp\www\protected\modules\friendship\controllers\YumFriendshipController.php on line 147

//----------------------------------------------------------------------

index.php/profile/profile/update

CDbCommand failed to execute the SQL statement: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘demo’ in ‘where clause’. The SQL statement executed was: SELECT * FROM messages t WHERE to_user_id = demo and message_read = 0 ORDER BY timestamp DESC LIMIT 10

//-----------------------------------------------------------------------

/index.php/avatar/avatar/editAvatar

PHP Error

Invalid argument supplied for foreach()

[/font][/font][/font]

I have the same problem

I hope somebody come up with a solution

I cleared the cache, that solved the problem.

yet I don’t know what caused the problem in the first place

Yea. same to me, clear the cache or using other browser :)

shouldn’t demo be in quotes??