amnah / yii2-user

Yii2 user authentication module
MIT License
253 stars 104 forks source link

Getting unknown property: app\modules\user\models\Role::can_user #147

Closed AFairuzZ closed 8 years ago

AFairuzZ commented 8 years ago

thx for your great extension hei i got a problem. i try to do this in my _form.php

<?php if(!Yii::$app->user->can("user")){ ?> <?= $form->field($model, 'id_profile')->dropDownlist( Profile::getNama(), ['prompt' => 'Pilih Peserta']) ?> <?php } ?>

i got error Getting unknown property: app\modules\user\models\Role::can_user

please help me amnah. thx

AFairuzZ commented 8 years ago

[SOLVED] sorry i miss add 'authManager' => [ 'class' => 'yii\rbac\PhpManager', ], to config/web.php

Thx amnah