PHP notice

Undefined variable: datos

/home/admin/web/boileau-music.com/public_html/protected/controllers/SiteController.php(1658)

1646                         }
1647                     }else{
1648                         throw new CHttpException(404,'The specified post cannot be found.');
1649                     }
1650                     
1651                     break;
1652             }
1653             if(empty($module))
1654                 $module = $page->module."item";
1655         }
1656         
1657         $this->pageTag=$page["module"];
1658         $this->render($module,$datos);
1659     }
1660     public function actionEnviarcontacto(){
1661         Emailcomponent::sendContacto();
1662     }
1663 
1664     public function actionError()
1665     {
1666         //$_GET["lang"] = Yii::app()->params['default_lang'];
1667         //$this->title = 'Error';
1668         $lang_id=1;
1669         if($error=Yii::app()->errorHandler->error)
1670         {

Stack Trace

#7
+
 /home/admin/web/boileau-music.com/public_html/index.php(24): CApplication->run()
19 defined('YII_DEBUG') or define('YII_DEBUG',true);
20 // specify how many levels of call stack should be shown in each log message
21 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
22 
23 require_once($yii);
24 Yii::createWebApplication($config)->run();
2024-03-19 08:56:36 Apache/2.4.29 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/1.1.1b Yii Framework/1.1.12