bedezign / yii2-audit

Yii2 Audit records and displays web/cli requests, database changes, php/js errors and associated data.
https://bedezign.github.io/yii2-audit/
Other
193 stars 112 forks source link

Custom Panel not displayed #205

Open enriquemolinari opened 7 years ago

enriquemolinari commented 7 years ago

Hello, I have set up the custom panel as in the example in the documentation (ViewsPanel), but I'm not seeing it in the UI. I see the data in the audit_data table, that works perfect. This is my configuration : 'modules' => [ 'audit' => [ 'class' => 'bedezign\yii2\audit\Audit', 'accessRoles' => null, 'ignoreActions' => ['audit/', 'debug/'], 'compressData' => false, 'panels' => [ 'audit/request', 'app/views' => 'app\panels\ViewsPanel', ], ], ...

any clue? Something broken? Thanks!

vrindhasajikumar commented 4 years ago

I have same issue , Forbidden (#403) You are not allowed to perform this action. The above error occurred while the Web server was processing your request.

Please contact us if you think this is a server error. Thank you.

Plep me to solve this isssue