ParamsComponent::init() - APP/Controller/Component/ParamsComponent.php, line 114
ParamsComponent::get() - APP/Controller/Component/ParamsComponent.php, line 10
PlacesController::display() - APP/Controller/PlacesController.php, line 110
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 72
Notice (8): Undefined property: DATABASE_CONFIG::$mongo_do [APP/Config/database.php, line 37]
public function __construct() {// $this->mongo = $this->mongo_dev; $this->mongo = $this->mongo_do;
DATABASE_CONFIG::__construct() - APP/Config/database.php, line 37
ConnectionManager::_init() - CORE/Cake/Model/ConnectionManager.php, line 69
ConnectionManager::getDataSource() - CORE/Cake/Model/ConnectionManager.php, line 83
Model::setDataSource() - CORE/Cake/Model/Model.php, line 3646
Model::setSource() - CORE/Cake/Model/Model.php, line 1162
Model::getDataSource() - CORE/Cake/Model/Model.php, line 3673
Model::_readDataSource() - CORE/Cake/Model/Model.php, line 3040
Model::find() - CORE/Cake/Model/Model.php, line 3012
AppModel::find() - APP/Model/AppModel.php, line 50
PlacesComponent::detail() - APP/Plugin/Core/Controller/Component/PlacesComponent.php, line 115
PlacesController::display() - APP/Controller/PlacesController.php, line 110
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 72
Missing Datasource Configuration
Error:
The datasource configuration mongo was not found in database.php.
Notice:
If you want to customize this error message, create app/View/Errors/missing_datasource_config.ctp
// if (isset($_GET['refresh']) or !$page = Globals::checkPageCache()) {// ob_start(); $Dispatcher = new Dispatcher(); $Dispatcher->dispatch(new CakeRequest(), new CakeResponse());// $page = ob_get_contents();