PHP warning

Undefined array key "loggedUser"

/mnt/HC_Volume_23321257/focusextranet/public_html/protected/runtime/smarty/compile/b7eecff577bbd73cd68f292fa8022b50a0deb2d3.file.topmenu.html.php(198)

186         </ul>
187     </div><!-- tabmenu -->
188 
189   <!-- Angular JS -->
190   
191   <!-- END Angular JS -->
192 
193     <div class="accountinfo">
194         <img src="<?php echo $_smarty_tpl->tpl_vars['theme']->value['baseUrl'];?>
195 images/avatar.png" alt="<?php echo $_smarty_tpl->tpl_vars['translate']->value['Avatar'];?>
196 " />
197         <div class="info">
198             <h3><?php echo $_smarty_tpl->tpl_vars['loggedUser']->value['name'];?>
199 </h3>
200             <small><?php echo $_smarty_tpl->tpl_vars['loggedUser']->value['email'];?>
201 </small>
202             <p>
203                 <a href="<?php echo $_smarty_tpl->tpl_vars['baseUrl']->value;?>
204 user/edit/?id=<?php echo $_smarty_tpl->tpl_vars['loggedUser']->value['id'];?>
205 "><?php echo $_smarty_tpl->tpl_vars['translate']->value['Account_Settings'];?>
206 </a>
207               <a href="<?php echo $_smarty_tpl->tpl_vars['baseUrl']->value;?>
208 user/logout"><?php echo $_smarty_tpl->tpl_vars['translate']->value['Logout'];?>
209 </a>
210             </p>

Stack Trace

#0
+
 /mnt/HC_Volume_23321257/focusextranet/public_html/protected/vendors/smarty/sysplugins/smarty_internal_templatebase.php(180): content_65f93682bc1643_58731287(Smarty_Internal_Template)
175                         }
176                         array_unshift($_template->_capture_stack,array());
177                         //
178                         // render compiled template
179                         //
180                         $_template->properties['unifunc']($_template);
181                         // any unclosed {capture} tags ?
182                         if (isset($_template->_capture_stack[0][0])) {
183                             $_template->capture_error();
184                         }
185                         array_shift($_template->_capture_stack);
#1
+
 /mnt/HC_Volume_23321257/focusextranet/public_html/protected/extensions/Smarty/ESmartyViewRenderer.php(37): Smarty_Internal_TemplateBase->fetch("/mnt/HC_Volume_23321257/focusextranet/public_html/themes/extrane...")
32             $data = Yii::app()->controller->data;
33       
34       
35         foreach ($data as $key => $value)
36             $this->_smarty->assign($key, $value);
37         $return = $this->_smarty->fetch($file);
38         
39         if ($return)
40             return $return;
41         else
42             echo $return;
#4
+
 /mnt/HC_Volume_23321257/focusextranet/public_html/themes/extranet/views/layouts/main.php(5): CController->renderPartial("//partials/topmenu")
01 <?php        
02     Yii::app()->controller->renderPartial( "//partials/header" );
03 ?>
04 <?php
05     Yii::app()->controller->renderPartial( "//partials/topmenu" );
06     Yii::app()->controller->renderPartial( "//partials/leftmenu" );
07 ?>
08 <div class="maincontent">
09     <div class="content">
10         <?php Yii::app()->controller->renderPartial( "/partials/breadcrumbs" ); ?>
2024-03-19 07:53:54 Apache Yii Framework/1.1.10