USING RBAC ADMIN

 


Used mdmsoft admin and tried to use activate button in the grid action column? I tried to use it but this error appears: Unable to locate message source for category ‘rbac-admin’.

Solution:

‘components’ => [ // other code ‘i18n’=>[ ‘translations’=>[ ‘rbac-admin’ => [ ‘class’ => ‘yii\i18n\PhpMessageSource’, ‘basePath’ => ‘@app/messages’, ], ], ] ],

 

Post a Comment

0 Comments