PHP Error

Undefined index: language

/var/www/themes/classic/views/layouts/wrappers/main.php(13)

Stack Trace

#7
+
 /var/www/protected/views/layouts/main.php(19): CBaseController->endContent()
14         echo $content; ?>
15         </div><!-- content -->
16         
17     </div><!-- main -->
18     
19 <?php $this->endContent(); ?>
#11
+
 /var/www/protected/modules/base/worklets/WBaseInit.php(133): CController->renderText(null)
128             case 'normal':
129                 wm()->add('base.dialog');
130         wm()->add('base.modal');
131                 $this->metaData();
132                 $this->recordClips();
133                 app()->controller->renderText($content);
134                 break;
135             // ajax page render first records clips (worklets)
136             // then it renders "ajax" layout with an empty content
137             case 'ajax':
138                 $this->recordClips();
#13
+
 /var/www/framework/uniprogy/framework/worklets/UWorklet.php(94): call_user_func_array(array(WBaseInit, "taskrenderPage"), array())
89         if(method_exists($this,'before'.$name))
90             if(($before = call_user_func_array(array($this,'before'.$name),$parameters))!==null)
91                 return $before;
92         // worklet task
93         $result = method_exists($this,'task'.$name)
94             ? call_user_func_array(array($this,'task'.$name),$parameters)
95             : parent::__call('task'.$name,$parameters);
96         // worklet after            
97         $parameters['result'] = $result;
98         if(method_exists($this,'after'.$name))
99             if(($after = call_user_func_array(array($this,'after'.$name),$parameters))!==null)
2024-03-28 13:25:06 Apache/2.4.10 (Debian) Yii Framework/1.1.8