yii2-users
yii2-users copied to clipboard
Exception 'Error' with message 'Class 'm130524_201442_init' not found'
Migration dosnt work.
cause: namespace budyaga\users\migrations;
my_project> yii migrate/up --migrationPath=@vendor/budyaga/yii2-users/migrations
and i got
Yii Migration Tool (based on Yii v2.0.11.2)
Total 1 new migration to be applied:
m130524_201442_init
Apply the above migration? (yes|no) [no]:y
*** applying m130524_201442_init
Exception 'Error' with message 'Class 'm130524_201442_init' not found'
in C:\..\my_project\vendor\yiisoft\yii2\console\controllers\MigrateController.php:191
Just comment or delete namespace in migration file
@krivochenko why don't u commit this small issue ? Thanks ;)
Unfortunately I don't know how to do this :(
Solution: extend all module ;)