thyseus / yii-user-management

a user management module collection for the yii framework
186 stars 122 forks source link

There is an error alias #189

Closed Arsey closed 9 years ago

ghost commented 10 years ago

Alias "ProfileModule.controllers.YumProfileController" is invalid. Make sure it points to an existing directory or file.

ghost commented 10 years ago

If you need to fix it change on ProfileModule the first line from Yii::setPathOfAlias('profile' , dirname(FILE)); to Yii::setPathOfAlias('ProfileModule' , dirname(FILE)); Good luck @tsking