We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting error after installing and adding entry in module for logging error. on Windows 8 : Xampp : yii2 basic install ...web.php file.
Notice: Uninitialized string offset: 0 in C:\xampp\htdocs\zipdrive\vendor\yiisoft\yii2\helpers\BaseArrayHelper.php on line 813
Screenshot :
web.php file
'modules' => [ 'audit' => 'bedezign\yii2\audit\Audit', ]
and
'components' => [ 'errorHandler' => [ 'class' => '\bedezign\yii2\audit\components\web\ErrorHandler', ], ]
Only done adding these 2 entries.
Am I missing anything or its bug with code on windows OS ?
Also in component I have modules
'as access' => [ 'class' => 'mdm\admin\components\AccessControl', 'allowActions' => [ 'sdmin/*', 'site/*', 'gii/*', 'user/*', 'debug/*', 'audit/*', ] ],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting error after installing and adding entry in module for logging error.
on Windows 8 : Xampp : yii2 basic install ...web.php file.
Notice: Uninitialized string offset: 0 in C:\xampp\htdocs\zipdrive\vendor\yiisoft\yii2\helpers\BaseArrayHelper.php on line 813
Screenshot :
web.php file
and
Only done adding these 2 entries.
Am I missing anything or its bug with code on windows OS ?
Also in component I have modules
The text was updated successfully, but these errors were encountered: