Rbam

guest: return Yii::app()->getUser()->getIsGuest();

authenticated: return !Yii::app()->getUser()->getIsGuest();

Dude, you can’t say I didn’t warn you

Most likely that you’ve hit this issue (which I mentioned in this thread). Quick solution? Check here.

From a real beginner.

I read the RBAM PDF and

  1. downloaded RBAM

2 extracted it in myApplication…protected/modules

3 edited …config/main.php (copying default configuration values)

then i wanted try the first launch with: "-----//your.domain/index.php?r=[parent module/]*rbam" ……

but what does it mean " [parent module/]*rbam" ?

Modules can be embedded recursively. Most likely that this isn’t your case. Drop that [parent module] in your paths and try again.

anyone still have the RBAM documentation,.?

the provided links are dead,.

thanks :)