Yes i do all by instructions.
But i see massive of warnings and errors when try open page assign page.
Also for install i do some changes in the code for detemine variables, because install.php did not know vars $error and $disabled. After installation i see test data on default page index.php?r=srbac/authItem/ , page work normaly.
Then i try page index.php?r=srbac/authItem/assign and look on many errors about Post['action'] and about var's based on it and other POST data.
For fix it i do next with AuthItemController:
add under line 84
$userid = '';
$active = "tab1";
$message = "";
add after block //Init values finished:
if(Yii::app()->request->isPostRequest){
$userid = $_POST[Yii::app()->getModule('srbac')->userclass][$this->module->userid];
}
After this actions page /index.php?r=srbac/authItem/assign work and show me tab's.
On trying use the buttons '>>>' and '<<<', on any tab, i catch the Fatal error:
Undefined index: User AuthItemController.php(105)
After this i write the my first today msg. in this thread and back to real application.
Now i go to home and do test this ext. on full clean yii 1.07 w/o something
If it will work fine i will search the bug.
I hope on Your help Spyros.
This ext. is very usefull, if u need help i'm ready for action. Anywhere i will construct interface for manage RBAC. may be based on this ext, may be not.
Wait Your reply.