hi, yesterday I’ve installed Rights module into my app and everything works fine. But I’ve got a problem with access denied info. I’ve created a user with right to only operation in specific controller (I’ve 7 main controllers) and when I login as this user to my app I see the content displayed by allowed controller action but when I try to access a “not allowed” controller action I get:
CHttpException
Nie jesteĹ upowaĹźniony do wykonania tej akcji. (C:\Users\EVEO\Documents\URVE\Profiles\urve\protected\modules\rights\components\RController.php:62)
#0 C:\Users\EVEO\Documents\URVE\Profiles\urve\protected\modules\rights\components\RightsFilter.php(57): RController->accessDenied()
#1 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\filters\CFilter.php(39): RightsFilter->preFilter(Object(CFilterChain))
#2 C:\Users\EVEO\Documents\URVE\Profiles\urve\protected\modules\rights\components\RController.php(36): CFilter->filter(Object(CFilterChain))
#3 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\filters\CInlineFilter.php(59): RController->filterRights(Object(CFilterChain))
#4 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\filters\CFilterChain.php(131): CInlineFilter->filter(Object(CFilterChain))
#5 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\CController.php(283): CFilterChain->run()
#6 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\CController.php(257): CController->runActionWithFilters(Object(CInlineAction), Array)
#7 C:\Users\EVEO\Documents\URVE\Profiles\framework\web\CWebApplication.php(277): CController->run(‘error’)
#8 C:\Users\EVEO\Documents\URVE\Profiles\framework\base\CErrorHandler.php(280): CWebApplication->runController(‘site/error’)
#9 C:\Users\EVEO\Documents\URVE\Profiles\framework\base\CErrorHandler.php(181): CErrorHandler->render(‘error’, Array)
#10 C:\Users\EVEO\Documents\URVE\Profiles\framework\base\CErrorHandler.php(104): CErrorHandler->handleException(Object(CHttpException))
#11 C:\Users\EVEO\Documents\URVE\Profiles\framework\base\CApplication.php(709): CErrorHandler->handle(Object(CExceptionEvent))
#12 [internal function]: CApplication->handleException(Object(CHttpException))
#13 {main}
displayed as a whole page instead of part of layout. What can be the reason?