thyseus / yii-user-management

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

Error when deleting comment from other member profile #78

Open AMilkov opened 11 years ago

AMilkov commented 11 years ago

The route to profileView is not defined I think.

protected/runtime/application.log:2012/12/29 16:50:57 [error] [exception.CException] exception 'CException' with message 'Property "UserModule.profileView" is not defined.' in .../framework/base/CComponent.php:131 protected/runtime/application.log:#0 .../framework/base/CModule.php(106): CComponent->get('profileView') protected/runtime/application.log:#1 .../protected/modules/user/UserModule.php(201): CModule->get('profileView') protected/runtime/application.log:#2 .../protected/modules/profile/controllers/YumProfileCommentController.php(50): UserModule->__get('profileView')