PHP notice

Undefined variable: bFailed

/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey_master/application/views/admin/survey/importSurvey_view.php(9)

01 <?php
02 /**
03  * Render the result of the import survey action
04  */
05  ?>
06 
07 
08 <!-- Import Failed -->
09 <?php if ($bFailed):?>
10 
11     <div class="jumbotron message-box message-box-error">
12         <h2 class="danger"><?php echo $sHeader;?></h2>
13         <p class="lead danger">
14             <?php eT("Error"); ?>
15         </p>
16         <!-- error message -->
17         <p>
18         <?php echo $sErrorMessage; ?>
19         </p>
20         <!-- buttons -->
21         <p>

Stack Trace

#3
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey_master/application/core/Survey_Common_Action.php(267): CController->renderPartial("/admin/survey/importSurvey_view", array(), 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                     }
#4
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey_master/application/core/Survey_Common_Action.php(338): Survey_Common_Action->renderCentralContents("survey", "importSurvey_view", array())
333             }
334         } else {
335             $renderFile = $basePath.'/'.$sRenderFile;
336         }
337 
338         $content = $this->renderCentralContents($sAction, $aViewUrls, $aData);
339         $out = $this->renderInternal($renderFile, ['content' => $content, 'aData' => $aData], true);
340 
341         App()->getClientScript()->render($out);
342         echo $out;
343     }
#5
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey_master/application/controllers/admin/surveyadmin.php(2149): Survey_Common_Action->_renderWrappedTemplate("survey", "importSurvey_view", array(), false)
2144      * @param string|array $aViewUrls View url(s)
2145      * @param array $aData Data to be passed on. Optional.
2146      */
2147     protected function _renderWrappedTemplate($sAction = 'survey', $aViewUrls = array(), $aData = array(), $sRenderFile = false)
2148     {
2149         parent::_renderWrappedTemplate($sAction, $aViewUrls, $aData, $sRenderFile);
2150     }
2151 }
2018-05-26 16:30:48 Apache/2.2.22 (Debian) Yii Framework/1.1.19
Profiling Summary Report (Time: 0.21949s, Memory: 9,126KB)
Procedure Count Total (s) Avg. (s) Min. (s) Max. (s)
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `limeliste_surveys`) 1 0.00395 0.00395 0.00395 0.00395
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `limeliste_settings_global`) 1 0.00298 0.00298 0.00298 0.00298
system.db.CDbCommand.query(SHOW FULL COLUMNS FROM `limeliste_plugins`) 1 0.00274 0.00274 0.00274 0.00274
system.db.CDbCommand.query(SELECT * FROM `limeliste_settings_global` `t`) 1 0.00072 0.00072 0.00072 0.00072
system.db.CDbCommand.query(SELECT * FROM `limeliste_settings_global` `t` WHERE stg_name=:name LIMIT 1. Bound with :name='DBVersion') 1 0.00044 0.00044 0.00044 0.00044
system.db.CDbCommand.query(SELECT * FROM `limeliste_plugins` `t` WHERE `t`.`active`=:yp0. Bound with :yp0=1) 1 0.00039 0.00039 0.00039 0.00039
system.db.CDbCommand.query(SHOW CREATE TABLE `limeliste_surveys`) 1 0.00038 0.00038 0.00038 0.00038
system.db.CDbCommand.query(SHOW CREATE TABLE `limeliste_settings_global`) 1 0.00025 0.00025 0.00025 0.00025
system.db.CDbCommand.query(SHOW CREATE TABLE `limeliste_plugins`) 1 0.00020 0.00020 0.00020 0.00020