PHP notice

Trying to get property of non-object

/home/sondages.pro/htdocs/clients/complets/oecd/framework/base/CComponent.php(614) : eval()'d code(1)

Stack Trace

#13
+
 /home/sondages.pro/htdocs/clients/complets/oecd/application/views/admin/surveymenu_entries/index.php(68): CBaseController->widget("bootstrap.widgets.TbGridView", array("dataProvider" => CActiveDataProvider, "id" => "surveymenu-entries-grid", "columns" => array(array("name" => "id", "value" => "'<input type="checkbox" name="id[]" class="action_selectthisentr...", "type" => "raw", "filter" => false), array("name" => "buttons", "type" => "raw", "filter" => false), array("name" => "title", "type" => "raw"), array("name" => "name"), ...), "filter" => SurveymenuEntries, ...))
63                     'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction grid-view col-12'),
64                     'ajaxType' => 'POST',
65                     'ajaxUpdate' => 'bindAction',
66                     'afterAjaxUpdate'=>'bindAction',
67                     'template'  => "{items}\n<div id='tokenListPager'><div class=\"col-sm-4\" id=\"massive-action-container\">$massiveAction</div><div class=\"col-sm-4 pager-container ls-ba \">{pager}</div><div class=\"col-sm-4 summary-container\">{summary}</div></div>",
68                 ));
69             ?>
70             </div>
71         </div>
72     </div>
73 </div>
#17
+
 /home/sondages.pro/htdocs/clients/complets/oecd/application/core/Survey_Common_Action.php(267): CController->renderPartial("/admin/surveymenu_entries/index", array("model" => SurveymenuEntries, "user" => 1), true)
262         // Load views
263         $content = "";
264         foreach ($aViewUrls as $sViewKey => $viewUrl) {
265             if (empty($sViewKey) || !in_array($sViewKey, array('message', 'output'))) {
266                 if (is_numeric($sViewKey)) {
267                     $content .= Yii::app()->getController()->renderPartial($sViewPath.$viewUrl, $aData, true);
268                 } elseif (is_array($viewUrl)) {
269                     foreach ($viewUrl as $aSubData) {
270                         $aSubData = array_merge($aData, $aSubData);
271                         $content .= Yii::app()->getController()->renderPartial($sViewPath.$sViewKey, $aSubData, true);
272                     }
#18
+
 /home/sondages.pro/htdocs/clients/complets/oecd/application/core/Survey_Common_Action.php(345): Survey_Common_Action->renderCentralContents(null, array("surveymenu_entries/index"), array("model" => SurveymenuEntries, "user" => 1))
340             }
341         } else {
342             $renderFile = $basePath.'/'.$sRenderFile;
343         }
344 
345         $content = $this->renderCentralContents($sAction, $aViewUrls, $aData);
346         $out = $this->renderInternal($renderFile, ['content' => $content, 'aData' => $aData], true);
347 
348         App()->getClientScript()->render($out);
349         echo $out;
350     }
2018-11-08 18:42:00 Apache/2.2.22 (Debian) Yii Framework/1.1.19