Closed em17 closed 10 years ago
After migration action, module table have been created in your database?
What db
you have use?
No module tables have been created after the command.
Database name: 'em17'
Migration command used: 'php yii migrate --migrationPath=@vova07/users/migrations'
I used Yii2 basic template as the base and I commented out the user component that comes with the template because I want to use your user component.
I apologize it is my mistake in db config file. I have added this line by mistake => 'mysql:host=localhost;dbname='em17' I corrected it by removing the single quote after the = sign.
YOUR MODULE WORKS, ITS GREAT!!! THANK YOU FOR CONTRIBUTING TO THE COMMUNITY!!!
+1 for you Vasile! Regards, EM
Thanx! Close this one.
Hi, first thank you for this great module!
Everything was successful upto the migration step. When I run migration the command line doesn't give any output and even without any error it jumps to the next line.
Couldn't find any help.
EM