thyseus / yii-user-management

a user management module collection for the yii framework
185 stars 122 forks source link

Property "YumUser.superuser" is not defined. #158

Closed dustinmoore closed 10 years ago

dustinmoore commented 10 years ago

When running: /index.php/user/install

I get the error Property "YumUser.superuser" is not defined

I'm brand new to Yii and have no idea what I might have done wrong.

Thanks for any help.

dustinmoore commented 10 years ago

I tried in a different browser (wasn't logged in to the default user etc) and got the following error instead:

CDbException

CDbCommand failed to execute the SQL statement: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxxx.translation' doesn't exist. The SQL statement executed was: select message, translation from translation where language = :language and category = :category

dustinmoore commented 10 years ago

Solved my own issue. Removed everything, started over manually added the above mentioned table and smooth sailing from there. My bad.