Open enriquemolinari opened 7 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
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!