Ivan Timofeev

Results 4 comments of Ivan Timofeev

@dtmonterrey , Thx for reply... I forgot to specify what use, "advanced template"

``` Exception TypeError Argument 1 passed to yii\di\Container::invoke() must be callable, array given, called in /var/www/webpath/vendor/yiisoft/yii2/BaseYii.php on line 346 1. in /var/www/webpath/vendor/yiisoft/yii2/di/Container.php at line 491 482483484485486487488489490491492493494495496497498499500 * * @param callable...

@dtmonterrey yup ```

@dtmonterrey , Many thanks for the tip! error was this bootstrap module, i add `if($id!='bootstrap')` in in /var/www/webpath/vendor/webvimark/module-user-management/components/AuthHelper.php in function **getRouteRecursive** ``` foreach ($module->getModules() as $id => $child) { if($id!='bootstrap')...