Closed wkopala closed 7 years ago
Invalid Configuration – yii\base\InvalidConfigException
Unknown component ID: db
in /Applications/MAMP/htdocs/content-rating-system/vendor/yiisoft/yii2/di/ServiceLocator.php
if (isset($this->_definitions[$id])) { $definition = $this->_definitions[$id]; if (is_object($definition) && !$definition instanceof Closure) { return $this->_components[$id] = $definition; } else { return $this->_components[$id] = Yii::createObject($definition); } } elseif ($throwException) { throw new InvalidConfigException("Unknown component ID: $id"); } else { return null; } }
did I miss something?
Invalid Configuration – yii\base\InvalidConfigException
Unknown component ID: db
in /Applications/MAMP/htdocs/content-rating-system/vendor/yiisoft/yii2/di/ServiceLocator.php
if (isset($this->_definitions[$id])) { $definition = $this->_definitions[$id]; if (is_object($definition) && !$definition instanceof Closure) { return $this->_components[$id] = $definition; } else { return $this->_components[$id] = Yii::createObject($definition); } } elseif ($throwException) { throw new InvalidConfigException("Unknown component ID: $id"); } else { return null; } }
did I miss something?