View file "/home/columbia/public_html/ecosistema_2014/websites/tvingles/app/View/Campanyas/landing_pages/.ctp" is missing.
Error: An Internal Error Has Occurred.
Stack Trace
- CORE/Cake/View/View.php line 468 → View->_getViewFileName(string)
return;
}
if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
$this->_currentType = self::TYPE_VIEW;
'landing_pages/'
- CORE/Cake/Controller/Controller.php line 954 → View->render(string, null)
}
$this->autoRender = false;
$this->response->body($this->View->render($view, $layout));
return $this->response;
'landing_pages/' null
- APP/Controller/CampanyasController.php line 18 → Controller->render(string)
public function index() {
$this->layout = 'blank_layout'; //Ponemos un layout en blanco (ver views/layouts) para poder cargar las landing pages como views
$this->render('landing_pages/' . $this->campanya['Campanya']['codename']);
}
'landing_pages/'
- [internal function] → CampanyasController->index()
- CORE/Cake/Controller/Controller.php line 490 → ReflectionMethod->invokeArgs(CampanyasController, array)
'action' => $request->params['action']
));
}
return $method->invokeArgs($this, $request->params['pass']);
object(CampanyasController) { name => 'Campanyas' components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) campanya => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Campanyas' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'index' layout => 'blank_layout' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Campanya' modelKey => 'campanya' validationErrors => null Session => object(SessionComponent) {} Auth => object(AuthComponent) {} GestionCampanyas => object(GestionCampanyasComponent) {} GestionUsuarios => object(GestionUsuariosComponent) {} GestionEntregas => object(GestionEntregasComponent) {} Herramientas => object(HerramientasComponent) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } array()
- CORE/Cake/Routing/Dispatcher.php line 191 → Controller->invokeAction(CakeRequest)
$response = $controller->response;
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => false base => '' webroot => '/' here => '/' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' }
- CORE/Cake/Routing/Dispatcher.php line 165 → Dispatcher->_invoke(CampanyasController, CakeRequest)
));
}
$response = $this->_invoke($controller, $request);
if (isset($request->params['return'])) {
object(CampanyasController) { name => 'Campanyas' components => array( [maximum depth reached] ) helpers => array( [maximum depth reached] ) uses => array( [maximum depth reached] ) campanya => array([maximum depth reached]) request => object(CakeRequest) {} response => object(CakeResponse) {} viewPath => 'Campanyas' layoutPath => null viewVars => array( [maximum depth reached] ) view => 'index' layout => 'blank_layout' autoRender => false autoLayout => true Components => object(ComponentCollection) {} viewClass => 'View' View => object(View) {} ext => '.ctp' plugin => null cacheAction => false passedArgs => array([maximum depth reached]) scaffold => false methods => array( [maximum depth reached] ) modelClass => 'Campanya' modelKey => 'campanya' validationErrors => null Session => object(SessionComponent) {} Auth => object(AuthComponent) {} GestionCampanyas => object(GestionCampanyasComponent) {} GestionUsuarios => object(GestionUsuariosComponent) {} GestionEntregas => object(GestionEntregasComponent) {} Herramientas => object(HerramientasComponent) {} [protected] _responseClass => 'CakeResponse' [protected] _mergeParent => 'AppController' [protected] _eventManager => object(CakeEventManager) {} } object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => false base => '' webroot => '/' here => '/' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' }
- APP/webroot/index.php line 98 → Dispatcher->dispatch(CakeRequest, CakeResponse)
App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse());
object(CakeRequest) { params => array( [maximum depth reached] ) data => array([maximum depth reached]) query => array([maximum depth reached]) url => false base => '' webroot => '/' here => '/' [protected] _detectors => array( [maximum depth reached] ) [protected] _input => '' } object(CakeResponse) { [protected] _statusCodes => array( [maximum depth reached] ) [protected] _mimeTypes => array( [maximum depth reached] ) [protected] _protocol => 'HTTP/1.1' [protected] _status => (int) 200 [protected] _contentType => 'text/html' [protected] _headers => array([maximum depth reached]) [protected] _body => null [protected] _file => null [protected] _fileRange => null [protected] _charset => 'UTF-8' [protected] _cacheDirectives => array([maximum depth reached]) [protected] _cookies => array([maximum depth reached]) }