Skip to content
New issue

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

Notice: Uninitialized string offset: 0 in xxx\xxx\vendor\yiisoft\yii2\helpers\BaseArrayHelper.php on line 813 #161

Open
wingsryder opened this issue Jul 22, 2016 · 0 comments

Comments

@wingsryder
Copy link

wingsryder commented Jul 22, 2016

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 :
audit

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/*',
    ]
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant