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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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;">jylw1h</div> <input type="text" name="code_enter" id="code_enter" /> <input type="hidden" name="hidden_code" value="jylw1h" /> <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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td> </tr> <tr> <td class="title">VENTA</td> <td class="number">¢504.31</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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81395", "titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ", "descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>", "status" => "1", "seccion" => "2", "imagen1" => "635042628451890452w.jpg", "fecha" => "2013-05-19", "video" => "", "principal" => "1", "periodista" => "763", "hora" => "09:32:48", "audio" => "", "tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ", "destacadas" => "0", "posicion" => "12", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI" ), "Periodista" => array( "id" => "763", "nombre" => "dpa", "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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81395", "titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ", "descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>", "status" => "1", "seccion" => "2", "imagen1" => "635042628451890452w.jpg", "fecha" => "2013-05-19", "video" => "", "principal" => "1", "periodista" => "763", "hora" => "09:32:48", "audio" => "", "tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ", "destacadas" => "0", "posicion" => "12", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI" ), "Periodista" => array( "id" => "763", "nombre" => "dpa", "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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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;">jylw1h</div> <input type="text" name="code_enter" id="code_enter" /> <input type="hidden" name="hidden_code" value="jylw1h" /> <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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li> <li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td> </tr> <tr> <td class="title">VENTA</td> <td class="number">¢504.31</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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81395", "titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ", "descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>", "status" => "1", "seccion" => "2", "imagen1" => "635042628451890452w.jpg", "fecha" => "2013-05-19", "video" => "", "principal" => "1", "periodista" => "763", "hora" => "09:32:48", "audio" => "", "tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ", "destacadas" => "0", "posicion" => "12", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI" ), "Periodista" => array( "id" => "763", "nombre" => "dpa", "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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = "jylw1h" $cantnoticias = 0 $rowrecientes = array( "New1" => array( "id" => "81395", "titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ", "descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>", "status" => "1", "seccion" => "2", "imagen1" => "635042628451890452w.jpg", "fecha" => "2013-05-19", "video" => "", "principal" => "1", "periodista" => "763", "hora" => "09:32:48", "audio" => "", "tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ", "destacadas" => "0", "posicion" => "12", "imagen2" => "", "imagen3" => "", "imagen4" => "", "file_pdf1" => "", "file_pdf2" => "", "audio2" => "", "pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI" ), "Periodista" => array( "id" => "763", "nombre" => "dpa", "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 = 1369004978 SessionHelper::$sessionTime = 1369016978 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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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;">jylw1h</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="jylw1h" />
<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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.31</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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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;">jylw1h</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="jylw1h" />
<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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.31</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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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;">jylw1h</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="jylw1h" />
<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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.31</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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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;">jylw1h</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="jylw1h" />
<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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.31</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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la Nakba (Catástrofe).EFE/ALI ALI"
),
"Periodista" => array(
"id" => "763",
"nombre" => "dpa",
"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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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;">jylw1h</div>
<input type="text" name="code_enter" id="code_enter" />
<input type="hidden" name="hidden_code" value="jylw1h" />
<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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$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/1/81390"><span class="img" style="background-image:url(/files/news/image/thumb/81390_190513pac.jpg);"></span>PAC decidirá hoy mecanismo de elección de candidatura presidencial</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/3/81391"><span class="img" style="background-image:url(/files/news/image/thumb/81391_);"></span>Tratando de entender un poco...no mucho</a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81392"><span class="img" style="background-image:url(/files/news/image/thumb/81392_635044062486294452w.jpg);"></span>Yonhap: Corea del Norte dispara otro misil al mar de Japón </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81393"><span class="img" style="background-image:url(/files/news/image/thumb/81393_635043414119307368w.jpg);"></span>Decenas de muertos en ofensiva del Ejército sirio en Homs </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81394"><span class="img" style="background-image:url(/files/news/image/thumb/81394_635045504143581848w.jpg);"></span>Asesinan a opositora paquistaní poco antes de repetición de votación </a><span class="clear"></span></li>
<li><a href="/frontend/noticia_detalle/2/81395"><span class="img" style="background-image:url(/files/news/image/thumb/81395_635042628451890452w.jpg);"></span>Más de 2.000 palestinos varados en la frontera con Egipto </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.44</td>
</tr>
<tr>
<td class="title">VENTA</td>
<td class="number">¢504.31</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 = 1369004978
SessionHelper::$sessionTime = 1369016978
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 = "jylw1h"
$cantnoticias = 0
$rowrecientes = array(
"New1" => array(
"id" => "81395",
"titulo" => "Más de 2.000 palestinos varados en la frontera con Egipto ",
"descrip" => "<p style=\"text-align: justify;\">Al Arish, Egipto, 19 may (dpa) - M&aacute;s de 2.000 palestinos quedaron varados hoy en la frontera entre la Franja de Gaza y Egipto debido a que las fuerzas de seguridad egipcias mantuvieron cerrado, por tercer d&iacute;a consecutivo, el paso fronterizo de Rafah.<br /><br />Los palestinos, entre los que hab&iacute;a personas que retornaban despu&eacute;s de recibir tratamiento m&eacute;dico en Egipto, fueron trasladados a un centro juvenil, informaron funcionarios locales.<br /><br />El paso fronterizo de Rafah es la &uacute;nica puerta de salida para los 1,7 millones de palestinos que viven en la Franja de Gaza, bloqueda por Israel desde 2007, cuando el movimiento radical Hamas se hizo con el control del territorio palestino expulsando al partido Al Fatah, que controla Cisjordania.<br /><br />Egipto cerr&oacute; el paso de Rafah despu&eacute;s de que un grupo de hombres armados secuestrara el jueves a seis soldados egipcios en la pen&iacute;nsula del Sina&iacute;.<br /><br />El peri&oacute;dico egipcio independiente \"Al Shoruk\" inform&oacute; hoy que fuerzas especiales egipcias estaban llegando al Sina&iacute; para preparar una operaci&oacute;n de rescate. Los secuestradores exigen la puesta en libertad de familiares encarcelados. Las negociaciones con las autoridades egipcias han sido infructuosas hasta el momento.<br /><br />La situaci&oacute;n de seguridad en la pen&iacute;nsula del Sina&iacute; se ha ido deteriorando desde la ca&iacute;da del presidente egipcio Hosni Mubarrak, en febrero de 2011. Para las fuerzas de seguridad egipcias resulta dif&iacute;cil ejercer control sobre el territorio debido a su topograf&iacute;a monta&ntilde;osa y des&eacute;rtica y por las limitaciones militares establecidas en el acuerdo de paz firmado por Egipto e Israel en 1979.</p>",
"status" => "1",
"seccion" => "2",
"imagen1" => "635042628451890452w.jpg",
"fecha" => "2013-05-19",
"video" => "",
"principal" => "1",
"periodista" => "763",
"hora" => "09:32:48",
"audio" => "",
"tag" => "Internacionales, 2.000 palestinos, frontera, Egipto ",
"destacadas" => "0",
"posicion" => "12",
"imagen2" => "",
"imagen3" => "",
"imagen4" => "",
"file_pdf1" => "",
"file_pdf2" => "",
"audio2" => "",
"pie" => "Niños refugiados palestinos juegan el miércoles 15 de mayo de 2013, fuera de su casa en el campo de refugiados de Jabaliva al norte de la Franja de Gaza. Decenas de miles de personas marcharon hoy en Gaza y Cisjordania mientras se conmemoran 65 años desde el inicio del exilio de centenares de miles de palestinos tras la creación del Estado de Israel en un evento conocido como la