I am working at trackstar Agile book application chapter 8.
i put the the  "RbacCommand.php" class  to
application "trackstar/protectedcommands/shell/"  folder
and have already updated component array in main.php   with
		'authManager'=>array(
		'class'=>'CDbAuthManager',
		'connectionID'=>'db', 
But as i open the yiic shell
and typed  help
then there don’t appear  the new command i.e.
rbac
what i added according to instructions in chapter8
any help please ?
         
        
          
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            mdomba
            (Maurizio Domba Cerin)
          
          
          
              
              
          2
          
         
        
          NOTE: moved to proper section "Agile Web Dev" instead of  "General Discussion"
         
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            hnamd
            (Mitra Handsomefriend)
          
          
          
              
              
          3
          
         
        
          Hi i am facing same issue plz give me a resolution
         
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            hnamd
            (Mitra Handsomefriend)
          
          
          
              
              
          4
          
         
        
          It is solved it was due to using wrong command
<%root of your installed Yii folder %>yiic shell C:\xampp\htdocs\trackstar\protected\commands\shell\RbacCommand.php
instead of above command it should be :-
<%root of your installed Yii folder %>yiic shell C:\xampp\htdocs\trackstar\protected\config\main.php
After this command i got what are expected.
         
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            zipzapduo
            (Zipzapduo)
          
          
          
              
              
          5
          
         
        
          Please help me .The yiic shell command open always a html script
         
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            menezes
            (Menezes Web)
          
          
          
              
              
          6
          
         
        
        
        
           
           
           
         
         
            
            
          
       
      
        
          
          
            dusellen
            (Selene Arzola)
          
          
          
              
              
          7
          
         
        
          Thanks dude! it works for me 
 . Grettings from México
         
        
        
           
           
           
         
         
            
            
          
       
      
        
        
          Hi
for wamp user shell command will be like this
C:\wamp\www\framework\yiic shell C:\wamp\www\trackstar\protected\config\main.php
it works for me also …thanks