Warning (2): Missing argument 2 for FrontendController::noticia_detalle() [APP/controllers/frontend_controller.php, line 148]Code | Contextfunction noticia_detalle($id,$idnoticia){$id = "articulos.php"FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 148 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: idnoticia [APP/controllers/frontend_controller.php, line 153]Code | Context$condicion='';$this->New1->id = $idnoticia;$id = "articulos.php" $condicion = ""FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 153 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: idnoticia [APP/controllers/frontend_controller.php, line 169]Code | Context}}$this->set('noticiasrelacionadas',$this->New1->query("select titulo, id, seccion from new1s where MATCH `tag` AGAINST ('".$data['New1']['tag']."') and seccion=".$data['New1']['seccion']." and not (id = '".$idnoticia."') order by id desc limit 8"));$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = ""FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 169 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Warning (512): SQL Error: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and not (id = '') order by id desc limit 8' at line 1 [CORE/cake/libs/model/datasources/dbo_source.php, line 684]Code | Context$out = null;if ($error) {trigger_error('<span style="color:Red;text-align:left"><b>' . __('SQL Error:', true) . "</b> {$this->error}</span>", E_USER_WARNING);$sql = "select titulo, id, seccion from new1s where MATCH `tag` AGAINST ('') and seccion= and not (id = '') order by id desc limit 8" $error = "1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'and not (id = '') order by id desc limit 8' at line 1" $out = nullDboSource::showQuery() - CORE/cake/libs/model/datasources/dbo_source.php, line 684 DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 266 DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410 DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 287 Model::query() - CORE/cake/libs/model/model.php, line 2463 FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 169 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Query: select titulo, id, seccion from new1s where MATCH `tag` AGAINST ('') and seccion= and not (id = '') order by id desc limit 8
Notice (8): Undefined variable: idnoticia [APP/controllers/frontend_controller.php, line 176]Code | Context$section_names=array("1"=>"Nacionales","2"=>"Internacionales","3"=>"Opinión","4"=>"Deportes","5"=>"Ambiente","6"=>"Economía","7"=>"Cultura","8"=>"Tecnología","9"=>"Caricatura","10"=>"Insólito");$noticias = $this->New1->find('all' ,array('conditions' => array('New1.id' =>$idnoticia)));$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" )FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 176 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined offset: 0 [APP/controllers/frontend_controller.php, line 177]Code | Context$noticias = $this->New1->find('all' ,array('conditions' => array('New1.id' =>$idnoticia)));$periodista = $this->Periodista->find('first', array("recursive"=>-1,'conditions'=>array('Periodista.id'=>$noticias[0]['New1']['periodista'])));$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" ) $noticias = array()FrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 177 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: idnoticia [APP/controllers/frontend_controller.php, line 179]Code | Context$periodista = $this->Periodista->find('first', array("recursive"=>-1,'conditions'=>array('Periodista.id'=>$noticias[0]['New1']['periodista'])));//$periodista= array();$this->set('comentarios', $this->Comentario->find('all',array('conditions' => array('Comentario.id_noticia' =>$idnoticia,'Comentario.status' =>1))));$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" ) $noticias = array() $periodista = falseFrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 179 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined variable: idnoticia [APP/controllers/frontend_controller.php, line 185]Code | Context$this->set('section', $id);$this->set('color_bar', true);$this->set('idnoticia', $idnoticia);$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" ) $noticias = array() $periodista = falseFrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 185 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined index: articulos.php [APP/controllers/frontend_controller.php, line 188]Code | Context$this->set('bg_position', '3');$this->set('bg_lines', '2');$this->set('menuColor', $colors[$id]);$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" ) $noticias = array() $periodista = falseFrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 188 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined index: articulos.php [APP/controllers/frontend_controller.php, line 190]Code | Context$this->set('menuColor', $colors[$id]);$this->set('banner4', true);$this->set('s_names', $section_names[$id]);$id = "articulos.php" $condicion = "(tag LIKE '%%')" $data = false $array_tags = array( "" ) $canttags = 1 $contags = 1 $rowrelacionadas = "" $colors = array( "e62528", "bf6802", "03b3df", "7a47b9", "71b10a", "e7a413", "a80e0e", "da71af", "2e2e2e", "17a966" ) $section_names = array( "Nacionales", "Internacionales", "Opinión", "Deportes", "Ambiente", "Economía", "Cultura", "Tecnología", "Caricatura", "Insólito" ) $noticias = array() $periodista = falseFrontendController::noticia_detalle() - APP/controllers/frontend_controller.php, line 190 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
Notice (8): Undefined offset: 0 [APP/views/layouts/default.ctp, line 6]- Diario Digital Nuestro PaísCode | Context<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title><?php if (isset($facetags)) {$a=stripslashes(strip_tags($noticia[0]['New1']['titulo']));$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/layouts/default.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ), "content_for_layout" => "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;"> <div class="text_detail"> <h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;"> </span></code> <code><span style="color: #000000"> <div class="text_detail"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1> </span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre></h1> <div class="source"> <strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1> </span></code> <code><span style="color: #000000"> <div class="source"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap"> <div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div> <div style="float:left; margin-right:15px;"> <div id="fb-root"></div> <script type="text/javascript">(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial"> </div> </div> <ul class="social_list"> <li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <ul class="social_list"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li> </span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li> <li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li> </ul> </div> </div> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div> </span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') { </span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2 </span></span></code> <code><span style="color: #000000"> } //if img and video=0 </span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') { </span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') { </span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){ </span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php </span></span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']); </span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </div> <div class="divisor4" style="margin-top:4px;"></div> <h2 class="colorarticulos.php">Comentarios</h2> <ul class="comment_list"> <li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li> <li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li> <li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li> <li><span class="title"><span class="date"></span></span> <span class="text"></span> </li> <li><span class="title"><span class="date"></span></span> <span class="text"></span> </li> </ul> <div class="divisor2"></div> <h3 class="colorarticulos.php">Su comentario</h3> <div id="validacion"></div> <form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);"> <textarea name="textcomentario" rows="6" id="textcomentario"></textarea> <p><strong>Nombre</strong></p> <input type="text" name="textnombre" id="textnombre" /> <label class="label">Digite el código de abajo:</label> <div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div> <input type="text" name="code_enter" id="code_enter" /> <input type="hidden" name="hidden_code" value="cn3myl" /> <input type="hidden" name="hidden_noticia" value="" /> <input type="hidden" name="hidden_seccion" value="articulos.php" /> <input name="comentario_sbt" type="submit" value="Enviar comentario" /> <p class="txt_11"><strong>Normas de uso</strong></p> <p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p> </form> <div id="tak_coment_face"> <div id="fb-root"></div> <script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script> <fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558"> </fb:comments> <script type="text/javascript"> FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm"); </script> </div> </div> <div id="clear"></div> <div id="col_2" style="width:222px;"> <h3 class="color11">Noticias relacionadas</h3> <ul class="news_list2"> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span></span></code> <code><span style="color: #000000"> $cantnoticias=0; </span></code> <span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) { </span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </ul> <div class="divisor"></div> <h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3> <ul class="news_list"> <li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li> </ul> </div> <div id="col_3"> <!--<div style="margin-bottom:12px;"> <a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> --> <div class="right_title">Clima</div> <div class="wXbody"> <div class="wXguts"> <iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe> <div class="wXlinks"> </div> </div> </div> <div class="divisor5"></div> <div id="dolar"> <div class="right_title"><span class="bccr">BCCR</span> El dólar</div> <table width="100%"> <tr> <td width="50%" class="title">COMPRA</td> <td width="50%" class="number">¢493.71</td> </tr> <tr> <td class="title">VENTA</td> <td class="number">¢504.4</td> </tr> </table> </div> <div class="divisor5"></div> <script type="text/javascript"> function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) { $.ajax({ type: 'POST', url: base_path+'frontend/encuesta', data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2, success: function(data){ $('#coco').html(""); $('#coco').html(data); $('.poll_options').hide(); } }); return false; } </script> <div id="poll"> <div class="right_title">Encuesta</div> <p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p> <ul class="poll_options"> <li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li> <li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li> </ul> <div class="clear"></div> <div id="coco"></div> </div> <div class="divisor5"></div> <div class="right_title">Lotería</div> <div id="loteria"> <div class="title">Sorteo: 12 May, 2013</div> <div class="number"> <p class="numbercolor01">35</p> <p class="numbercolor02">314</p> <div class="clear"></div> </div> <div class="subtitle">Primer premio</div> <div class="number"> <p class="numbercolor01">70</p> <p class="numbercolor02">471</p> <div class="clear"></div> </div> <div class="subtitle">Segundo premio</div> <div class="number"> <p class="numbercolor01">33</p> <p class="numbercolor02">147</p> <div class="clear"></div> </div> <div class="subtitle">Tercer premio</div> </div> <div class="divisor5"></div> <div id="banner3"> <script type="text/javascript"> google_ad_client = "ca-pub-2480582925929202"; google_ad_slot = "7840022802"; google_ad_width = 120; google_ad_height = 600; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <div id="banner4"> <script type="text/javascript"> google_ad_client = "ca-pub-2480582925929202"; google_ad_slot = "4179396251"; google_ad_width = 125; google_ad_height = 125; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <!--á --></div> <div id="modal1" class="modal_box"> <div class="modal_content"> <div class="close" onclick="closeModal()"></div> <p class="title">Cuéntele a un amigo</p> <p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p> <form class="form1" action="/frontend/enviara" method="post"> <table width="90%" align="center" style="margin-bottom:12px;"> <tr> <td width="26%" class="name">Nombre de amigo:</td> <td width="74%"><input type="text" name="amiogo" id="amiogo"/></td> </tr> <tr> <td class="name">Correo de amigo:</td> <td><input type="text" name="amiogomail" id="amiogomail" /></td> </tr> <tr> <td class="name">Su nombre:</td> <td><input type="text" name="mio" id="mio" /></td> </tr> <tr> <td class="name">Su correo:</td> <td><input type="text" name="mioemarl" id="mioemarl" /></td> </tr> <tr> <td> </td> <input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr> </span></code> <code><span style="color: #000000"> <td>&nbsp;</td> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81554", "titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial", "descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>", "status" => "1", "seccion" => "1", "imagen1" => "230513corrales.jpg", "fecha" => "2013-05-23", "video" => "", "principal" => "0", "periodista" => "982", "hora" => "12:21:18", "audio" => "", "tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial", "destacadas" => "0", "posicion" => "1", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "José Miguel Corrales. Foto Oriana Ortiz." ), "Periodista" => array( "id" => "982", "nombre" => "Oriana Ortiz Vindas ", "invitado" => "0", "descripcion" => "", "imagen" => "" ), "Comentario" => array() )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>" /> <input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td> </span></code> <code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81554", "titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial", "descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>", "status" => "1", "seccion" => "1", "imagen1" => "230513corrales.jpg", "fecha" => "2013-05-23", "video" => "", "principal" => "0", "periodista" => "982", "hora" => "12:21:18", "audio" => "", "tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial", "destacadas" => "0", "posicion" => "1", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "José Miguel Corrales. Foto Oriana Ortiz." ), "Periodista" => array( "id" => "982", "nombre" => "Oriana Ortiz Vindas ", "invitado" => "0", "descripcion" => "", "imagen" => "" ), "Comentario" => array() )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>" /> <td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td> </tr> </table> </form> </div> </div> <script type="text/javascript"> // Load the classic theme Galleria.loadTheme('/js/gallerytheme.js'); // Initialize Galleria $('#gallery2').galleria({ //_showFullscreen: false, _locale: { show_thumbnails: "Mostrar imágenes pequeñas", hide_thumbnails: "Esconder imágenes pequeñas", play: "Reproducir", pause: "Pausa", enter_fullscreen: "Pantalla completa", exit_fullscreen: "Salir", popout_image: "Tamaño real", showing_image: "Mostrando imagen1 %s de %s" } }); //Modal box function openModal(){ $('#modal1').fadeIn(); } function closeModal(){ $('#modal1').fadeOut(); } </script> <script type="text/javascript" > function hasValue(value) { for (i=0; i < value.length; i++) { if (value.charAt(i) != " ") return true } return false } //---------------------------------------------------------------------------------------------------------------------------------------------------------------- function validacion(form) { var value= ""; if (hasValue(form.textnombre.value) == false) { form.textnombre.className='error'; value += "• El Nombre NO puede ser un campo vacío<br />"; } else form.textnombre.className=''; if (hasValue(form.textcomentario.value) == false) { form.textcomentario.className='error'; value += "• El Comentario NO puede ser un campo vacío<br />"; } else form.textcomentario.className=''; if (hasValue(form.code_enter.value) == false) { form.code_enter.className='error'; value += "• El Código NO puede ser un campo vacío <br />"; } else form.code_enter.className=''; if (value != "") { document.getElementById("validacion").style.display = 'block'; document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value; return false; } }//valida </script>", "scripts_for_layout" => "", "title_for_layout" => "Frontend", "form" => FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object, "html" => HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL, "session" => SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL ) $loadHelpers = false $cached = true $loadedHelpers = array() $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $content_for_layout = "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;"> <div class="text_detail"> <h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;"> </span></code> <code><span style="color: #000000"> <div class="text_detail"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1> </span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre></h1> <div class="source"> <strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1> </span></code> <code><span style="color: #000000"> <div class="source"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap"> <div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div> <div style="float:left; margin-right:15px;"> <div id="fb-root"></div> <script type="text/javascript">(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial"> </div> </div> <ul class="social_list"> <li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <ul class="social_list"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li> </span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li> <li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li> </ul> </div> </div> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div> </span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') { </span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2 </span></span></code> <code><span style="color: #000000"> } //if img and video=0 </span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') { </span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') { </span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php </span></span></code> <span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){ </span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php </span></span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']); </span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </span></code> <code><span style="color: #000000"> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?> </span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </div> <div class="divisor4" style="margin-top:4px;"></div> <h2 class="colorarticulos.php">Comentarios</h2> <ul class="comment_list"> <li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li> <li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li> <li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li> <li><span class="title"><span class="date"></span></span> <span class="text"></span> </li> <li><span class="title"><span class="date"></span></span> <span class="text"></span> </li> </ul> <div class="divisor2"></div> <h3 class="colorarticulos.php">Su comentario</h3> <div id="validacion"></div> <form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);"> <textarea name="textcomentario" rows="6" id="textcomentario"></textarea> <p><strong>Nombre</strong></p> <input type="text" name="textnombre" id="textnombre" /> <label class="label">Digite el código de abajo:</label> <div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div> <input type="text" name="code_enter" id="code_enter" /> <input type="hidden" name="hidden_code" value="cn3myl" /> <input type="hidden" name="hidden_noticia" value="" /> <input type="hidden" name="hidden_seccion" value="articulos.php" /> <input name="comentario_sbt" type="submit" value="Enviar comentario" /> <p class="txt_11"><strong>Normas de uso</strong></p> <p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p> </form> <div id="tak_coment_face"> <div id="fb-root"></div> <script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script> <fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558"> </fb:comments> <script type="text/javascript"> FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm"); </script> </div> </div> <div id="clear"></div> <div id="col_2" style="width:222px;"> <h3 class="color11">Noticias relacionadas</h3> <ul class="news_list2"> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span></span></code> <code><span style="color: #000000"> $cantnoticias=0; </span></code> <span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) { </span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre> </ul> <div class="divisor"></div> <h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3> <ul class="news_list"> <li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li> </ul> </div> <div id="col_3"> <!--<div style="margin-bottom:12px;"> <a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> --> <div class="right_title">Clima</div> <div class="wXbody"> <div class="wXguts"> <iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe> <div class="wXlinks"> </div> </div> </div> <div class="divisor5"></div> <div id="dolar"> <div class="right_title"><span class="bccr">BCCR</span> El dólar</div> <table width="100%"> <tr> <td width="50%" class="title">COMPRA</td> <td width="50%" class="number">¢493.71</td> </tr> <tr> <td class="title">VENTA</td> <td class="number">¢504.4</td> </tr> </table> </div> <div class="divisor5"></div> <script type="text/javascript"> function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) { $.ajax({ type: 'POST', url: base_path+'frontend/encuesta', data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2, success: function(data){ $('#coco').html(""); $('#coco').html(data); $('.poll_options').hide(); } }); return false; } </script> <div id="poll"> <div class="right_title">Encuesta</div> <p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p> <ul class="poll_options"> <li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li> <li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li> </ul> <div class="clear"></div> <div id="coco"></div> </div> <div class="divisor5"></div> <div class="right_title">Lotería</div> <div id="loteria"> <div class="title">Sorteo: 12 May, 2013</div> <div class="number"> <p class="numbercolor01">35</p> <p class="numbercolor02">314</p> <div class="clear"></div> </div> <div class="subtitle">Primer premio</div> <div class="number"> <p class="numbercolor01">70</p> <p class="numbercolor02">471</p> <div class="clear"></div> </div> <div class="subtitle">Segundo premio</div> <div class="number"> <p class="numbercolor01">33</p> <p class="numbercolor02">147</p> <div class="clear"></div> </div> <div class="subtitle">Tercer premio</div> </div> <div class="divisor5"></div> <div id="banner3"> <script type="text/javascript"> google_ad_client = "ca-pub-2480582925929202"; google_ad_slot = "7840022802"; google_ad_width = 120; google_ad_height = 600; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <div id="banner4"> <script type="text/javascript"> google_ad_client = "ca-pub-2480582925929202"; google_ad_slot = "4179396251"; google_ad_width = 125; google_ad_height = 125; </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script> </div> <!--á --></div> <div id="modal1" class="modal_box"> <div class="modal_content"> <div class="close" onclick="closeModal()"></div> <p class="title">Cuéntele a un amigo</p> <p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p> <form class="form1" action="/frontend/enviara" method="post"> <table width="90%" align="center" style="margin-bottom:12px;"> <tr> <td width="26%" class="name">Nombre de amigo:</td> <td width="74%"><input type="text" name="amiogo" id="amiogo"/></td> </tr> <tr> <td class="name">Correo de amigo:</td> <td><input type="text" name="amiogomail" id="amiogomail" /></td> </tr> <tr> <td class="name">Su nombre:</td> <td><input type="text" name="mio" id="mio" /></td> </tr> <tr> <td class="name">Su correo:</td> <td><input type="text" name="mioemarl" id="mioemarl" /></td> </tr> <tr> <td> </td> <input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr> </span></code> <code><span style="color: #000000"> <td>&nbsp;</td> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81554", "titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial", "descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>", "status" => "1", "seccion" => "1", "imagen1" => "230513corrales.jpg", "fecha" => "2013-05-23", "video" => "", "principal" => "0", "periodista" => "982", "hora" => "12:21:18", "audio" => "", "tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial", "destacadas" => "0", "posicion" => "1", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "José Miguel Corrales. Foto Oriana Ortiz." ), "Periodista" => array( "id" => "982", "nombre" => "Oriana Ortiz Vindas ", "invitado" => "0", "descripcion" => "", "imagen" => "" ), "Comentario" => array() )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>" /> <input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td> </span></code> <code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code> <span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" /> </span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp" $___dataForView = array( "respuestas" => array( array(), array() ), "pregunta" => array( array() ), "s_names" => null, "banner4" => true, "menuColor" => null, "bg_lines" => "2", "bg_position" => "3", "idnoticia" => null, "color_bar" => true, "section" => "articulos.php", "noticia" => array(), "periodista" => false, "noticiasrecientes" => array( array(), array(), array(), array(), array(), array() ), "comentarios" => array( array(), array(), array(), array(), array() ), "noticiasrelacionadas" => false, "facetags" => true, "tipocambio" => array( array() ), "loteria" => array( array() ), "banners" => array( array() ) ) $loadHelpers = true $cached = false $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULL $respuestas = array( array( "Respuesta" => array() ), array( "Respuesta" => array() ) ) $pregunta = array( array( "Pregunta" => array() ) ) $s_names = null $banner4 = true $menuColor = null $bg_lines = "2" $bg_position = "3" $idnoticia = null $color_bar = true $section = "articulos.php" $noticia = array() $periodista = false $noticiasrecientes = array( array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ), array( "New1" => array(), "Periodista" => array(), "Comentario" => array() ) ) $comentarios = array( array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ), array( "Comentario" => array(), "New1" => array() ) ) $noticiasrelacionadas = false $facetags = true $tipocambio = array( array( "Tipocambio" => array() ) ) $loteria = array( array( "Loteria" => array() ) ) $banners = array( array( "banners" => array() ) ) $comments = array( "Comentario" => array( "id" => "127324", "name" => null, "status" => "1", "descrip" => null, "id_noticia" => null, "fecha" => null, "ipaddress" => "" ), "New1" => array( "id" => null, "titulo" => null, "descrip" => null, "status" => null, "seccion" => null, "imagen1" => null, "fecha" => null, "video" => null, "principal" => null, "periodista" => null, "hora" => null, "audio" => null, "tag" => null, "destacadas" => null, "posicion" => null, "imagen2" => null, "imagen3" => null, "imagen4" => null, "file_pdf1" => null, "file_pdf2" => null, "audio2" => null, "pie" => null ) ) $code = "cn3myl" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81554", "titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial", "descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>", "status" => "1", "seccion" => "1", "imagen1" => "230513corrales.jpg", "fecha" => "2013-05-23", "video" => "", "principal" => "0", "periodista" => "982", "hora" => "12:21:18", "audio" => "", "tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial", "destacadas" => "0", "posicion" => "1", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "José Miguel Corrales. Foto Oriana Ortiz." ), "Periodista" => array( "id" => "982", "nombre" => "Oriana Ortiz Vindas ", "invitado" => "0", "descripcion" => "", "imagen" => "" ), "Comentario" => array() )</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255 View::_render() - CORE/cake/libs/view/view.php, line 731 View::render() - CORE/cake/libs/view/view.php, line 426 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87</pre></div></pre>" /> <td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td> </tr> </table> </form> </div> </div> <script type="text/javascript"> // Load the classic theme Galleria.loadTheme('/js/gallerytheme.js'); // Initialize Galleria $('#gallery2').galleria({ //_showFullscreen: false, _locale: { show_thumbnails: "Mostrar imágenes pequeñas", hide_thumbnails: "Esconder imágenes pequeñas", play: "Reproducir", pause: "Pausa", enter_fullscreen: "Pantalla completa", exit_fullscreen: "Salir", popout_image: "Tamaño real", showing_image: "Mostrando imagen1 %s de %s" } }); //Modal box function openModal(){ $('#modal1').fadeIn(); } function closeModal(){ $('#modal1').fadeOut(); } </script> <script type="text/javascript" > function hasValue(value) { for (i=0; i < value.length; i++) { if (value.charAt(i) != " ") return true } return false } //---------------------------------------------------------------------------------------------------------------------------------------------------------------- function validacion(form) { var value= ""; if (hasValue(form.textnombre.value) == false) { form.textnombre.className='error'; value += "• El Nombre NO puede ser un campo vacío<br />"; } else form.textnombre.className=''; if (hasValue(form.textcomentario.value) == false) { form.textcomentario.className='error'; value += "• El Comentario NO puede ser un campo vacío<br />"; } else form.textcomentario.className=''; if (hasValue(form.code_enter.value) == false) { form.code_enter.className='error'; value += "• El Código NO puede ser un campo vacío <br />"; } else form.code_enter.className=''; if (value != "") { document.getElementById("validacion").style.display = 'block'; document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value; return false; } }//valida </script>" $scripts_for_layout = "" $title_for_layout = "Frontend" $form = FormHelper FormHelper::$helpers = array FormHelper::$fieldset = array FormHelper::$__options = array FormHelper::$fields = array FormHelper::$requestType = NULL FormHelper::$defaultModel = NULL FormHelper::$_inputDefaults = array FormHelper::$base = "" FormHelper::$webroot = "/" FormHelper::$theme = NULL FormHelper::$here = "/frontend/noticia_detalle/articulos.php" FormHelper::$params = array FormHelper::$action = "noticia_detalle" FormHelper::$plugin = NULL FormHelper::$data = NULL FormHelper::$namedArgs = NULL FormHelper::$argSeparator = NULL FormHelper::$validationErrors = NULL FormHelper::$tags = array FormHelper::$__tainted = NULL FormHelper::$__cleaned = NULL FormHelper::$Html = HtmlHelper object $html = HtmlHelper HtmlHelper::$tags = array HtmlHelper::$_crumbs = array HtmlHelper::$__includedScripts = array HtmlHelper::$_scriptBlockOptions = array HtmlHelper::$__docTypes = array HtmlHelper::$helpers = NULL HtmlHelper::$base = "" HtmlHelper::$webroot = "/" HtmlHelper::$theme = NULL HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php" HtmlHelper::$params = array HtmlHelper::$action = "noticia_detalle" HtmlHelper::$plugin = NULL HtmlHelper::$data = NULL HtmlHelper::$namedArgs = NULL HtmlHelper::$argSeparator = NULL HtmlHelper::$validationErrors = NULL HtmlHelper::$__tainted = NULL HtmlHelper::$__cleaned = NULL $session = SessionHelper SessionHelper::$helpers = array SessionHelper::$__active = true SessionHelper::$valid = false SessionHelper::$error = false SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c" SessionHelper::$path = "/" SessionHelper::$lastError = NULL SessionHelper::$security = "medium" SessionHelper::$time = 1369299345 SessionHelper::$sessionTime = 1369311345 SessionHelper::$cookieLifeTime = false SessionHelper::$watchKeys = array SessionHelper::$id = NULL SessionHelper::$host = NULL SessionHelper::$timeout = NULL SessionHelper::$base = "" SessionHelper::$webroot = "/" SessionHelper::$here = "/frontend/noticia_detalle/articulos.php" SessionHelper::$params = array SessionHelper::$action = "noticia_detalle" SessionHelper::$data = NULL SessionHelper::$theme = NULL SessionHelper::$plugin = NULLinclude - APP/views/layouts/default.ctp, line 6 View::_render() - CORE/cake/libs/view/view.php, line 731 View::renderLayout() - CORE/cake/libs/view/view.php, line 489 View::render() - CORE/cake/libs/view/view.php, line 435 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
<?php if (isset($facetags)) { ?><meta property="og:title" content="<?php echo stripslashes($noticia[0]['New1']['titulo']); ?>">
$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/layouts/default.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
),
"content_for_layout" => "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;">
<div class="text_detail">
<h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;">
</span></code>
<code><span style="color: #000000"> <div class="text_detail">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre></h1>
<div class="source">
<strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <div class="source">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap">
<div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div style="float:left; margin-right:15px;">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial">
</div>
</div>
<ul class="social_list">
<li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <ul class="social_list">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li>
</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li>
<li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li>
</ul>
</div>
</div>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div>
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') {
</span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2
</span></span></code>
<code><span style="color: #000000"> } //if img and video=0
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') {
</span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') {
</span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){
</span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']);
</span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
</div>
<div class="divisor4" style="margin-top:4px;"></div>
<h2 class="colorarticulos.php">Comentarios</h2>
<ul class="comment_list">
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
</ul>
<div class="divisor2"></div>
<h3 class="colorarticulos.php">Su comentario</h3>
<div id="validacion"></div>
<form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);">
<textarea name="textcomentario" rows="6" id="textcomentario"></textarea>
<p><strong>Nombre</strong></p>
<input type="text" name="textnombre" id="textnombre" />
<label class="label">Digite el código de abajo:</label>
<div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="cn3myl" />
<input type="hidden" name="hidden_noticia" value="" />
<input type="hidden" name="hidden_seccion" value="articulos.php" />
<input name="comentario_sbt" type="submit" value="Enviar comentario" />
<p class="txt_11"><strong>Normas de uso</strong></p>
<p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p>
</form>
<div id="tak_coment_face">
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script>
<fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558">
</fb:comments>
<script type="text/javascript">
FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm");
</script>
</div>
</div>
<div id="clear"></div>
<div id="col_2" style="width:222px;">
<h3 class="color11">Noticias relacionadas</h3>
<ul class="news_list2">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000"> $cantnoticias=0;
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) {
</span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </ul>
<div class="divisor"></div>
<h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3>
<ul class="news_list">
<li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li>
</ul>
</div>
<div id="col_3">
<!--<div style="margin-bottom:12px;">
<a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> -->
<div class="right_title">Clima</div>
<div class="wXbody">
<div class="wXguts">
<iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe>
<div class="wXlinks">
</div>
</div>
</div>
<div class="divisor5"></div>
<div id="dolar">
<div class="right_title"><span class="bccr">BCCR</span> El dólar</div>
<table width="100%">
<tr>
<td width="50%" class="title">COMPRA</td>
<td width="50%" class="number">¢493.71</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.4</td>
</tr>
</table>
</div>
<div class="divisor5"></div>
<script type="text/javascript">
function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) {
$.ajax({
type: 'POST',
url: base_path+'frontend/encuesta',
data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2,
success: function(data){
$('#coco').html("");
$('#coco').html(data);
$('.poll_options').hide();
}
});
return false;
}
</script>
<div id="poll">
<div class="right_title">Encuesta</div>
<p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p>
<ul class="poll_options">
<li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li>
<li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li>
</ul>
<div class="clear"></div>
<div id="coco"></div>
</div>
<div class="divisor5"></div>
<div class="right_title">Lotería</div>
<div id="loteria">
<div class="title">Sorteo: 12 May, 2013</div>
<div class="number">
<p class="numbercolor01">35</p>
<p class="numbercolor02">314</p>
<div class="clear"></div>
</div>
<div class="subtitle">Primer premio</div>
<div class="number">
<p class="numbercolor01">70</p>
<p class="numbercolor02">471</p>
<div class="clear"></div>
</div>
<div class="subtitle">Segundo premio</div>
<div class="number">
<p class="numbercolor01">33</p>
<p class="numbercolor02">147</p>
<div class="clear"></div>
</div>
<div class="subtitle">Tercer premio</div>
</div>
<div class="divisor5"></div>
<div id="banner3">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "7840022802";
google_ad_width = 120;
google_ad_height = 600;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="banner4">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "4179396251";
google_ad_width = 125;
google_ad_height = 125;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!--á --></div>
<div id="modal1" class="modal_box">
<div class="modal_content">
<div class="close" onclick="closeModal()"></div>
<p class="title">Cuéntele a un amigo</p>
<p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p>
<form class="form1" action="/frontend/enviara" method="post">
<table width="90%" align="center" style="margin-bottom:12px;">
<tr>
<td width="26%" class="name">Nombre de amigo:</td>
<td width="74%"><input type="text" name="amiogo" id="amiogo"/></td>
</tr>
<tr>
<td class="name">Correo de amigo:</td>
<td><input type="text" name="amiogomail" id="amiogomail" /></td>
</tr>
<tr>
<td class="name">Su nombre:</td>
<td><input type="text" name="mio" id="mio" /></td>
</tr>
<tr>
<td class="name">Su correo:</td>
<td><input type="text" name="mioemarl" id="mioemarl" /></td>
</tr>
<tr>
<td> </td>
<input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr>
</span></code>
<code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td>
</tr>
</table>
</form>
</div>
</div>
<script type="text/javascript">
// Load the classic theme
Galleria.loadTheme('/js/gallerytheme.js');
// Initialize Galleria
$('#gallery2').galleria({
//_showFullscreen: false,
_locale: {
show_thumbnails: "Mostrar imágenes pequeñas",
hide_thumbnails: "Esconder imágenes pequeñas",
play: "Reproducir",
pause: "Pausa",
enter_fullscreen: "Pantalla completa",
exit_fullscreen: "Salir",
popout_image: "Tamaño real",
showing_image: "Mostrando imagen1 %s de %s"
}
});
//Modal box
function openModal(){
$('#modal1').fadeIn();
}
function closeModal(){
$('#modal1').fadeOut();
}
</script>
<script type="text/javascript" >
function hasValue(value)
{
for (i=0; i < value.length; i++)
{
if (value.charAt(i) != " ")
return true
}
return false
}
//----------------------------------------------------------------------------------------------------------------------------------------------------------------
function validacion(form)
{
var value= "";
if (hasValue(form.textnombre.value) == false)
{
form.textnombre.className='error';
value += "• El Nombre NO puede ser un campo vacío<br />";
}
else form.textnombre.className='';
if (hasValue(form.textcomentario.value) == false)
{
form.textcomentario.className='error';
value += "• El Comentario NO puede ser un campo vacío<br />";
}
else form.textcomentario.className='';
if (hasValue(form.code_enter.value) == false)
{
form.code_enter.className='error';
value += "• El Código NO puede ser un campo vacío <br />";
}
else form.code_enter.className='';
if (value != "")
{
document.getElementById("validacion").style.display = 'block';
document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value;
return false;
}
}//valida
</script>",
"scripts_for_layout" => "",
"title_for_layout" => "Frontend",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$content_for_layout = "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;">
<div class="text_detail">
<h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;">
</span></code>
<code><span style="color: #000000"> <div class="text_detail">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre></h1>
<div class="source">
<strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <div class="source">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap">
<div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div style="float:left; margin-right:15px;">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial">
</div>
</div>
<ul class="social_list">
<li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <ul class="social_list">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li>
</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li>
<li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li>
</ul>
</div>
</div>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div>
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') {
</span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2
</span></span></code>
<code><span style="color: #000000"> } //if img and video=0
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') {
</span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') {
</span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){
</span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']);
</span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
</div>
<div class="divisor4" style="margin-top:4px;"></div>
<h2 class="colorarticulos.php">Comentarios</h2>
<ul class="comment_list">
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
</ul>
<div class="divisor2"></div>
<h3 class="colorarticulos.php">Su comentario</h3>
<div id="validacion"></div>
<form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);">
<textarea name="textcomentario" rows="6" id="textcomentario"></textarea>
<p><strong>Nombre</strong></p>
<input type="text" name="textnombre" id="textnombre" />
<label class="label">Digite el código de abajo:</label>
<div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="cn3myl" />
<input type="hidden" name="hidden_noticia" value="" />
<input type="hidden" name="hidden_seccion" value="articulos.php" />
<input name="comentario_sbt" type="submit" value="Enviar comentario" />
<p class="txt_11"><strong>Normas de uso</strong></p>
<p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p>
</form>
<div id="tak_coment_face">
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script>
<fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558">
</fb:comments>
<script type="text/javascript">
FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm");
</script>
</div>
</div>
<div id="clear"></div>
<div id="col_2" style="width:222px;">
<h3 class="color11">Noticias relacionadas</h3>
<ul class="news_list2">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000"> $cantnoticias=0;
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) {
</span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </ul>
<div class="divisor"></div>
<h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3>
<ul class="news_list">
<li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li>
</ul>
</div>
<div id="col_3">
<!--<div style="margin-bottom:12px;">
<a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> -->
<div class="right_title">Clima</div>
<div class="wXbody">
<div class="wXguts">
<iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe>
<div class="wXlinks">
</div>
</div>
</div>
<div class="divisor5"></div>
<div id="dolar">
<div class="right_title"><span class="bccr">BCCR</span> El dólar</div>
<table width="100%">
<tr>
<td width="50%" class="title">COMPRA</td>
<td width="50%" class="number">¢493.71</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.4</td>
</tr>
</table>
</div>
<div class="divisor5"></div>
<script type="text/javascript">
function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) {
$.ajax({
type: 'POST',
url: base_path+'frontend/encuesta',
data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2,
success: function(data){
$('#coco').html("");
$('#coco').html(data);
$('.poll_options').hide();
}
});
return false;
}
</script>
<div id="poll">
<div class="right_title">Encuesta</div>
<p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p>
<ul class="poll_options">
<li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li>
<li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li>
</ul>
<div class="clear"></div>
<div id="coco"></div>
</div>
<div class="divisor5"></div>
<div class="right_title">Lotería</div>
<div id="loteria">
<div class="title">Sorteo: 12 May, 2013</div>
<div class="number">
<p class="numbercolor01">35</p>
<p class="numbercolor02">314</p>
<div class="clear"></div>
</div>
<div class="subtitle">Primer premio</div>
<div class="number">
<p class="numbercolor01">70</p>
<p class="numbercolor02">471</p>
<div class="clear"></div>
</div>
<div class="subtitle">Segundo premio</div>
<div class="number">
<p class="numbercolor01">33</p>
<p class="numbercolor02">147</p>
<div class="clear"></div>
</div>
<div class="subtitle">Tercer premio</div>
</div>
<div class="divisor5"></div>
<div id="banner3">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "7840022802";
google_ad_width = 120;
google_ad_height = 600;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="banner4">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "4179396251";
google_ad_width = 125;
google_ad_height = 125;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!--á --></div>
<div id="modal1" class="modal_box">
<div class="modal_content">
<div class="close" onclick="closeModal()"></div>
<p class="title">Cuéntele a un amigo</p>
<p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p>
<form class="form1" action="/frontend/enviara" method="post">
<table width="90%" align="center" style="margin-bottom:12px;">
<tr>
<td width="26%" class="name">Nombre de amigo:</td>
<td width="74%"><input type="text" name="amiogo" id="amiogo"/></td>
</tr>
<tr>
<td class="name">Correo de amigo:</td>
<td><input type="text" name="amiogomail" id="amiogomail" /></td>
</tr>
<tr>
<td class="name">Su nombre:</td>
<td><input type="text" name="mio" id="mio" /></td>
</tr>
<tr>
<td class="name">Su correo:</td>
<td><input type="text" name="mioemarl" id="mioemarl" /></td>
</tr>
<tr>
<td> </td>
<input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr>
</span></code>
<code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td>
</tr>
</table>
</form>
</div>
</div>
<script type="text/javascript">
// Load the classic theme
Galleria.loadTheme('/js/gallerytheme.js');
// Initialize Galleria
$('#gallery2').galleria({
//_showFullscreen: false,
_locale: {
show_thumbnails: "Mostrar imágenes pequeñas",
hide_thumbnails: "Esconder imágenes pequeñas",
play: "Reproducir",
pause: "Pausa",
enter_fullscreen: "Pantalla completa",
exit_fullscreen: "Salir",
popout_image: "Tamaño real",
showing_image: "Mostrando imagen1 %s de %s"
}
});
//Modal box
function openModal(){
$('#modal1').fadeIn();
}
function closeModal(){
$('#modal1').fadeOut();
}
</script>
<script type="text/javascript" >
function hasValue(value)
{
for (i=0; i < value.length; i++)
{
if (value.charAt(i) != " ")
return true
}
return false
}
//----------------------------------------------------------------------------------------------------------------------------------------------------------------
function validacion(form)
{
var value= "";
if (hasValue(form.textnombre.value) == false)
{
form.textnombre.className='error';
value += "• El Nombre NO puede ser un campo vacío<br />";
}
else form.textnombre.className='';
if (hasValue(form.textcomentario.value) == false)
{
form.textcomentario.className='error';
value += "• El Comentario NO puede ser un campo vacío<br />";
}
else form.textcomentario.className='';
if (hasValue(form.code_enter.value) == false)
{
form.code_enter.className='error';
value += "• El Código NO puede ser un campo vacío <br />";
}
else form.code_enter.className='';
if (value != "")
{
document.getElementById("validacion").style.display = 'block';
document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value;
return false;
}
}//valida
</script>"
$scripts_for_layout = ""
$title_for_layout = "Frontend"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$a = ""include - APP/views/layouts/default.ctp, line 10 View::_render() - CORE/cake/libs/view/view.php, line 731 View::renderLayout() - CORE/cake/libs/view/view.php, line 489 View::render() - CORE/cake/libs/view/view.php, line 435 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
<?php if (isset($facetags)) { ?><meta property="og:title" content="<?php echo stripslashes($noticia[0]['New1']['titulo']); ?>"><meta property="og:description" content="<?php echo stripslashes(strip_tags(substr($noticia[0]['New1']['descrip'],0,250))); ?>">
$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/layouts/default.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
),
"content_for_layout" => "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;">
<div class="text_detail">
<h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;">
</span></code>
<code><span style="color: #000000"> <div class="text_detail">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre></h1>
<div class="source">
<strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <div class="source">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap">
<div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div style="float:left; margin-right:15px;">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial">
</div>
</div>
<ul class="social_list">
<li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <ul class="social_list">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li>
</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li>
<li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li>
</ul>
</div>
</div>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div>
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') {
</span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2
</span></span></code>
<code><span style="color: #000000"> } //if img and video=0
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') {
</span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') {
</span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){
</span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']);
</span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
</div>
<div class="divisor4" style="margin-top:4px;"></div>
<h2 class="colorarticulos.php">Comentarios</h2>
<ul class="comment_list">
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
</ul>
<div class="divisor2"></div>
<h3 class="colorarticulos.php">Su comentario</h3>
<div id="validacion"></div>
<form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);">
<textarea name="textcomentario" rows="6" id="textcomentario"></textarea>
<p><strong>Nombre</strong></p>
<input type="text" name="textnombre" id="textnombre" />
<label class="label">Digite el código de abajo:</label>
<div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="cn3myl" />
<input type="hidden" name="hidden_noticia" value="" />
<input type="hidden" name="hidden_seccion" value="articulos.php" />
<input name="comentario_sbt" type="submit" value="Enviar comentario" />
<p class="txt_11"><strong>Normas de uso</strong></p>
<p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p>
</form>
<div id="tak_coment_face">
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script>
<fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558">
</fb:comments>
<script type="text/javascript">
FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm");
</script>
</div>
</div>
<div id="clear"></div>
<div id="col_2" style="width:222px;">
<h3 class="color11">Noticias relacionadas</h3>
<ul class="news_list2">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000"> $cantnoticias=0;
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) {
</span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </ul>
<div class="divisor"></div>
<h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3>
<ul class="news_list">
<li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li>
</ul>
</div>
<div id="col_3">
<!--<div style="margin-bottom:12px;">
<a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> -->
<div class="right_title">Clima</div>
<div class="wXbody">
<div class="wXguts">
<iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe>
<div class="wXlinks">
</div>
</div>
</div>
<div class="divisor5"></div>
<div id="dolar">
<div class="right_title"><span class="bccr">BCCR</span> El dólar</div>
<table width="100%">
<tr>
<td width="50%" class="title">COMPRA</td>
<td width="50%" class="number">¢493.71</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.4</td>
</tr>
</table>
</div>
<div class="divisor5"></div>
<script type="text/javascript">
function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) {
$.ajax({
type: 'POST',
url: base_path+'frontend/encuesta',
data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2,
success: function(data){
$('#coco').html("");
$('#coco').html(data);
$('.poll_options').hide();
}
});
return false;
}
</script>
<div id="poll">
<div class="right_title">Encuesta</div>
<p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p>
<ul class="poll_options">
<li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li>
<li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li>
</ul>
<div class="clear"></div>
<div id="coco"></div>
</div>
<div class="divisor5"></div>
<div class="right_title">Lotería</div>
<div id="loteria">
<div class="title">Sorteo: 12 May, 2013</div>
<div class="number">
<p class="numbercolor01">35</p>
<p class="numbercolor02">314</p>
<div class="clear"></div>
</div>
<div class="subtitle">Primer premio</div>
<div class="number">
<p class="numbercolor01">70</p>
<p class="numbercolor02">471</p>
<div class="clear"></div>
</div>
<div class="subtitle">Segundo premio</div>
<div class="number">
<p class="numbercolor01">33</p>
<p class="numbercolor02">147</p>
<div class="clear"></div>
</div>
<div class="subtitle">Tercer premio</div>
</div>
<div class="divisor5"></div>
<div id="banner3">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "7840022802";
google_ad_width = 120;
google_ad_height = 600;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="banner4">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "4179396251";
google_ad_width = 125;
google_ad_height = 125;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!--á --></div>
<div id="modal1" class="modal_box">
<div class="modal_content">
<div class="close" onclick="closeModal()"></div>
<p class="title">Cuéntele a un amigo</p>
<p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p>
<form class="form1" action="/frontend/enviara" method="post">
<table width="90%" align="center" style="margin-bottom:12px;">
<tr>
<td width="26%" class="name">Nombre de amigo:</td>
<td width="74%"><input type="text" name="amiogo" id="amiogo"/></td>
</tr>
<tr>
<td class="name">Correo de amigo:</td>
<td><input type="text" name="amiogomail" id="amiogomail" /></td>
</tr>
<tr>
<td class="name">Su nombre:</td>
<td><input type="text" name="mio" id="mio" /></td>
</tr>
<tr>
<td class="name">Su correo:</td>
<td><input type="text" name="mioemarl" id="mioemarl" /></td>
</tr>
<tr>
<td> </td>
<input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr>
</span></code>
<code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td>
</tr>
</table>
</form>
</div>
</div>
<script type="text/javascript">
// Load the classic theme
Galleria.loadTheme('/js/gallerytheme.js');
// Initialize Galleria
$('#gallery2').galleria({
//_showFullscreen: false,
_locale: {
show_thumbnails: "Mostrar imágenes pequeñas",
hide_thumbnails: "Esconder imágenes pequeñas",
play: "Reproducir",
pause: "Pausa",
enter_fullscreen: "Pantalla completa",
exit_fullscreen: "Salir",
popout_image: "Tamaño real",
showing_image: "Mostrando imagen1 %s de %s"
}
});
//Modal box
function openModal(){
$('#modal1').fadeIn();
}
function closeModal(){
$('#modal1').fadeOut();
}
</script>
<script type="text/javascript" >
function hasValue(value)
{
for (i=0; i < value.length; i++)
{
if (value.charAt(i) != " ")
return true
}
return false
}
//----------------------------------------------------------------------------------------------------------------------------------------------------------------
function validacion(form)
{
var value= "";
if (hasValue(form.textnombre.value) == false)
{
form.textnombre.className='error';
value += "• El Nombre NO puede ser un campo vacío<br />";
}
else form.textnombre.className='';
if (hasValue(form.textcomentario.value) == false)
{
form.textcomentario.className='error';
value += "• El Comentario NO puede ser un campo vacío<br />";
}
else form.textcomentario.className='';
if (hasValue(form.code_enter.value) == false)
{
form.code_enter.className='error';
value += "• El Código NO puede ser un campo vacío <br />";
}
else form.code_enter.className='';
if (value != "")
{
document.getElementById("validacion").style.display = 'block';
document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value;
return false;
}
}//valida
</script>",
"scripts_for_layout" => "",
"title_for_layout" => "Frontend",
"form" => FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object,
"html" => HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL,
"session" => SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
)
$loadHelpers = false
$cached = true
$loadedHelpers = array()
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$content_for_layout = "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;">
<div class="text_detail">
<h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;">
</span></code>
<code><span style="color: #000000"> <div class="text_detail">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre></h1>
<div class="source">
<strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <div class="source">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap">
<div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div style="float:left; margin-right:15px;">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial">
</div>
</div>
<ul class="social_list">
<li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <ul class="social_list">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li>
</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li>
<li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li>
</ul>
</div>
</div>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div>
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') {
</span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2
</span></span></code>
<code><span style="color: #000000"> } //if img and video=0
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') {
</span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') {
</span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){
</span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']);
</span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
</div>
<div class="divisor4" style="margin-top:4px;"></div>
<h2 class="colorarticulos.php">Comentarios</h2>
<ul class="comment_list">
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
</ul>
<div class="divisor2"></div>
<h3 class="colorarticulos.php">Su comentario</h3>
<div id="validacion"></div>
<form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);">
<textarea name="textcomentario" rows="6" id="textcomentario"></textarea>
<p><strong>Nombre</strong></p>
<input type="text" name="textnombre" id="textnombre" />
<label class="label">Digite el código de abajo:</label>
<div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="cn3myl" />
<input type="hidden" name="hidden_noticia" value="" />
<input type="hidden" name="hidden_seccion" value="articulos.php" />
<input name="comentario_sbt" type="submit" value="Enviar comentario" />
<p class="txt_11"><strong>Normas de uso</strong></p>
<p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p>
</form>
<div id="tak_coment_face">
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script>
<fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558">
</fb:comments>
<script type="text/javascript">
FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm");
</script>
</div>
</div>
<div id="clear"></div>
<div id="col_2" style="width:222px;">
<h3 class="color11">Noticias relacionadas</h3>
<ul class="news_list2">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000"> $cantnoticias=0;
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) {
</span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </ul>
<div class="divisor"></div>
<h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3>
<ul class="news_list">
<li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li>
</ul>
</div>
<div id="col_3">
<!--<div style="margin-bottom:12px;">
<a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> -->
<div class="right_title">Clima</div>
<div class="wXbody">
<div class="wXguts">
<iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe>
<div class="wXlinks">
</div>
</div>
</div>
<div class="divisor5"></div>
<div id="dolar">
<div class="right_title"><span class="bccr">BCCR</span> El dólar</div>
<table width="100%">
<tr>
<td width="50%" class="title">COMPRA</td>
<td width="50%" class="number">¢493.71</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.4</td>
</tr>
</table>
</div>
<div class="divisor5"></div>
<script type="text/javascript">
function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) {
$.ajax({
type: 'POST',
url: base_path+'frontend/encuesta',
data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2,
success: function(data){
$('#coco').html("");
$('#coco').html(data);
$('.poll_options').hide();
}
});
return false;
}
</script>
<div id="poll">
<div class="right_title">Encuesta</div>
<p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p>
<ul class="poll_options">
<li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li>
<li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li>
</ul>
<div class="clear"></div>
<div id="coco"></div>
</div>
<div class="divisor5"></div>
<div class="right_title">Lotería</div>
<div id="loteria">
<div class="title">Sorteo: 12 May, 2013</div>
<div class="number">
<p class="numbercolor01">35</p>
<p class="numbercolor02">314</p>
<div class="clear"></div>
</div>
<div class="subtitle">Primer premio</div>
<div class="number">
<p class="numbercolor01">70</p>
<p class="numbercolor02">471</p>
<div class="clear"></div>
</div>
<div class="subtitle">Segundo premio</div>
<div class="number">
<p class="numbercolor01">33</p>
<p class="numbercolor02">147</p>
<div class="clear"></div>
</div>
<div class="subtitle">Tercer premio</div>
</div>
<div class="divisor5"></div>
<div id="banner3">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "7840022802";
google_ad_width = 120;
google_ad_height = 600;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="banner4">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "4179396251";
google_ad_width = 125;
google_ad_height = 125;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!--á --></div>
<div id="modal1" class="modal_box">
<div class="modal_content">
<div class="close" onclick="closeModal()"></div>
<p class="title">Cuéntele a un amigo</p>
<p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p>
<form class="form1" action="/frontend/enviara" method="post">
<table width="90%" align="center" style="margin-bottom:12px;">
<tr>
<td width="26%" class="name">Nombre de amigo:</td>
<td width="74%"><input type="text" name="amiogo" id="amiogo"/></td>
</tr>
<tr>
<td class="name">Correo de amigo:</td>
<td><input type="text" name="amiogomail" id="amiogomail" /></td>
</tr>
<tr>
<td class="name">Su nombre:</td>
<td><input type="text" name="mio" id="mio" /></td>
</tr>
<tr>
<td class="name">Su correo:</td>
<td><input type="text" name="mioemarl" id="mioemarl" /></td>
</tr>
<tr>
<td> </td>
<input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr>
</span></code>
<code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="id" id="id" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr23-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 255
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<td style="text-align:left;"><input type="submit" name="button" id="button" value="Enviar enlace" /></td>
</tr>
</table>
</form>
</div>
</div>
<script type="text/javascript">
// Load the classic theme
Galleria.loadTheme('/js/gallerytheme.js');
// Initialize Galleria
$('#gallery2').galleria({
//_showFullscreen: false,
_locale: {
show_thumbnails: "Mostrar imágenes pequeñas",
hide_thumbnails: "Esconder imágenes pequeñas",
play: "Reproducir",
pause: "Pausa",
enter_fullscreen: "Pantalla completa",
exit_fullscreen: "Salir",
popout_image: "Tamaño real",
showing_image: "Mostrando imagen1 %s de %s"
}
});
//Modal box
function openModal(){
$('#modal1').fadeIn();
}
function closeModal(){
$('#modal1').fadeOut();
}
</script>
<script type="text/javascript" >
function hasValue(value)
{
for (i=0; i < value.length; i++)
{
if (value.charAt(i) != " ")
return true
}
return false
}
//----------------------------------------------------------------------------------------------------------------------------------------------------------------
function validacion(form)
{
var value= "";
if (hasValue(form.textnombre.value) == false)
{
form.textnombre.className='error';
value += "• El Nombre NO puede ser un campo vacío<br />";
}
else form.textnombre.className='';
if (hasValue(form.textcomentario.value) == false)
{
form.textcomentario.className='error';
value += "• El Comentario NO puede ser un campo vacío<br />";
}
else form.textcomentario.className='';
if (hasValue(form.code_enter.value) == false)
{
form.code_enter.className='error';
value += "• El Código NO puede ser un campo vacío <br />";
}
else form.code_enter.className='';
if (value != "")
{
document.getElementById("validacion").style.display = 'block';
document.getElementById("validacion").innerHTML = '<p><strong>Han ocurrido los siguientes errores</strong></p>'+value;
return false;
}
}//valida
</script>"
$scripts_for_layout = ""
$title_for_layout = "Frontend"
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$a = ""include - APP/views/layouts/default.ctp, line 11 View::_render() - CORE/cake/libs/view/view.php, line 731 View::renderLayout() - CORE/cake/libs/view/view.php, line 489 View::render() - CORE/cake/libs/view/view.php, line 435 Controller::render() - CORE/cake/libs/controller/controller.php, line 909 Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207 Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171 [main] - APP/webroot/index.php, line 87
<meta property="og:title" content="<?php echo stripslashes($noticia[0]['New1']['titulo']); ?>"><meta property="og:description" content="<?php echo stripslashes(strip_tags(substr($noticia[0]['New1']['descrip'],0,250))); ?>"><meta property="og:url" content="<?php echo "http://elpais.cr/frontend/noticia_detalle/".$section."/".$noticia[0]['New1']['id']; ?>">
$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/layouts/default.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
),
"content_for_layout" => "<link rel="stylesheet" type="text/css" href="/css/gallery.css" /><script type="text/javascript" src="/js/galleria.js"></script><div id="col_1" style="width:558px;">
<div class="text_detail">
<h1 class="colorarticulos.php"><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-trace').style.display = (document.getElementById('cakeErr11-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>18</b>]<div id="cakeErr11-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-code').style.display = (document.getElementById('cakeErr11-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr11-context').style.display = (document.getElementById('cakeErr11-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr11-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"><div id="col_1" style="width:558px;">
</span></code>
<code><span style="color: #000000"> <div class="text_detail">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code></span></pre></div><pre id="cakeErr11-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 18
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre></h1>
<div class="source">
<strong>Fuente:</strong> <span> | </span> <pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-trace').style.display = (document.getElementById('cakeErr12-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>20</b>]<div id="cakeErr12-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-code').style.display = (document.getElementById('cakeErr12-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr12-context').style.display = (document.getElementById('cakeErr12-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr12-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <h1 class="color<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$section</span><span style="color: #007700">; </span><span style="color: #0000BB">?></span>"><span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">stripslashes</span><span style="color: #007700">(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'titulo'</span><span style="color: #007700">])</span><span style="color: #0000BB">?></span></h1>
</span></code>
<code><span style="color: #000000"> <div class="source">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <strong>Fuente:</strong> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">utf8_decode</span><span style="color: #007700">(</span><span style="color: #0000BB">$periodista</span><span style="color: #007700">[</span><span style="color: #DD0000">'Periodista'</span><span style="color: #007700">][</span><span style="color: #DD0000">'nombre'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?></span> <span>&nbsp;|&nbsp;</span> <span style="color: #0000BB"><?php </span><span style="color: #007700">echo (</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'fecha'</span><span style="color: #007700">]);</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr12-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 20
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> <div class="social_wrap">
<div style="float:left;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="elpaiscr" data-lang="es">Tweet</a><script type="text/javascript" src="//platform.twitter.com/widgets.js"></script></div>
<div style="float:left; margin-right:15px;">
<div id="fb-root"></div>
<script type="text/javascript">(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-send="false" data-layout="button_count" data-width="80" data-show-faces="false" data-font="arial">
</div>
</div>
<ul class="social_list">
<li><a href="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-trace').style.display = (document.getElementById('cakeErr13-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>39</b>]<div id="cakeErr13-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-code').style.display = (document.getElementById('cakeErr13-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr13-context').style.display = (document.getElementById('cakeErr13-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr13-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <ul class="social_list">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <li><a href="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$this</span><span style="color: #007700">-></span><span style="color: #0000BB">Html</span><span style="color: #007700">-></span><span style="color: #0000BB">url</span><span style="color: #007700">(array(</span><span style="color: #DD0000">"controller" </span><span style="color: #007700">=> </span><span style="color: #DD0000">"frontend"</span><span style="color: #007700">, </span><span style="color: #DD0000">"action"</span><span style="color: #007700">=></span><span style="color: #DD0000">"imprimir/"</span><span style="color: #007700">.</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'id'</span><span style="color: #007700">])); </span><span style="color: #0000BB">?></span>" target="_blank" class="print"></a></li>
</span></code></span></pre></div><pre id="cakeErr13-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 39
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>/frontend/imprimir" target="_blank" class="print"></a></li>
<li><a class="send" style="margin-left:10px;" onclick="openModal()"></a></li>
</ul>
</div>
</div>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-trace').style.display = (document.getElementById('cakeErr14-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>45</b>]<div id="cakeErr14-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-code').style.display = (document.getElementById('cakeErr14-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr14-context').style.display = (document.getElementById('cakeErr14-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr14-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </div>
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'video'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) { </span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr14-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 45
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-trace').style.display = (document.getElementById('cakeErr15-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>61</b>]<div id="cakeErr15-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-code').style.display = (document.getElementById('cakeErr15-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr15-context').style.display = (document.getElementById('cakeErr15-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr15-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">}</span><span style="color: #FF8000">//if video
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['imagen1'] != '' and $noticia[0]['New1']['video'] == '') {
</span></code></span></pre></div><pre id="cakeErr15-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 61
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-trace').style.display = (document.getElementById('cakeErr16-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>87</b>]<div id="cakeErr16-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-code').style.display = (document.getElementById('cakeErr16-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr16-context').style.display = (document.getElementById('cakeErr16-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr16-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">// if imagen1 imagen2
</span></span></code>
<code><span style="color: #000000"> } //if img and video=0
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio'] != '') {
</span></code></span></pre></div><pre id="cakeErr16-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 87
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-trace').style.display = (document.getElementById('cakeErr17-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>103</b>]<div id="cakeErr17-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-code').style.display = (document.getElementById('cakeErr17-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr17-context').style.display = (document.getElementById('cakeErr17-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr17-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">} </span><span style="color: #FF8000">//if audio
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['audio2'] != '') {
</span></code></span></pre></div><pre id="cakeErr17-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 103
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-trace').style.display = (document.getElementById('cakeErr18-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>120</b>]<div id="cakeErr18-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-code').style.display = (document.getElementById('cakeErr18-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr18-context').style.display = (document.getElementById('cakeErr18-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr18-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000"> <h4><span style="color: #0000BB"><?php
</span></span></code>
<span class="code-highlight"><code><span style="color: #000000"> if($noticia[0]['New1']['pie']!= ''){
</span></code></span></pre></div><pre id="cakeErr18-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 120
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </h4><pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-trace').style.display = (document.getElementById('cakeErr19-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>125</b>]<div id="cakeErr19-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-code').style.display = (document.getElementById('cakeErr19-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr19-context').style.display = (document.getElementById('cakeErr19-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr19-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> </h4><span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> echo stripslashes($noticia[0]['New1']['descrip']);
</span></code></span></pre></div><pre id="cakeErr19-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 125
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-trace').style.display = (document.getElementById('cakeErr20-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>129</b>]<div id="cakeErr20-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-code').style.display = (document.getElementById('cakeErr20-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr20-context').style.display = (document.getElementById('cakeErr20-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr20-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000">
</span></code>
<code><span style="color: #000000">
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <span style="color: #0000BB"><?php </span><span style="color: #007700">if(</span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'file_pdf1'</span><span style="color: #007700">] != </span><span style="color: #DD0000">''</span><span style="color: #007700">) {</span><span style="color: #0000BB">?>
</span></span></code></span></pre></div><pre id="cakeErr20-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 129
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>
</div>
<div class="divisor4" style="margin-top:4px;"></div>
<h2 class="colorarticulos.php">Comentarios</h2>
<ul class="comment_list">
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">Sergio Ardón<span class="date">2012-03-22</span></span> <span class="text">A todo este drama hay que agregar el caso , desconcertante, de un partido político de oposición que se levantó con las banderas de la lucha contr el neo-liberalismo, y que ha terminado convirtiendose en aliado de un gobierno neo-liberal, sacandole las castañas del fuego y de paso anulando cualquier posibilidad de derrotarlo.</span> </li>
<li><span class="title">brayan retana<span class="date">2012-04-11</span></span> <span class="text">todos los ticos debemos levantarnos y luchar contra tanta corrupcion, para mi este gobierno no a hecho nada sólo robar la delincuencial y la infraestructura cada día peor, y laura parece q está pintada n la pared . </span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
<li><span class="title"><span class="date"></span></span> <span class="text"></span> </li>
</ul>
<div class="divisor2"></div>
<h3 class="colorarticulos.php">Su comentario</h3>
<div id="validacion"></div>
<form class="form2" name="form" method="post" action="" style="margin-bottom:24px;" onsubmit="return validacion(this);">
<textarea name="textcomentario" rows="6" id="textcomentario"></textarea>
<p><strong>Nombre</strong></p>
<input type="text" name="textnombre" id="textnombre" />
<label class="label">Digite el código de abajo:</label>
<div style="background-color:#; color:#FFF; font-size:18px; width:100px; text-align:center; padding:5px; margin-top:5px;">cn3myl</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="cn3myl" />
<input type="hidden" name="hidden_noticia" value="" />
<input type="hidden" name="hidden_seccion" value="articulos.php" />
<input name="comentario_sbt" type="submit" value="Enviar comentario" />
<p class="txt_11"><strong>Normas de uso</strong></p>
<p class="txt_11">La opinión en los comentarios es la de los usuarios, no de ELPAIS.cr - No está permitido verter comentarios contrarios a las leyes o injuriosos. - Reservado el derecho a eliminar los comentarios que consideremos fuera de tema. - Una vez aceptado el comentario, será publicado.</p>
</form>
<div id="tak_coment_face">
<div id="fb-root"></div>
<script type="text/javascript" src="http://connect.facebook.net/es_ES/all.js#xfbml=1"></script>
<fb:comments href="http://www.elpais.cr/frontend/noticia_detalle/3/" num_posts="5" width="558">
</fb:comments>
<script type="text/javascript">
FB.init("277270732316958", "http://www.elpais.cr/xd_receiver.htm");
</script>
</div>
</div>
<div id="clear"></div>
<div id="col_2" style="width:222px;">
<h3 class="color11">Noticias relacionadas</h3>
<ul class="news_list2">
<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-trace').style.display = (document.getElementById('cakeErr21-trace').style.display == 'none' ? '' : 'none');"><b>Warning</b> (2)</a>: Invalid argument supplied for foreach() [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>200</b>]<div id="cakeErr21-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-code').style.display = (document.getElementById('cakeErr21-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr21-context').style.display = (document.getElementById('cakeErr21-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr21-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <span style="color: #0000BB"><?php
</span></span></code>
<code><span style="color: #000000"> $cantnoticias=0;
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> foreach($noticiasrelacionadas as $rowrelacionadas) {
</span></code></span></pre></div><pre id="cakeErr21-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 200
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre> </ul>
<div class="divisor"></div>
<h3 class="color11" style="margin-top:16px;">Otros artículos recientes</h3>
<ul class="news_list">
<li><a href="/frontend/noticia_detalle/3/81549"><span class="img" style="background-image:url(/files/news/image/thumb/81549_);"></span>Carbono Neutralidad de Costa Rica</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81550"><span class="img" style="background-image:url(/files/news/image/thumb/81550_);"></span>Se desquebrajó la vara </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81551"><span class="img" style="background-image:url(/files/news/image/thumb/81551_);"></span>La educación anarquista</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81552"><span class="img" style="background-image:url(/files/news/image/thumb/81552_);"></span>Realidades de la tercera edad</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81553"><span class="img" style="background-image:url(/files/news/image/thumb/81553_);"></span>El póquer del PUSC</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/1/81554"><span class="img" style="background-image:url(/files/news/image/thumb/81554_230513corrales.jpg);"></span>Patria Nueva lanzó a Corrales como su precandidato presidencial</a><span class="clear"></span></li>
</ul>
</div>
<div id="col_3">
<!--<div style="margin-bottom:12px;">
<a href="/frontend/stream"><img src="/img/apariencia/stream.png" alt="En vivo" /></a></div> -->
<div class="right_title">Clima</div>
<div class="wXbody">
<div class="wXguts">
<iframe id="WeatherBugSticker_125x125_v2" src="http://weather.weatherbug.com/desktop-weather/web-widgets/getSticker.html?CityCode=58071&ZCode=z5545&Size=125x125&StationID=MROC&units=1&Version=2&lang_id=es-es" width="123" height="70" frameborder="0" scrolling="no" allowtransparency="yes"></iframe>
<div class="wXlinks">
</div>
</div>
</div>
<div class="divisor5"></div>
<div id="dolar">
<div class="right_title"><span class="bccr">BCCR</span> El dólar</div>
<table width="100%">
<tr>
<td width="50%" class="title">COMPRA</td>
<td width="50%" class="number">¢493.71</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.4</td>
</tr>
</table>
</div>
<div class="divisor5"></div>
<script type="text/javascript">
function encuestasuma(idpregunta,idrespuesta1,idrespuesta2,cant1,cant2) {
$.ajax({
type: 'POST',
url: base_path+'frontend/encuesta',
data: "idpregunta="+idpregunta+"&idrespuesta1="+idrespuesta1+"&idrespuesta2="+idrespuesta2+"&cant1="+cant1+"&cant2="+cant2,
success: function(data){
$('#coco').html("");
$('#coco').html(data);
$('.poll_options').hide();
}
});
return false;
}
</script>
<div id="poll">
<div class="right_title">Encuesta</div>
<p class="question">¿Creé usted que los magistrados de la Corte Suprema de Justicia tienen independencia política?</p>
<ul class="poll_options">
<li class="yes" onclick="encuestasuma(56,353,354,1,0)">SÍ</li>
<li class="no" onclick="encuestasuma(56,353,354,0,1)">NO</li>
</ul>
<div class="clear"></div>
<div id="coco"></div>
</div>
<div class="divisor5"></div>
<div class="right_title">Lotería</div>
<div id="loteria">
<div class="title">Sorteo: 12 May, 2013</div>
<div class="number">
<p class="numbercolor01">35</p>
<p class="numbercolor02">314</p>
<div class="clear"></div>
</div>
<div class="subtitle">Primer premio</div>
<div class="number">
<p class="numbercolor01">70</p>
<p class="numbercolor02">471</p>
<div class="clear"></div>
</div>
<div class="subtitle">Segundo premio</div>
<div class="number">
<p class="numbercolor01">33</p>
<p class="numbercolor02">147</p>
<div class="clear"></div>
</div>
<div class="subtitle">Tercer premio</div>
</div>
<div class="divisor5"></div>
<div id="banner3">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "7840022802";
google_ad_width = 120;
google_ad_height = 600;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<div id="banner4">
<script type="text/javascript">
google_ad_client = "ca-pub-2480582925929202";
google_ad_slot = "4179396251";
google_ad_width = 125;
google_ad_height = 125;
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
<!--á --></div>
<div id="modal1" class="modal_box">
<div class="modal_content">
<div class="close" onclick="closeModal()"></div>
<p class="title">Cuéntele a un amigo</p>
<p style="padding-bottom:10px;">Envíe esta noticia a una persona a quien usted cree que le interesará</p>
<form class="form1" action="/frontend/enviara" method="post">
<table width="90%" align="center" style="margin-bottom:12px;">
<tr>
<td width="26%" class="name">Nombre de amigo:</td>
<td width="74%"><input type="text" name="amiogo" id="amiogo"/></td>
</tr>
<tr>
<td class="name">Correo de amigo:</td>
<td><input type="text" name="amiogomail" id="amiogomail" /></td>
</tr>
<tr>
<td class="name">Su nombre:</td>
<td><input type="text" name="mio" id="mio" /></td>
</tr>
<tr>
<td class="name">Su correo:</td>
<td><input type="text" name="mioemarl" id="mioemarl" /></td>
</tr>
<tr>
<td> </td>
<input type="hidden" name="seccion" id="seccion" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-trace').style.display = (document.getElementById('cakeErr22-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>254</b>]<div id="cakeErr22-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-code').style.display = (document.getElementById('cakeErr22-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr22-context').style.display = (document.getElementById('cakeErr22-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr22-code" class="cake-code-dump" style="display: none;"><pre><code><span style="color: #000000"> <tr>
</span></code>
<code><span style="color: #000000"> <td>&nbsp;</td>
</span></code>
<span class="code-highlight"><code><span style="color: #000000"> <input type="hidden" name="seccion" id="seccion" value="<span style="color: #0000BB"><?php </span><span style="color: #007700">echo </span><span style="color: #0000BB">$noticia</span><span style="color: #007700">[</span><span style="color: #0000BB">0</span><span style="color: #007700">][</span><span style="color: #DD0000">'New1'</span><span style="color: #007700">][</span><span style="color: #DD0000">'seccion'</span><span style="color: #007700">] </span><span style="color: #0000BB">?></span>" />
</span></code></span></pre></div><pre id="cakeErr22-context" class="cake-context" style="display: none;">$___viewFn = "/mnt/stor3-wc1-dfw1/654704/657813/www.elpais.cr/web/content/app/views/frontend/noticia_detalle.ctp"
$___dataForView = array(
"respuestas" => array(
array(),
array()
),
"pregunta" => array(
array()
),
"s_names" => null,
"banner4" => true,
"menuColor" => null,
"bg_lines" => "2",
"bg_position" => "3",
"idnoticia" => null,
"color_bar" => true,
"section" => "articulos.php",
"noticia" => array(),
"periodista" => false,
"noticiasrecientes" => array(
array(),
array(),
array(),
array(),
array(),
array()
),
"comentarios" => array(
array(),
array(),
array(),
array(),
array()
),
"noticiasrelacionadas" => false,
"facetags" => true,
"tipocambio" => array(
array()
),
"loteria" => array(
array()
),
"banners" => array(
array()
)
)
$loadHelpers = true
$cached = false
$form = FormHelper
FormHelper::$helpers = array
FormHelper::$fieldset = array
FormHelper::$__options = array
FormHelper::$fields = array
FormHelper::$requestType = NULL
FormHelper::$defaultModel = NULL
FormHelper::$_inputDefaults = array
FormHelper::$base = ""
FormHelper::$webroot = "/"
FormHelper::$theme = NULL
FormHelper::$here = "/frontend/noticia_detalle/articulos.php"
FormHelper::$params = array
FormHelper::$action = "noticia_detalle"
FormHelper::$plugin = NULL
FormHelper::$data = NULL
FormHelper::$namedArgs = NULL
FormHelper::$argSeparator = NULL
FormHelper::$validationErrors = NULL
FormHelper::$tags = array
FormHelper::$__tainted = NULL
FormHelper::$__cleaned = NULL
FormHelper::$Html = HtmlHelper object
$html = HtmlHelper
HtmlHelper::$tags = array
HtmlHelper::$_crumbs = array
HtmlHelper::$__includedScripts = array
HtmlHelper::$_scriptBlockOptions = array
HtmlHelper::$__docTypes = array
HtmlHelper::$helpers = NULL
HtmlHelper::$base = ""
HtmlHelper::$webroot = "/"
HtmlHelper::$theme = NULL
HtmlHelper::$here = "/frontend/noticia_detalle/articulos.php"
HtmlHelper::$params = array
HtmlHelper::$action = "noticia_detalle"
HtmlHelper::$plugin = NULL
HtmlHelper::$data = NULL
HtmlHelper::$namedArgs = NULL
HtmlHelper::$argSeparator = NULL
HtmlHelper::$validationErrors = NULL
HtmlHelper::$__tainted = NULL
HtmlHelper::$__cleaned = NULL
$session = SessionHelper
SessionHelper::$helpers = array
SessionHelper::$__active = true
SessionHelper::$valid = false
SessionHelper::$error = false
SessionHelper::$_userAgent = "d03e0ccf04fcccf7dadf204f433db26c"
SessionHelper::$path = "/"
SessionHelper::$lastError = NULL
SessionHelper::$security = "medium"
SessionHelper::$time = 1369299345
SessionHelper::$sessionTime = 1369311345
SessionHelper::$cookieLifeTime = false
SessionHelper::$watchKeys = array
SessionHelper::$id = NULL
SessionHelper::$host = NULL
SessionHelper::$timeout = NULL
SessionHelper::$base = ""
SessionHelper::$webroot = "/"
SessionHelper::$here = "/frontend/noticia_detalle/articulos.php"
SessionHelper::$params = array
SessionHelper::$action = "noticia_detalle"
SessionHelper::$data = NULL
SessionHelper::$theme = NULL
SessionHelper::$plugin = NULL
$respuestas = array(
array(
"Respuesta" => array()
),
array(
"Respuesta" => array()
)
)
$pregunta = array(
array(
"Pregunta" => array()
)
)
$s_names = null
$banner4 = true
$menuColor = null
$bg_lines = "2"
$bg_position = "3"
$idnoticia = null
$color_bar = true
$section = "articulos.php"
$noticia = array()
$periodista = false
$noticiasrecientes = array(
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
),
array(
"New1" => array(),
"Periodista" => array(),
"Comentario" => array()
)
)
$comentarios = array(
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
),
array(
"Comentario" => array(),
"New1" => array()
)
)
$noticiasrelacionadas = false
$facetags = true
$tipocambio = array(
array(
"Tipocambio" => array()
)
)
$loteria = array(
array(
"Loteria" => array()
)
)
$banners = array(
array(
"banners" => array()
)
)
$comments = array(
"Comentario" => array(
"id" => "127324",
"name" => null,
"status" => "1",
"descrip" => null,
"id_noticia" => null,
"fecha" => null,
"ipaddress" => ""
),
"New1" => array(
"id" => null,
"titulo" => null,
"descrip" => null,
"status" => null,
"seccion" => null,
"imagen1" => null,
"fecha" => null,
"video" => null,
"principal" => null,
"periodista" => null,
"hora" => null,
"audio" => null,
"tag" => null,
"destacadas" => null,
"posicion" => null,
"imagen2" => null,
"imagen3" => null,
"imagen4" => null,
"file_pdf1" => null,
"file_pdf2" => null,
"audio2" => null,
"pie" => null
)
)
$code = "cn3myl"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81554",
"titulo" => "Patria Nueva lanzó a Corrales como su precandidato presidencial",
"descrip" => "<p style=\"text-align: justify;\">San Jos&eacute;, 23 may (elpais.cr) - &nbsp;Jos&eacute; Miguel Corrales, precandidato del partido Patria Nueva, llam&oacute; a una alianza para gobernar no para ganar unas elecciones. El ex diputado destac&oacute; la reorganizaci&oacute;n del sistema democr&aacute;tico y el funcionamiento de los poderes del Estado.<br /><br />Corrales se&ntilde;al&oacute;, ante las m&aacute;s de 200 personas que llegaron a su lanzamiento de campa&ntilde;a, que Patria Nueva busca una alianza con todas las fuerzas opositoras para echar afuera a los mercaderes de la Rep&uacute;blica, para llegar a acuerdos para gobernar y no para disputar simplemente una contienda electoral.<br /><br />El candidato hizo especial &eacute;nfasis en la reformulaci&oacute;n de los sistemas que eligen a los representantes de los Poderes del Estado, para apostar por una real democracia participativa.&nbsp;<br /><br />Que se legitime la figura del &nbsp;refer&eacute;ndum de revocatoria, para que el mismo voto que los ciudadanos dan para designar el poder sirva para quitar a quien el pueblo considere no est&aacute; dando un correcto uso de ese poder.<br /><br />Sobre el Poder judicial, Corrales indic&oacute; que algunas garant&iacute;as penales como la posibilidad de no declarar, y la comprobaci&oacute;n de la culpabilidad sin que median m&aacute;s pruebas que el reconocimiento del acusado de asumir la responsabilidad de los hechos penales, son aspectos que permiten la impunidad de muchos delincuentes.<br /><br />Jos&eacute; Miguel expres&oacute; asombro al enterarse de que los magistrados son diputados de casa presidencial, en casos como las consultas sobre el Tratado de Libre Comercio con Estados Unidos.<br /><br />Por lo antes mencionado y otros motivos exhort&oacute; a la necesidad de redefinir el mecanismo en el que se escogen los magistrados.<br /><br />Asimismo, Corrales mantuvo que similar debe suceder con la elecci&oacute;n de los diputados, &ldquo;donde el pueblo es el que debe decidir quienes ocupen esos cargos&rdquo;.<br /><br />Adem&aacute;s, mencion&oacute; temas como el rescate del Consejo Nacional de la Producci&oacute;n, modificaci&oacute;n en la pol&iacute;tica carcelaria, sistema de garant&iacute;as para el crecimiento de emprendedores j&oacute;venes.&nbsp;</p>",
"status" => "1",
"seccion" => "1",
"imagen1" => "230513corrales.jpg",
"fecha" => "2013-05-23",
"video" => "",
"principal" => "0",
"periodista" => "982",
"hora" => "12:21:18",
"audio" => "",
"tag" => "Nacionales, Patria Nueva, Corrales, precandidato presidencial",
"destacadas" => "0",
"posicion" => "1",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "José Miguel Corrales. Foto Oriana Ortiz."
),
"Periodista" => array(
"id" => "982",
"nombre" => "Oriana Ortiz Vindas ",
"invitado" => "0",
"descripcion" => "",
"imagen" => ""
),
"Comentario" => array()
)</pre><pre class="stack-trace">include - APP/views/frontend/noticia_detalle.ctp, line 254
View::_render() - CORE/cake/libs/view/view.php, line 731
View::render() - CORE/cake/libs/view/view.php, line 426
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 207
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 87</pre></div></pre>" />
<input type="hidden" name="id" id="id" value="<pre class="cake-debug"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-trace').style.display = (document.getElementById('cakeErr23-trace').style.display == 'none' ? '' : 'none');"><b>Notice</b> (8)</a>: Undefined offset: 0 [<b>APP/views/frontend/noticia_detalle.ctp</b>, line <b>255</b>]<div id="cakeErr23-trace" class="cake-stack-trace" style="display: none;"><a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-code').style.display = (document.getElementById('cakeErr23-code').style.display == 'none' ? '' : 'none')">Code</a> | <a href="javascript:void(0);" onclick="document.getElementById('cakeErr23-context').style.display = (document.getElementById('cakeErr23-context').style.display == 'none' ? '' : 'none')">Context</a><div id="cakeErr23-code"