Notice (8): Undefined index: Campanya [APP/Controller/AppController.php, line 38]Code Context $this->set('campanyaActual', $this->campanya);
$this->layout = $this->campanya['Campanya']['layout']; //Layout por defecto (se sobrescribe en algunas paginas, por ej. en campanyas/index)
$url = 'https://inglesmovil.com'
AppController::beforeFilter() - APP/Controller/AppController.php, line 38
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 669
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 155
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 94
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 125
[main] - [internal], line ??
Notice (8): Undefined index: Campanya [APP/Controller/AppController.php, line 69]Code Context if ( $this->Auth->User('Usuario.id_usuario') ) $login = $this->Auth->User('Usuario.id_usuario');
else {
if ($this->campanya['Campanya']['por_IP'] == 1) $login = $ip; //Las campanyas con acceso por IP no usan "usuarios", guardamos la IP usada para entrar
$ip = '18.188.235.195'
$fecha_actual = '2025-03-30'
$hora_actual = '23:50:56'
AppController::__guardarVisitas() - APP/Controller/AppController.php, line 69
AppController::beforeFilter() - APP/Controller/AppController.php, line 42
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 669
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 155
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 94
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 125
[main] - [internal], line ??
Notice (8): Undefined index: Campanya [APP/Controller/AppController.php, line 80]Code Context 'fecha_registro' => $fecha_actual,
'hora_registro' => $hora_actual,
'id_campania' => $this->campanya['Campanya']['id_campanya'],
$ip = '18.188.235.195'
$fecha_actual = '2025-03-30'
$hora_actual = '23:50:56'
$login = ''
$desc = 'http://inglesmovil.com/sitemap.xml'
AppController::__guardarVisitas() - APP/Controller/AppController.php, line 80
AppController::beforeFilter() - APP/Controller/AppController.php, line 42
call_user_func - [internal], line ??
CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 247
Controller::startupProcess() - CORE/Cake/Controller/Controller.php, line 669
ExceptionRenderer::_getController() - CORE/Cake/Error/ExceptionRenderer.php, line 155
ExceptionRenderer::__construct() - CORE/Cake/Error/ExceptionRenderer.php, line 94
ErrorHandler::handleException() - CORE/Cake/Error/ErrorHandler.php, line 125
[main] - [internal], line ??
Missing Controller
Error:
Sitemap.xmlController could not be found.
Error:
Create the class Sitemap.xmlController below in file: app/Controller/Sitemap.xmlController.php
<?php
class Sitemap.xmlController extends AppController {
}
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
Stack Trace
- APP/webroot/index.php line 97 → 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 => 'sitemap.xml'
base => ''
webroot => '/'
here => '/sitemap.xml'
[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] _charset => 'UTF-8'
[protected] _cacheDirectives => array([maximum depth reached])
[protected] _cookies => array([maximum depth reached])
}