PHP notice

Trying to get property of non-object

/var/www/limesurvey.?????.????/www/framework/base/CComponent.php(614) : eval()'d code(1)

Stack Trace

#13
+
 /var/www/limesurvey.?????.????/www/application/views/admin/usergroup/usergroups_view.php(85): CBaseController->widget("bootstrap.widgets.TbGridView", array("dataProvider" => CActiveDataProvider, "id" => "usergroups-grid-mine", "emptyText" => "Aucun groupe d&#039;utilisateurs n&#039;a été trouvé.", "template" => "{items} <div id='tokenListPager'><div class="col-sm-4" id="massi...", ...))
80 
81                     ),
82 
83                     'htmlOptions'=>array('style'=>'cursor: pointer;', 'class'=>'hoverAction'),
84                     'selectionChanged'=>"function(id){window.location='" . Yii::app()->urlManager->createUrl('admin/usergroups/sa/view/ugid' ) . '/' . "' + $.fn.yiiGridView.getSelection(id.split(',', 1));}",
85                     'ajaxUpdate' => 'usergroups-grid-mine',
86                    ));
87             ?>
88         </div>
89     </div>
90     
#17
+
 /var/www/limesurvey.?????.????/www/application/core/Survey_Common_Action.php(273): CController->renderPartial("/admin/usergroup/usergroups_view", array("ugid" => false, "imageurl" => "/themes/admin/Sea_Green/images/", "model" => UserGroup, "usergroupbar" => array("returnbutton" => array("url" => "admin/index", "text" => "Retour vers l’interface d’administration")), ...), true)
268                 if (is_numeric($sViewKey)) {
269                     $content .= Yii::app()->getController()->renderPartial($sViewPath.$viewUrl, $aData, true);
270                 } elseif (is_array($viewUrl)) {
271                     foreach ($viewUrl as $aSubData) {
272                         $aSubData = array_merge($aData, $aSubData);
273                         $content .= Yii::app()->getController()->renderPartial($sViewPath.$sViewKey, $aSubData, true);
274                     }
275                 }
276             } else {
277                 switch ($sViewKey) {
278                     //// We'll use some Bootstrap alerts, and call them inside each correct view.
#18
+
 /var/www/limesurvey.?????.????/www/application/core/Survey_Common_Action.php(346): Survey_Common_Action->renderCentralContents("usergroup", array("usergroups_view" => array(array())), array("ugid" => false, "imageurl" => "/themes/admin/Sea_Green/images/", "model" => UserGroup, "usergroupbar" => array("returnbutton" => array("url" => "admin/index", "text" => "Retour vers l’interface d’administration")), ...))
341             }
342         } else {
343             $renderFile = $basePath.'/'.$sRenderFile;
344         }
345 
346         $content = $this->renderCentralContents($sAction, $aViewUrls, $aData);
347         $out = $this->renderInternal($renderFile, ['content' => $content, 'aData' => $aData], true);
348 
349         App()->getClientScript()->render($out);
350         echo $out;
351     }
2020-01-30 14:00:15 Apache Yii Framework/1.1.21