personal-maps
personal-maps copied to clipboard
db error
CDbCommand не удалось исполнить SQL-запрос: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'personalmaps.AuthAssignment' doesn't exist. The SQL statement executed was: SELECT *
FROM AuthAssignment
WHERE userid=:userid
table in your db is called authassignment
You have to run yiic migrate
command from the protected
folder.
This command will add several tables to the database. Check that authassignment
table exists.