PHP notice

Trying to get property 'title' of non-object

/mnt/data/shnoulle/nginx/www/3LTS/framework/base/CComponent.php(614) : eval()'d code(1)

Stack Trace

#13
+
 /mnt/data/shnoulle/nginx/www/3LTS/application/views/admin/surveymenu_entries/index.php(67): 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" => "text"), array("name" => "name"), ...), "filter" => SurveymenuEntries, ...))
62                     'rowHtmlOptionsExpression' => '["data-surveymenu-entry-id" => $data->id]',
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>
#17
+
 /mnt/data/shnoulle/nginx/www/3LTS/application/core/Survey_Common_Action.php(269): CController->renderPartial("/admin/surveymenu_entries/index", array("model" => SurveymenuEntries, "user" => 1), true)
264         // Load views
265         $content = "";
266         foreach ($aViewUrls as $sViewKey => $viewUrl) {
267             if (empty($sViewKey) || !in_array($sViewKey, array('message', 'output'))) {
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                     }
#18
+
 /mnt/data/shnoulle/nginx/www/3LTS/application/core/Survey_Common_Action.php(346): Survey_Common_Action->renderCentralContents(null, array("surveymenu_entries/index"), array("model" => SurveymenuEntries, "user" => 1))
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     }
2021-03-11 06:53:33 nginx/1.18.0 Yii Framework/1.1.22-dev