Problems with Version 1.7.0

39 views
Skip to first unread message

Anand Phulwani

unread,
Oct 5, 2013, 4:14:01 PM10/5/13
to yii-...@googlegroups.com
Hi, i just tried installing the extension 1.7.0 of the module, although i was able to access the module, the top navigation bar showing links like Roles/Task/Operation was not there, and when i click a user, i could view the assignments but however could not edit it in any way. However when i replaced the module back to version 1.6.0 and did a little bit modification here and there it went working with whole menu. Here is my config file extract of the same
 
                        'authManager' => array(
                            'class'=>'CDbAuthManager',
                            'connectionID'=>'db',
                            'itemTable' => 'Console_AuthItem',
                            'itemChildTable' => 'Console_AuthItemChild',
                            'assignmentTable' => 'Console_AuthAssignment',
                           
                            'behaviors' => array(
                                'auth' => array(
                                    'class' => 'auth.components.AuthBehavior',
                                    'admins' => array('admin'),
                                    ),
                                ),
                                ),
                        'user' => array(
                                'allowAutoLogin'=>true,
                                'class' => 'auth.components.AuthWebUser',
                                //'admins' => array('admin','demo'), // users with full access
                                ),
 
I am unsure that even with admin login, and mentioning admin as a user with full access, do i have to give some other authentication permissions because my itemTable,itemChildTable,assignmentTable all are empty. 
Reply all
Reply to author
Forward
0 new messages