mishamx / yii-user

Yii PHP Framework extension for registration and management users accounts.
http://yii-user.2mx.org/
186 stars 154 forks source link

Migrate error. #75

Open ishell opened 10 years ago

ishell commented 10 years ago

A error after when i run the migrate yiic migrate --migrationPath=user.migrations Error: The migration directory does not exist: user.migrations

ishell commented 10 years ago

And I find this link http://stackoverflow.com/questions/12771489/migrations-with-yii run yiic migrate --migrationPath=application.modules.user.migrations also return Error: The migration directory does not exist: application.modules.user.migrations

masiorama commented 9 years ago

Make sure to use the yiic inside the protected folder... the first time I tried I used the yiic inside the framework and I wasn't able to make it work.