Contact
Warning (2): Undefined array key "Campanya" [APP/Controller/AppController.php, line 59]Code Context//Para la campanya de Digitalia por IP/URL Referidaif ( $this->campanya['Campanya']['codename']=='quicklanguages_dt' && isset($_SERVER['HTTP_REFERER']) ) {AppController::beforeFilter() - APP/Controller/AppController.php, line 59 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 59]Code Context//Para la campanya de Digitalia por IP/URL Referidaif ( $this->campanya['Campanya']['codename']=='quicklanguages_dt' && isset($_SERVER['HTTP_REFERER']) ) {AppController::beforeFilter() - APP/Controller/AppController.php, line 59 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Undefined array key "Campanya" [APP/Controller/AppController.php, line 68]Code Context//Guardamos la pagina visitada (si el usuario esta logeado). Usamos "entregas" para adaptar al formato usado en el component GestionUsuarios$info_entrega = array();$info_entrega['Entrega']['id_campania'] = $this->campanya['Campanya']['id_campania'];AppController::beforeFilter() - APP/Controller/AppController.php, line 68 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 68]Code Context//Guardamos la pagina visitada (si el usuario esta logeado). Usamos "entregas" para adaptar al formato usado en el component GestionUsuarios$info_entrega = array();$info_entrega['Entrega']['id_campania'] = $this->campanya['Campanya']['id_campania'];AppController::beforeFilter() - APP/Controller/AppController.php, line 68 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Undefined array key "Campanya" [APP/Controller/AppController.php, line 71]Code Context//Guardamos visitas usuariosif ($this->campanya['Campanya']['por_IP'] == 1 && !( $this->name == 'Campanyas' && $this->action == 'index' )) //No guardamos visitas a la landingAppController::beforeFilter() - APP/Controller/AppController.php, line 71 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Trying to access array offset on value of type null [APP/Controller/AppController.php, line 71]Code Context//Guardamos visitas usuariosif ($this->campanya['Campanya']['por_IP'] == 1 && !( $this->name == 'Campanyas' && $this->action == 'index' )) //No guardamos visitas a la landingAppController::beforeFilter() - APP/Controller/AppController.php, line 71 ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 25 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 97
Warning (2): Undefined array key "Campanya" [APP/Controller/ContactoController.php, line 30]Code Context$info_entrega = array();$info_entrega['Entrega']['id_campania'] = $this->campanya['Campanya']['id_campania'];ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 30 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 97
Warning (2): Trying to access array offset on value of type null [APP/Controller/ContactoController.php, line 30]Code Context$info_entrega = array();$info_entrega['Entrega']['id_campania'] = $this->campanya['Campanya']['id_campania'];ContactoController::beforeFilter() - APP/Controller/ContactoController.php, line 30 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 97
Warning (2): Undefined array key "Campanya" [APP/Controller/ContactoController.php, line 43]Code Contextparent::beforeRender();//Llamamos al beforeRender() del AppController para obtener $this->set('campanyaActual', $this->campanya); sin repetirlo aqui, y poder usarlo tambien en este controlador (p.ej. en el layout)$this->set('pagetitle', 'Contacto | ' . $this->campanya['Campanya']['nombre']);ContactoController::beforeRender() - APP/Controller/ContactoController.php, line 43 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 Controller::render() - CORE/Cake/Controller/Controller.php, line 941 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Trying to access array offset on value of type null [APP/Controller/ContactoController.php, line 43]Code Contextparent::beforeRender();//Llamamos al beforeRender() del AppController para obtener $this->set('campanyaActual', $this->campanya); sin repetirlo aqui, y poder usarlo tambien en este controlador (p.ej. en el layout)$this->set('pagetitle', 'Contacto | ' . $this->campanya['Campanya']['nombre']);ContactoController::beforeRender() - APP/Controller/ContactoController.php, line 43 CakeEventManager::dispatch() - CORE/Cake/Event/CakeEventManager.php, line 244 Controller::render() - CORE/Cake/Controller/Controller.php, line 941 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Undefined array key "Campanya" [APP/View/Layouts/default.ctp, line 7]Code Context<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><?php if ($campanyaActual['Campanya']['codename'] == 'digitalia_pintores') { ?>include - APP/View/Layouts/default.ctp, line 7 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Trying to access array offset on value of type null [APP/View/Layouts/default.ctp, line 7]Code Context<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"><?php if ($campanyaActual['Campanya']['codename'] == 'digitalia_pintores') { ?>include - APP/View/Layouts/default.ctp, line 7 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Undefined array key "Campanya" [APP/View/Layouts/default.ctp, line 9]Code Context<?php if ($campanyaActual['Campanya']['codename'] == 'digitalia_pintores') { ?><title>Museo Virtual de la Pintura Universal</title><?php } elseif ($campanyaActual['Campanya']['codename'] == 'digitalia_musica') { ?>include - APP/View/Layouts/default.ctp, line 9 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Trying to access array offset on value of type null [APP/View/Layouts/default.ctp, line 9]Code Context<?php if ($campanyaActual['Campanya']['codename'] == 'digitalia_pintores') { ?><title>Museo Virtual de la Pintura Universal</title><?php } elseif ($campanyaActual['Campanya']['codename'] == 'digitalia_musica') { ?>include - APP/View/Layouts/default.ctp, line 9 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Undefined array key "Campanya" [APP/View/Layouts/default.ctp, line 101]Code Context</div><div class="modal-body"><?php if ( $campanyaActual['Campanya']['codename'] == 'zongpk_quicklanguages') { ?>include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Trying to access array offset on value of type null [APP/View/Layouts/default.ctp, line 101]Code Context</div><div class="modal-body"><?php if ( $campanyaActual['Campanya']['codename'] == 'zongpk_quicklanguages') { ?>include - APP/View/Layouts/default.ctp, line 101 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Undefined array key "Campanya" [APP/View/Layouts/default.ctp, line 330]Code Context<?php //echo $this->element('sql_dump'); ?><?php if ($campanyaActual['Campanya']['codename'] == 'quicklanguages_br') { ?>include - APP/View/Layouts/default.ctp, line 330 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97
Warning (2): Trying to access array offset on value of type null [APP/View/Layouts/default.ctp, line 330]Code Context<?php //echo $this->element('sql_dump'); ?><?php if ($campanyaActual['Campanya']['codename'] == 'quicklanguages_br') { ?>include - APP/View/Layouts/default.ctp, line 330 View::_evaluate() - CORE/Cake/View/View.php, line 971 View::_render() - CORE/Cake/View/View.php, line 933 View::renderLayout() - CORE/Cake/View/View.php, line 546 View::render() - CORE/Cake/View/View.php, line 481 Controller::render() - CORE/Cake/Controller/Controller.php, line 968 Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 200 Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167 [main] - APP/webroot/index.php, line 97