CException

Property "MeasuresSearchForm.name" is not defined.

/var/www/html/protected/views/searchMeasures/standard.php(7)

01 <?php
02 $this->breadcrumbs = array(
03     Yii::t('ui', 'Search Standards'),
04 );
05 ?>
06 
07 <?php $this->pageTitle = $model->name ?>
08 
09 <h2 style="text-align:center;"><?php echo $model->name ?></h2>
10 
11 <?php
12 echo $content->content;
13 ?>
14 <?php
15 echo $this->renderPartial('_form_standard', array(
16     'model' => $model,
17     'dataProvider' => $dataProvider
18 ));
19 ?>

Stack Trace

#0
+
 /var/www/html/protected/views/searchMeasures/standard.php(7): CComponent->__get("name")
02 $this->breadcrumbs = array(
03     Yii::t('ui', 'Search Standards'),
04 );
05 ?>
06 
07 <?php $this->pageTitle = $model->name ?>
08 
09 <h2 style="text-align:center;"><?php echo $model->name ?></h2>
10 
11 <?php
12 echo $content->content;
#5
+
 /var/www/html/protected/controllers/SearchMeasuresController.php(112): CController->render("standard", array("model" => MeasuresSearchForm, "dataProvider" => MultilingualActiveDataProvider, "content" => Document))
107         $content = Document::checksecondlang(Yii::app()->params->TEXT_SEARCH_STANDARDS);
108         $this->render('standard', array(
109             'model' => $model,
110             //'dataProvider'=>$dataProvider
111             'dataProvider' => Yii::app()->session->get('result'),
112             'content' => $content
113         ));
114     }
115 
116     /**
117      * The action used to view detail selected Measures
#13
+
 /var/www/html/index.php(14): CApplication->run()
09 
10 // specify how many levels of call stack should be shown in each log message
11 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
12 
13 require_once($yii);
14 Yii::createWebApplication($config)->run();
2024-03-29 06:14:28 Apache/2.4.37 (centos) OpenSSL/1.1.1k Yii Framework/1.1.22