HI all ,
i am using rights module to create admin panel in my application i configured most of these errors now its quite ok .But the problem is that when i try to login to the page it shows me error
Property "RightsModule.superUserRole" is not defined.
i have already made changes in my configuration file and Rights variables also like this
'rights'=>array(
'superUserRole'=>'Admin',
'defaultRoles'=>array('Guest'),
'superUsers'=>array(1=>'admin'),
'userClass'=>'User' ,
'usernameColumn'=>'username' ,
'enableBizRule'=>true ,
'enableBizRuleData'=>false ,
'install'=>false,
'layout'=>'column1',
),
can some one tell me how to fix this issue.