PHP notice

Undefined index: avt-ht

/home/mau24/domains/mau24.webmau.top/public_html/protected/views/user/contact/contact.php(288)

276             <?php $this->widget('ext.thongbao.EThongBao'); ?>
277         </div>
278         <div class="_boxfb">
279             <div style="float: left;">
280                 <img src="<?php echo Yii::app()->theme->baseUrl; ?>/assets/frontend/layout/img/images/hotrotructuyen.png" alt="hotrotructuyen.png"/>
281             </div>
282             <div class="_ctboxfb">
283                 <div>
284                     <div>
285                         <p class="_nameht text-center"><?php echo $this->config['name-ht']; ?></p>
286                     </div>
287                     <div style="float: left; padding-right: 20px;">
288                         <div class="_imght"><img width="67px" height="82px" src="<?php echo $this->config['avt-ht']; ?>" alt="imghotro" /></div>
289                     </div>
290                     <div>
291                         <p class="_phoneht">Hotline: <?php echo $this->config['phone-ht']; ?></p>
292                         <div>
293                             <ul class="list-inline">
294                                 <li>
295                                     <a href="Skype:?chat<?php echo $this->config['skype-ht']; ?>" title="Skype"><img src="<?php echo Yii::app()->theme->baseUrl; ?>/assets/frontend/layout/img/images/skype.png" alt="skype"/></a>
296                                 </li>
297                                 <li>
298                                     <a href="ymsgr:sendim?<?php echo $this->config['yahoo-ht']; ?>" mce_href="ymsgr:sendim?<?php echo $this->config['yahoo-ht']; ?>" border="0">
299                                         <img src="http://opi.yahoo.com/online?u=<?php echo $this->config['yahoo-ht']; ?>&t=2" mce_src="http://opi.yahoo.com/online?u=<?php echo $this->config['yahoo-ht']; ?>&t=2">
300                                     </a>

Stack Trace

#4
+
 /home/mau24/domains/mau24.webmau.top/public_html/protected/controllers/user/ContactController.php(84): CController->render("contact", array("model" => ContactForm))
79                 Yii::app()->user->setFlash('contact', $this->config['feedbacksuccess']);
80                 $this->refresh();
81             }
82         }
83         if (!$this->is_mobile) {
84             $this->render('contact', array('model' => $model));
85         } else {
86             $this->render('contact_mobile', array('model' => $model));
87         }
88     }
89 
#12
+
 /home/mau24/domains/mau24.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/mau24/domains/mau24.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-29 00:31:50 Apache/2 Yii Framework/1.1.15