PHP warning

Undefined variable $editorUrl

/srv/www/limesurvey6/application/views/surveyAdministration/partial/topbar/surveyTopbarRight_view.php(15)

03  * @var string $closeUrl
04  * @var string $returnUrl
05  * @var string $editorUrl
06  * @var bool   $enableEditorButton
07  * @var bool   $editorEnabled
08  */
09 
10 ?>
11 
12 <?php
13 // new question editor btn
14  $this->renderPartial('/surveyAdministration/partial/topbar/_newQuestionEditorBtn', [
15      'editorUrl' => $editorUrl,
16      'enableEditorButton' => $enableEditorButton,
17      'editorEnabled' => $editorEnabled
18  ]);
19 ?>
20 
21 <!-- White Close button -->
22 <?php
23 if (!empty($showWhiteCloseButton)) {
24     $this->widget(
25         'ext.ButtonWidget.ButtonWidget',
26         [
27             'name' => 'close_button',

Stack Trace

#3
+
 /srv/www/limesurvey6/application/controllers/AdminController.php(261): CController->renderPartial("/surveyAdministration/partial/topbar/surveyTopbarRight_view", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847"), false, false)
256                     $view = $sModulePath;
257                 }
258             }
259         }
260 
261         return parent::renderPartial($view, $data, $return, $processOutput);
262     }
263 
264     /**
265      * Routes all the actions to their respective places
266      *
#4
+
 /srv/www/limesurvey6/application/views/admin/expressions/partial/topbarBtns/rightSideButtons.php(7): AdminController->renderPartial("/surveyAdministration/partial/topbar/surveyTopbarRight_view", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847"))
02 /** @var array $aData */
03 Yii::app()->getController()->renderPartial(
04     '/surveyAdministration/partial/topbar/surveyTopbarRight_view',
05     [
06         'showBackButton' => $aData['topBar']['showBackButton'],
07         'returnUrl' => $aData['topBar']['returnUrl']
08     ]
09 );
10 ?>
#8
+
 /srv/www/limesurvey6/application/controllers/AdminController.php(261): CController->renderPartial("/admin/expressions/partial/topbarBtns/rightSideButtons", array("aData" => array("lang" => null, "sid" => 237847, "gid" => null, "qid" => null, ...)), true, false)
256                     $view = $sModulePath;
257                 }
258             }
259         }
260 
261         return parent::renderPartial($view, $data, $return, $processOutput);
262     }
263 
264     /**
265      * Routes all the actions to their respective places
266      *
2024-07-30 15:04:01 nginx/1.24.0 Yii Framework/1.1.29