Closed DrMabuse23 closed 10 years ago
Your problem can resolve by setup authManager component on config. ie. for file base: 'authManager' => [ 'class' => 'yii\rbac\PhpManager', 'authFile' => '@app/runtime/rbac.php' ]
for db base 'authManager' => [ 'class' => 'yii\rbac\DbManager' ]
But, as this ext not support auto generate auth tables, you must generate auth tables yii/rbac/schema-yourdb.sql manually. I hope the auth tables auto generator be implemented next.
thx works very well
PHP Fatal Error – yii\base\ErrorException
Call to a member function getItems() on a non-object