PHP notice

Undefined offset: 0

/home/alcodefi/www/protected/vendor/Smarty/sysplugins/smarty_internal_templatebase.php(151) : eval()'d code(27)

Stack Trace

#0
+
 /home/alcodefi/www/protected/vendor/Smarty/sysplugins/smarty_internal_templatebase.php(182): content_6605b8d230ff76_51183724(Smarty_Internal_Template)
177                         }
178                         array_unshift($_template->_capture_stack,array());
179                         //
180                         // render compiled template
181                         //
182                         $_template->properties['unifunc']($_template);
183                         // any unclosed {capture} tags ?
184                         if (isset($_template->_capture_stack[0][0])) {
185                             $_template->capture_error();
186                         }
187                         array_shift($_template->_capture_stack);
#1
+
 /home/alcodefi/www/protected/extensions/yiiext/renderers/smarty/ESmartyViewRenderer.php(273): Smarty_Internal_TemplateBase->fetch()
268         /** @var Smarty_Internal_Template $template */
269         $template = $this->getSmarty()->createTemplate($sourceFile, null, null, $data, true);
270 
271         // render or return
272         if($return)
273             return $template->fetch();
274         else
275             $template->display();
276     }
277 
278     /**
#4
+
 /home/alcodefi/www/protected/modules/website/controllers/ProductController.php(67): CController->renderPartial("_sessionsListModal", array("sessions" => array()), false, false)
62                     $sessions[] =$item;
63                 }
64             }
65             $this->renderPartial('_sessionsListModal', array(
66                 'sessions'=>$sessions
67             ), false, false);
68         }
69     }
70 
71 
72     public function actionCat($s=null){
2024-03-28 19:37:06 Apache Yii Framework/1.1.14