NullRefExcep/yii2-category

yii2 advanced application issue ?

Closed this issue · 3 comments

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')'

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.

Also, you can add module manually to your common config and run migration, without run installation command. It's acceptable too.

Ok, many thanks ;)