Closed dustinmoore closed 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
Solved my own issue. Removed everything, started over manually added the above mentioned table and smooth sailing from there. My bad.
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.