Installation woes

Hi guys, new to php, new to yii and new to rights . So, all in all, a complete newbie :)

I’m having some problems with installing the rights framework. I have a working application (created by yiic), but when I follow the instructions and then try to log in I get the error

CDbCommand failed to execute the SQL statement: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "authassignment" does not exist

LINE 1: SELECT * FROM AuthAssignment WHERE userid=‘admin’

My database does not have any of the new tables in it, so I am presuming that the auto-install feature is not working, or has failed for some reason. Is there any way I can find out what’s happening ?

"authassignment"

case sensitive

"AuthAssignment"

It’s probably something like that instead.

I had that problem with postgresql. There should be sql schemas for you to run in yiiframework/web/auth