Search code examples
yii2user-management

Yii2.0 user management migration failed


Installed Yii 2.0, need to install Yii2.0 User management extension. When I run migrate command it shows the following error. enter image description here

I kept webvimark folder inside vendor folder. If I do anything wrong, please guide me in a right way. Also I had tried by importing the mysql.schema.sql. it didn't work. Sorry If I had asked immature question!!


Solution

  • I guess you have a wrong console app configuration. See whether there is a 'bootstrap' section inside your config/console.php and it has ['gii'] value. You should remove it.