yii2 advanced application issue ?
Closed this issue · 3 comments
paskuale75 commented
PHP Compile Error 'yii\base\ErrorException' with message 'nullref\core\components\ModuleInstaller::addToConfig(): Failed opening required '/var/www/AppName/console/config/installed_modules.php' (include_path='.:/usr/share/php')'
ZAYEC77 commented
Hello
I think you could try to create file like this https://github.com/NullRefExcep/yii2-boilerplate/blob/master/src/config/installed_modules.php
in needed location.
ZAYEC77 commented
Also, you can add module manually to your common config and run migration, without run installation command. It's acceptable too.
paskuale75 commented
Ok, many thanks ;)