PHP notice

Undefined index: de

/var/www/lime25/limesurvey/application/helpers/expressions/em_manager_helper.php(8774)

8762             } elseif(is_null($sLanguage)) {
8763                 $sLanguage=$survey->language;
8764             }
8765             $oQuestionGroups=$survey->groups;
8766 
8767             $qinfo = array();
8768             $_order=0;
8769             $gid = array();
8770             foreach ($oQuestionGroups as $oQuestionGroup) {
8771                 $gid[$oQuestionGroup->gid] = array(
8772                     'group_order' => $_order,
8773                     'gid' =>  $oQuestionGroup->gid,
8774                     'group_name' => $oQuestionGroup->questionGroupL10ns[$sLanguage]->group_name,
8775                     'description' =>  $oQuestionGroup->questionGroupL10ns[$sLanguage]->description,
8776                     'grelevance' => (!($this->sPreviewMode=='question' || $this->sPreviewMode=='group')) ? $oQuestionGroup->grelevance:1,
8777                     'randomization_group' =>  $oQuestionGroup->randomization_group
8778                 );
8779                 $qinfo[$_order] = $gid[$oQuestionGroup->gid];
8780                 ++$_order;
8781             }
8782             // Needed for Randomization group.
8783             $groupRemap= (!$this->sPreviewMode && !empty($_SESSION['survey_'.$surveyid]['groupReMap']) && !empty($_SESSION['survey_'.$surveyid]['grouplist']));
8784             if ($groupRemap)
8785             {
8786                 $_order=0;

Stack Trace

#0
+
 /var/www/lime25/limesurvey/application/helpers/expressions/em_manager_helper.php(3705): LimeExpressionManager->getGroupInfoForEM("872677", "de")
3700             'I' => $this->gT("Increase"),
3701             'S' => $this->gT("Same"),
3702             'D' => $this->gT("Decrease"),
3703             );
3704 
3705             $this->gseq2info = $this->getGroupInfoForEM($surveyid,$_SESSION['LEMlang']);
3706             foreach ($this->gseq2info as $aGroupInfo)
3707             {
3708                 $this->groupId2groupSeq[$aGroupInfo['gid']] = $aGroupInfo['group_order'];
3709             }
3710 
#1
+
 /var/www/lime25/limesurvey/application/helpers/expressions/em_manager_helper.php(4973): LimeExpressionManager->setVariableAndTokenMappingsForExpressionManager("872677")
4968                 $LEM->em->StartProcessingGroup(
4969                     isset($_SESSION['LEMsid']) ? $_SESSION['LEMsid'] : NULL,
4970                     '',
4971                     true
4972                 );
4973                 $LEM->setVariableAndTokenMappingsForExpressionManager($_SESSION['LEMsid']);
4974             }
4975 
4976         }
4977 
4978         /**
#2
+
 /var/www/lime25/limesurvey/application/helpers/expressions/em_manager_helper.php(853): LimeExpressionManager::StartProcessingPage(true, true)
848         public static function getLEMqcode2sgqa($iSurveyId){
849                 $LEM =& LimeExpressionManager::singleton();
850 
851                 $LEM->SetEMLanguage(Survey::model()->findByPk($iSurveyId)->language);
852                 $LEM->SetSurveyId($iSurveyId);
853                 $LEM->StartProcessingPage(true,true);
854                 return $LEM->qcode2sgqa;
855         }
856 
857         /**
858         * If $qid is set, returns the relevance equation generated from conditions (or NULL if there are no conditions for that $qid)
2018-06-21 14:42:49 Apache/2.4.10 (Ubuntu) Yii Framework/1.1.19