Problem with extension Yii-user-management

Hello folks!

I have installed the extension Yii-user-management but I have some problems and I don’t know why.

My project’s name is SocialNetwork, so, if I go to “../index.php/user/login” it works fine, I can login as admin/admin. But when I try to go to “../index.php/user/user/admin” (as it is said in the instructions) it throws a PHP Warning.

I attach the picture with the error.

6391

Captura.PNG

6392

Captura1.PNG

6393

Captura2.PNG

6394

Captura3.PNG

Hope someone can help me.

Thank you.

Hello.

YumRole.php isn’t import to project.

You must import the class.

I don’t know how the extension works, but two, or you import the class into config/main.php or in your controller like:




Yii::import('application.modules.moduleName.models.*');



Regards.