CException

Property "FaqController.pageDescription" is not defined.

/var/www/hosting.ua/public_html/protected/views/layouts/main.php(28)

16  */
17 
18 // css
19 
20 // Yii::app()->clientScript->registerCssFile(Yii::app()->request->baseUrl . "/css/prettyPhoto.css", '');
21 
22 ?>
23 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
24 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo Yii::app()->language; ?>" lang="<?php echo Yii::app()->language; ?>">
25 <head>
26     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
27     <meta name="language" content="<?php echo Yii::app()->language; ?>" />
28     <meta name="description" content="<?php echo CHtml::encode($this->pageDescription); ?>" />
29     <meta name="keywords" content="<?php echo CHtml::encode($this->pageKeywords); ?>" />
30 
31     <!-- blueprint CSS framework -->
32     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media="screen, projection" />
33 
34     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/print.css" media="print" />
35     <!--[if lt IE 8]>
36     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/ie.css" media="screen, projection" />
37     <![endif]-->
38 
39     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/main.css" />
40     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/form.css" />

Stack Trace

#0
+
 /var/www/hosting.ua/public_html/protected/views/layouts/main.php(28): CComponent->__get("pageDescription")
23 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
24 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo Yii::app()->language; ?>" lang="<?php echo Yii::app()->language; ?>">
25 <head>
26     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
27     <meta name="language" content="<?php echo Yii::app()->language; ?>" />
28     <meta name="description" content="<?php echo CHtml::encode($this->pageDescription); ?>" />
29     <meta name="keywords" content="<?php echo CHtml::encode($this->pageKeywords); ?>" />
30 
31     <!-- blueprint CSS framework -->
32     <link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" media="screen, projection" />
33 
#4
+
 /var/www/hosting.ua/public_html/protected/controllers/FaqController.php(108): CController->render("index", array("dataProvider" => CActiveDataProvider))
103           'criteria'=>array(
104                             'order'=>'section_'.Yii::app()->language,
105           )));
106         $this->render('index', array(
107             'dataProvider' => $dataProvider,
108         ));
109     }
110 
111     public function actionAdmin() {
112         $model = new Faq('search');
113         $model->unsetAttributes();
#17
+
 /var/www/hosting.ua/public_html/index.php(14): CApplication->run()
09 //defined('YII_DEBUG') or define('YII_DEBUG',true);
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 02:49:06 nginx/1.10.2 Yii Framework/1.1.13