vova07 / yii2-users-module

This module provide a users managing system for your yii2 application.
24 stars 15 forks source link

Migration error #1

Closed em17 closed 10 years ago

em17 commented 10 years ago

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

vova07 commented 10 years ago

After migration action, module table have been created in your database? What db you have use?

em17 commented 10 years ago

No module tables have been created after the command.

Database name: 'em17'

Migration command used: 'php yii migrate --migrationPath=@vova07/users/migrations'

em17 commented 10 years ago

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.

em17 commented 10 years ago

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

vova07 commented 10 years ago

Thanx! Close this one.