Octavio Limon
unread,Feb 22, 2013, 8:52:11 PM2/22/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to yii-...@googlegroups.com
Hi
I am having Alias "auth.components.AuthWebUser" is invalid. Make sure it points to an existing PHP file and the file is readable.
I have a folder named "auth" inside extensions
also this is my main.php
I have in modules
'auth' => array(
'strictMode' => true, // when enabled authorization items cannot be assigned children of the same type.
'userClass' => 'Users',
'userIdColumn' => 'id_user',
'userNameColumn' => 'nombre',
),
and in components
'authManager' => array(
'behaviors' => array(
'auth' => array(
'class' => 'auth.components.AuthBehavior',
'admins'=>array('admin'), // users with full access
),
),
'class'=>'auth.components.CachedDbAuthManager',
'cachingDuration'=>3600,
),
'user' => array(
'class' => 'auth.components.AuthWebUser',
),
My files have permission...
I have been looking around a lot of blogs.. but I have not been successfull to use..
Could you please help me??
thanks