PHP notice

Undefined index: id

/var/www/html/site.cosmositios.com_current/protected/views/vendedor/page.php(3085) : eval()'d code(32)

Stack Trace

#0
+
 /var/www/html/site.cosmositios.com_current/protected/views/vendedor/page.php(3085): eval()
3080             $("#modalPaginaConfig").modal("show");
3081         ', CClientScript::POS_READY);
3082     }
3083 
3084     try {
3085         echo eval('?>' . $pagina["contenido1"] . '<?php ');
3086         $this->content2 = eval(" return '".$pagina["contenido2"]."';");
3087         $this->content3 = eval(" return '".$pagina["contenido3"]."';");
3088         $this->content4 = eval(" return '".$pagina["contenido4"]."';");
3089         $this->content5 = eval(" return '".$pagina["contenido5"]."';");
3090         $this->content6 = eval(" return '".$pagina["contenido6"]."';");
#5
+
 /var/www/html/site.cosmositios.com_current/protected/controllers/VendedorController.php(933): CController->render("page", array("usuario" => Usuario, "pagina" => PaginaVendedor))
928                                     $this->redirect('http://'.$user->dominio.$_SERVER['REQUEST_URI']);
929                                     Yii::app()->end();
930                                 }*/
931                             }
932                             
933                             $this->render("page", $vars);
934                             break;
935                         }
936                     }
937                     if(!$paginaEncontrada){
938                         Yii::app()->user->setFlash('error', 'Las página: <strong>'.str_replace('-', ' ',$_GET["view"]).'</strong>, no se encontró, por favor utilice la navegación del sitio.');
#6
+
 /var/www/html/site.cosmositios.com_current/protected/controllers/VendedorController.php(82): VendedorController->actionPage()
77                 $this->actionIndex();
78             }elseif(isset($_GET["action"])){
79                 $action = 'action'.ucwords(strtolower($_GET["action"]));
80                 $this->$action();
81             }elseif(isset($_GET["view"])){
82                 $this->actionPage();
83             }
84         /*}else{
85             echo "TEMPORALMENTE NO DISPONIBLE<br />";
86             echo $host." = ";GMensajes::vardump($resultado);
87         }*/
2024-03-18 22:44:36 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 Yii Framework/1.1.13