Closed neoacevedo closed 5 years ago
Don't know if this is still an issue so closing for now. Please be advised that you should be using the namespace functionality from now on.
This error persists when you revert all migrations in your app and your console config has rules for yii2-audit.
For solved it you can add this in your console config:
'audit' => [
'class' => 'bedezign\yii2\audit\Audit',
'accessRoles' => ['administrator'],
'ignoreActions' => ['migrate/*'],
'compressData' => true
],
Hi. It happens if I do a migration down or redo:
In console/config/main.php, in controllerMap section I configured the migration at this mode: