PHP notice

Undefined index: 923951X80X666

/var/www/html/limesurvey-test/files/application/helpers/admin/statistics_helper.php(1249)

1237 
1238         // NICE SIMPLE SINGLE OPTION ANSWERS
1239         /*
1240         TO DEBUG QUESTION TYPES FIRSTLETTER, UNCOMMENT THOSE LINES
1241         elseif(!isset($fieldmap[$rt]))
1242         {
1243             echo "problem, wrong question type for $rt ; $firstletter"; die();
1244         }*/
1245         else
1246         {
1247             //search for key
1248             //var_dump($firstletter); die();
1249             $fielddata=$fieldmap[$rt];
1250 
1251             //get SGQA IDs
1252             $qsid=$fielddata['sid'];
1253             $qgid=$fielddata['gid'];
1254             $qqid=$fielddata['qid'];
1255             $qanswer=$fielddata['aid'];
1256             $qtype=$fielddata['type'];
1257             //question string
1258             $qastring=$fielddata['question'];
1259             //question ID
1260             $rqid=$qqid;
1261 

Stack Trace

#0
+
 /var/www/html/limesurvey-test/files/application/helpers/admin/statistics_helper.php(3757): statistics_helper->buildOutputList("923951X80X666", "fr", "923951", "html", ...)
3752             //loop through all selected questions
3753             foreach ($runthrough as $rt)
3754             {
3755 
3756                 ////Step 1: Get information about this response field (SGQA) for the summary
3757                 $outputs=$this->buildOutputList($rt, $language, $surveyid, $outputType, $sql, $sLanguageCode);
3758                 //$sOutputHTML .= $outputs['statisticsoutput']; // Nothing interesting for us in this output
3759                 //2. Collect and Display results #######################################################################
3760 
3761                 if (isset($outputs['alist']) && $outputs['alist']) //Make sure there really is an answerlist, and if so:
3762                 {
#1
+
 /var/www/html/limesurvey-test/files/application/controllers/admin/statistics.php(708): statistics_helper->generate_simple_statistics("923951", array("datestampE", "datestampG", "datestampL", "idG", ...), array("datestampE", "datestampG", "datestampL", "idG", ...), 1, ...)
703         //Show Summary results
704         $usegraph=1;
705         $aData['usegraph'] = $usegraph;
706         $outputType = 'html';
707         $statlang=returnGlobal('statlang');
708         $statisticsoutput .=  $helper->generate_simple_statistics($surveyid,$summary,$summary,$usegraph,$outputType,'DD',$statlang);
709 
710         $aData['usegraph'] = 1;
711         $aData['sStatisticsLanguage']=$statlang;
712         $aData['output'] = $statisticsoutput;
713         $aData['summary'] = $summary;
#4
+
 /var/www/html/limesurvey-test/files/application/core/Survey_Common_Action.php(101): CAction->runWithParamsInternal(statistics, ReflectionMethod, array("surveyid" => "923951", "sa" => "simpleStatistics", "iSurveyId" => "923951", "iSurveyID" => "923951"))
096             $oMethod = new ReflectionMethod($this, $sDefault);
097         }
098 
099         // We're all good to go, let's execute it
100         // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params
101         return parent::runWithParamsInternal($this, $oMethod, $params);
102     }
103 
104     /**
105     * Some functions have different parameters, which are just an alias of the
106     * usual parameters we're getting in the url. This function just populates
2016-02-15 13:27:34 Apache/2.4.6 (CentOS) PHP/5.4.16 Yii Framework/1.1.16