PHP notice

Undefined offset: 17

/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/helpers/expressions/em_manager_helper.php(5864)

5852             // STORE METADATA NEEDED TO GENERATE NAVIGATION INDEX //
5853             ////////////////////////////////////////////////////////
5854             $groupSeq = $qInfo['gseq'];
5855             $LEM->indexQseq[$questionSeq] = array(
5856             'qid' => $qInfo['qid'],
5857             'qtext' => $qInfo['qtext'],
5858             'qcode' => $qInfo['code'],
5859             'qhelp' => $qInfo['help'],
5860             'anyUnanswered' => $anyUnanswered,
5861             'anyErrors' => (($qmandViolation || !$qvalid) ? true : false),
5862             'show' => (($qrel && !$qInfo['hidden']) ? true : false),
5863             'gseq' => $groupSeq,
5864             'gtext' => $LEM->gseq2info[$groupSeq]['description'],
5865             'gname' => $LEM->gseq2info[$groupSeq]['group_name'],
5866             'gid' => $LEM->gseq2info[$groupSeq]['gid'],
5867             'mandViolation' => $qmandViolation,
5868             'valid' => $qvalid,
5869             );
5870 
5871             $_SESSION[$LEM->sessid]['relevanceStatus'][$qid] = $qrel;
5872 
5873             return $qStatus;
5874         }
5875 
5876         static function GetQuestionStatus($qid)

Stack Trace

#0
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/helpers/expressions/em_manager_helper.php(5035): LimeExpressionManager->_ValidateQuestion(88)
5030             /////////////////////////////////////////////////////////
5031             // CHECK EACH QUESTION, AND SET GROUP-LEVEL PROPERTIES //
5032             /////////////////////////////////////////////////////////
5033             for ($i=$groupSeqInfo['qstart'];$i<=$groupSeqInfo['qend']; ++$i)
5034             {
5035                 $qStatus = $LEM->_ValidateQuestion($i);
5036 
5037                 $updatedValues = array_merge($updatedValues,$qStatus['updatedValues']);
5038 
5039                 if ($gRelInfo['result']==true && $qStatus['relevant']==true) {
5040                     $grel = $gRelInfo['result'];    // true;   // at least one question relevant
#1
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/helpers/expressions/em_manager_helper.php(4944): LimeExpressionManager->_ValidateGroup(17)
4939             ///////////////////////////////////////////////////////
4940             // CHECK EACH GROUP, AND SET SURVEY-LEVEL PROPERTIES //
4941             ///////////////////////////////////////////////////////
4942             for ($i=0;$i<$LEM->numGroups;++$i) {
4943                 $LEM->currentGroupSeq=$i;
4944                 $gStatus = $LEM->_ValidateGroup($i);
4945                 if (is_null($gStatus)) {
4946                     continue;   // invalid group, so skip it
4947                 }
4948                 $message .= $gStatus['message'];
4949 
#2
+
 /home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/helpers/expressions/em_manager_helper.php(4232): LimeExpressionManager->_ValidateSurvey()
4227                     $LEM->StartProcessingPage(true);
4228                     $updatedValues=$LEM->ProcessCurrentResponses();
4229                     $message = '';
4230 
4231                     $LEM->currentQset = array();    // reset active list of questions
4232                     $result = $LEM->_ValidateSurvey();
4233                     $message .= $result['message'];
4234                     $updatedValues = array_merge($updatedValues,$result['updatedValues']);
4235                     if (!$force && !is_null($result) && ($result['mandViolation'] || !$result['valid'] || $startingGroup == -1))
4236                     {
4237                         $finished=false;
2013-08-01 15:21:16 Apache/2.2.16 (Debian) Yii Framework/1.1.10