Warning (2): Undefined array key "Campanya" [APP/Controller/AppController.php, line 38]Code Context //pr($this->campanya);
$this->layout = $this->campanya['Campanya']['layout']; //Layout por defecto (se sobrescribe en algunas paginas, por ej. en campanyas/index)
AppController::beforeFilter() - APP/Controller/AppController.php, line 38
CampanyasController::beforeFilter() - APP/Controller/CampanyasController.php, line 14
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 98
Warning (2): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 38]Code Context //pr($this->campanya);
$this->layout = $this->campanya['Campanya']['layout']; //Layout por defecto (se sobrescribe en algunas paginas, por ej. en campanyas/index)
AppController::beforeFilter() - APP/Controller/AppController.php, line 38
CampanyasController::beforeFilter() - APP/Controller/CampanyasController.php, line 14
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 189
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 98
Warning (2): Undefined array key "Campanya" [APP/Controller/CampanyasController.php, line 19]Code Context public function index() {
$this->render('landing_pages/' . $this->campanya['Campanya']['codename']);
CampanyasController::index() - APP/Controller/CampanyasController.php, line 19
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 98
Warning (2): Trying to access array offset on value of type null [APP/Controller/CampanyasController.php, line 19]Code Context public function index() {
$this->render('landing_pages/' . $this->campanya['Campanya']['codename']);
CampanyasController::index() - APP/Controller/CampanyasController.php, line 19
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 499
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 98
Warning (2): Undefined array key "Campanya" [APP/Controller/AppController.php, line 38]Code Context //pr($this->campanya);
$this->layout = $this->campanya['Campanya']['layout']; //Layout por defecto (se sobrescribe en algunas paginas, por ej. en campanyas/index)
AppController::beforeFilter() - APP/Controller/AppController.php, line 38
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 158
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Warning (2): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 38]Code Context //pr($this->campanya);
$this->layout = $this->campanya['Campanya']['layout']; //Layout por defecto (se sobrescribe en algunas paginas, por ej. en campanyas/index)
AppController::beforeFilter() - APP/Controller/AppController.php, line 38
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 682
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 158
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 95
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 126
[main] - [internal], line ??
Missing View
Error:
The view for CampanyasController::index() was not found.
Confirm you have created the file: Campanyas/landing_pages/.ctp in one of the following paths:
- /home/columbia/public_html/ecosistema_2014/websites/pruebatuingles/app/View/Campanyas/landing_pages/.ctp
Notice:
If you want to customize this error message, create app/View/Errors/missing_view.ctp
Stack Trace