PHP notice

Undefined index: img-ht

/home/mau20/domains/mau20.webmau.top/public_html/protected/views/user/product/tag.php(13)

01 <div class="pagewrap">
02     <div class="row">
03         <div class="col-lg-3 col-md-3 col-sm-3 col-xs-3" style="width: 21.5%;">
04             <div class="_titledm-left">Danh Mục Sản Phẩm</div>
05             <div class="_boxleft">
06                 <ul class="_menuleft">
07                     <?php $this->widget('ext.menu_left.EMenuleft'); ?>
08                 </ul>
09             </div>
10             <div class="clearfix margin-bottom-20"></div>
11             <div class="_titledm-left">Hỗ Trợ Trực Tuyến</div>
12             <div class="_boxleft text-center">
13                 <img style="max-width: 100%;" src="<?php echo $this->config['img-ht']; ?>" alt=""/>
14             </div>
15         </div>
16         <div class="col-lg-9 col-md-9 col-sm-9 col-xs-9 padding-right-0" style="width: 78.5%;">
17             <div class="row">
18                 <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
19                     <div class="_titledm"><?php echo isset($_GET['tag']) ? '<i class="fa fa-tags"></i> Tags: ' . $_GET['tag'] : 'DANH SÁCH SẢN PHẨM'; ?></div> 
20                     <div><img style="max-width: 100%;" src="<?php echo Yii::app()->theme->baseUrl; ?>/assets/frontend/layout/img/images/line.png" alt=""/></div>
21                 </div>
22             </div>
23             <div class="overHide" style="padding: 0 5px; margin-top: 15px;">
24                 <div class="loadCont">
25                     <div class="row">

Stack Trace

#4
+
 /home/mau20/domains/mau20.webmau.top/public_html/protected/controllers/user/ProductController.php(125): CController->render("tag", array("models" => array(MProducts), "pages" => CPagination))
120         $pages->applyLimit($criteria);
121         $models = MProducts::model()->findAll($criteria);
122         /* End custom search */
123         if ($models):
124             if (!$this->is_mobile) {
125                 $this->render('tag', array('models' => $models, 'pages' => $pages));
126             } else {
127                 $this->render('tag_mobile', array('models' => $models, 'pages' => $pages));
128             }
129         endif;
130     }
#12
+
 /home/mau20/domains/mau20.webmau.top/public_html/protected/components/WebApplication.php(18): CApplication->run()
13 
14     public function runEnd($name) {
15         $this->__name = $name;
16         $this->onRunEnd = array(&$this, 'changePath');
17         $this->onRunEnd(new CEvent($this->owner));
18         $this->owner->run();
19     }
20 
21     public function onRunEnd(CEvent $event) {
22         $this->raiseEvent('onRunEnd', $event);
23     }
#15
+
 /home/mau20/domains/mau20.webmau.top/public_html/index.php(10): CComponent->__call("runEnd", array("user"))
05 // remove the following lines when in production mode
06 defined('YII_DEBUG') or define('YII_DEBUG', true);
07 // specify how many levels of call stack should be shown in each log message
08 defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL', 3);
09 require_once($yii);
10 Yii::createWebApplication($config)->runEnd('user');
11 
2024-03-28 19:09:56 Apache/2 Yii Framework/1.1.15