On 15/07/11 12:22 PM, hernani wrote:
> hello,
> i have almost everything  work, but give me the error below
>
> and give me this error in page down Something is wrong with the web 
> admin permission system. Check admin debug logs for details.
> 
> i don't know where is error can you help me??
> 

Users are assigned roles and roles are assigned permission levels with a
single digit. Your role is level5 but under roles level5 is not defined.

I suggest that you change hermani's role to admin and that you change
default_role to helpdesk. Or add a level5 = 5 role if you insist on
using level5.

> Jul 15 18:14:31  [debug] Looking up permission-level for user hernani 
> with role level5.
> Jul 15 18:14:31  [debug] Permission table: array (
>    'users' =>
>    array (
>      'default_role' => 'level5',
>      'admin' => 'admin',
>      'hernani' => 'level5',
>    ),
>    'roles' =>
>    array (
>      'admin' => '5',
>      'level1' => '5',
>      'level2' => '3',
>      'helpdesk' => '3',
>    ),
>    'permissions' =>
>    array (
>      'person' => '4',
>      'node' => '4',
>      'violation' => '4',
>      'configuration' => '4',
>      'administration' => '4',
>      'scan' => '4',
>    ),
> )


-- 
Olivier Bilodeau
[email protected]  ::  +1.514.447.4918 *115  ::  www.inverse.ca
Inverse inc. :: Leaders behind SOGo (www.sogo.nu) and PacketFence
(www.packetfence.org)

------------------------------------------------------------------------------
AppSumo Presents a FREE Video for the SourceForge Community by Eric 
Ries, the creator of the Lean Startup Methodology on "Lean Startup 
Secrets Revealed." This video shows you how to validate your ideas, 
optimize your ideas and identify your business strategy.
http://p.sf.net/sfu/appsumosfdev2dev
_______________________________________________
Packetfence-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to