CException

Property "RWebUser.user_type_ref_id" is not defined.

/opt/Univ_pro/home/univarie/public_html/yii/framework/web/auth/CWebUser.php(140)

128 
129     /**
130      * PHP magic method.
131      * This method is overriden so that persistent states can be accessed like properties.
132      * @param string $name property name
133      * @return mixed property value
134      */
135     public function __get($name)
136     {
137         if($this->hasState($name))
138             return $this->getState($name);
139         else
140             return parent::__get($name);
141     }
142 
143     /**
144      * PHP magic method.
145      * This method is overriden so that persistent states can be set like properties.
146      * @param string $name property name
147      * @param mixed $value property value
148      */
149     public function __set($name,$value)
150     {
151         if($this->hasState($name))
152             $this->setState($name,$value);

Stack Trace

#1
+
 /opt/Univ_pro/home/univarie/public_html/app/themes/amage/views/layouts/uni_top_navigation.php(86): CWebUser->__get("user_type_ref_id")
81                 <li class="drop-submenu"><a href="javascript:void(0);" class="closed"><span class="menu-circle"><i class="icon icon-explore font-24"></i></span> <span class="menu-text">Research <span class="caret mt-2"></span></span></a>
82                     <ul class="subnav drop-menu">
83                         <?php if(!Yii::app()->user->isGuest && ($_SESSION['UserMasterAttributes']['present_class'] > 10)){ ?>
84                             <li><a href="/app/ideallist">Recommended Colleges </a> </li>
85                         <?php }  ?>
86                         <?php if(Yii::app()->user->user_type_ref_id != 13){?>
87                         <li  class="drop-submenu1"><a href="javascript:void(0);">Top Colleges <i class="fa fa-angle-right pull-right mt-2"></i></a>
88                             <ul class="innersubnav-one drop-menu1">
89                                 <li>
90                                     <div class="super-menu">
91                                         <ul>
#2
+
 /opt/Univ_pro/home/univarie/public_html/app/themes/amage/views/layouts/guest.php(332): include_once("/opt/Univ_pro/home/univarie/public_html/app/themes/amage/views/l...")
327 
328                 if(Yii::app()->session->get('isAlumniStudent') == 'Yes'){
329                     //include_once('alumni_navigation.php');
330                 }else{
331                     if((int)Yii::app()->session['domainType'] == 1){
332                          include_once('uni_top_navigation.php');
333                     }else{
334                     include_once('guest_navigation.php');
335                 }
336                 }
337             }
#6
+
 /opt/Univ_pro/home/univarie/public_html/app/protected/controllers/WebinarController.php(129): CController->render("index", array("filters" => array("country" => array(array("id" => 4, "title" => "Andorra", "selected" => false), array("id" => 6, "title" => "Anguilla", "selected" => false), array("id" => 8, "title" => "Antigua and Barbuda", "selected" => false), array("id" => 9, "title" => "Argentina", "selected" => false), ...), "major" => array(array("id" => 13, "title" => "Architecture", "selected" => false), array("id" => 1, "title" => "Art & Design", "selected" => false), array("id" => 253, "title" => "Bio Sciences", "selected" => false), array("id" => 37, "title" => "Business Management", "selected" => false), ...)), "past" => array("totalCount" => 475, "currentPage" => 0, "perPage" => 10, "items" => array(array("id" => 2470, "title" => "Stepping Stones That Get You Ready For Success", "image" => "/app/images/webinar/af4506af-a6af-11ed-91f3-02d340501f92.jpg", "event_date" => "2nd Feb, 2023", ...), array("id" => 2469, "title" => "Myths & Realities of Higher Education Abroad", "image" => "/app/images/webinar/dce70395-a872-11ed-91f3-02d340501f92.png", "event_date" => "31st Jan, 2023", ...), array("id" => 2460, "title" => "2 Mistakes Back, 1 Learning Forward", "image" => "/app/images/webinar/108abc44-b833-11ed-91f3-02d340501f92.png", "event_date" => "22nd Nov, 2022", ...), array("id" => 2458, "title" => "2 Mistakes Back, 1 Learning Forward", "image" => "/app/images/webinar/9a1216b3-b8d7-11ed-91f3-02d340501f92.png", "event_date" => "18th Nov, 2022", ...), ...)), "upcoming" => array("totalCount" => 0, "currentPage" => 0, "perPage" => 10, "items" => null), "recommanded" => array(), ...))
124                 $can_watch = false;
125                 $pop_message = "Your plan allows you to watch one webinar. Choose wisely, OR  simply upgrade to watch unlimited webinars";
126             }
127         }
128 
129         $this->render('index',compact('filters', 'past', 'upcoming', 'recommanded', 'recommended_flag', 'acessVideoCount', 'pop_message', 'can_watch'));
130     }
131     
132     public function actionIndexOld(){        
133         $this->canonicalUrl = 'https://www.univariety.com/app/webinar';
134         $this->setPageTitle('Upcoming & Latest Free Online Education Webinars, Training & Videos - Univariety');
2024-03-19 08:47:55 lighttpd/1.4.55 Yii Framework/1.1.13