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.');
#18
+
 /var/www/html/site.cosmositios.com_current/index.php(13): CApplication->run()
08 defined('YII_DEBUG') or define('YII_DEBUG',true);
09 // specify how many levels of call stack should be shown in each log message
10 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
11 
12 require_once($yii);
13 Yii::createWebApplication($config)->run();
14 ?>
2024-03-28 09:05:40 Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.6.40 Yii Framework/1.1.13