/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/helpers/expressions/em_core_helper.php(1299)
1287 $errs = $this->RDP_errs; 1288 $tokens = $this->RDP_tokens; 1289 $errCount = count($errs); 1290 $errIndex = 0; 1291 if ($errCount > 0) { 1292 usort($errs, "cmpErrorTokens"); 1293 } 1294 $stringParts = array(); 1295 $numTokens = count($tokens); 1296 $globalErrs = array(); 1297 $bHaveError = false; 1298 while ($errIndex < $errCount) { 1299 if ($errs[$errIndex++][1][1] == 0) { 1300 // General message, associated with position 0 1301 $globalErrs[] = $errs[$errIndex - 1][0]; 1302 $bHaveError = true; 1303 } else { 1304 --$errIndex; 1305 break; 1306 } 1307 } 1308 for ($i = 0; $i < $numTokens; ++$i) { 1309 $token = $tokens[$i]; 1310 $messages = array(); 1311 $thisTokenHasError = false;
#0 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/helpers/expressions/em_manager_helper.php(6918):
ExpressionManager->GetPrettyPrintString() 6913 $updatedValues[$sgqa] = $_update; 6914 $LEM->updatedValues[$sgqa] = $_update; 6915 6916 if (($LEM->debugLevel & LEM_DEBUG_VALIDATION_DETAIL) == LEM_DEBUG_VALIDATION_DETAIL) 6917 { 6918 $prettyPrintEqn = $LEM->em->GetPrettyPrintString(); 6919 $debug_qmessage .= '** Process Hidden but Relevant Equation [' . $sgqa . '](' . $prettyPrintEqn . ') => ' . $result . "<br />\n"; 6920 } 6921 } 6922 6923 // Process Default : 1st part : update in DB if actually relevant and not already set |
#1 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/helpers/expressions/em_manager_helper.php(5893):
LimeExpressionManager->_ValidateQuestion(3, true) 5888 $LEM->maxGroupSeq = $LEM->currentGroupSeq; 5889 } 5890 5891 $LEM->ProcessAllNeededRelevance($LEM->currentQuestionSeq); 5892 $LEM->_CreateSubQLevelRelevanceAndValidationEqns($LEM->currentQuestionSeq); 5893 $result = $LEM->_ValidateQuestion($LEM->currentQuestionSeq,$force); 5894 $message .= $result['message']; 5895 $updatedValues = array_merge($updatedValues,$result['updatedValues']); 5896 $gRelInfo = $LEM->gRelInfo[$LEM->currentGroupSeq]; 5897 $grel = $gRelInfo['result']; 5898 |
#2 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/helpers/expressions/em_manager_helper.php(9370):
LimeExpressionManager::JumpTo(4, true, false, true) 9365 if (!is_null($qid)) 9366 { 9367 $surveyMode='question'; 9368 LimeExpressionManager::StartSurvey($sid, 'question', $surveyOptions, false,$LEMdebugLevel); 9369 $qseq = LimeExpressionManager::GetQuestionSeq($qid); 9370 $moveResult = LimeExpressionManager::JumpTo($qseq+1,true,false,true); 9371 } 9372 else if (!is_null($gid)) 9373 { 9374 $surveyMode='group'; 9375 LimeExpressionManager::StartSurvey($sid, 'group', $surveyOptions, false,$LEMdebugLevel); |
#3 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/controllers/admin/expressions.php(139):
LimeExpressionManager::ShowSurveyLogicFile("695211", "12", "198", 39, ...) 134 135 LimeExpressionManager::SetDirtyFlag(); 136 137 Yii::app()->setLanguage(Yii::app()->session['adminlang']); 138 139 $aData['result'] = LimeExpressionManager::ShowSurveyLogicFile($sid, $gid, $qid, $LEMdebugLevel, $assessments); 140 141 if (Yii::app()->request->getParam('printable', 0) == 1) { 142 $html = "<html><body>"; 143 $html .= "<style> 144 @page { |
#4 |
unknown(0): Expressions->survey_logic_file()
|
#5 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(Expressions, array()) 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
#6 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/core/Survey_Common_Action.php(83): CAction->runWithParamsInternal(Expressions,
ReflectionMethod, array("sid" => "695211", "gid" => "12", "qid"
=> "198", "sa" => "survey_logic_file", ...)) 78 $oMethod = new ReflectionMethod($this, $sDefault); 79 } 80 81 // We're all good to go, let's execute it 82 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 83 return parent::runWithParamsInternal($this, $oMethod, $params); 84 } 85 86 /** 87 * Some functions have different parameters, which are just an alias of the 88 * usual parameters we're getting in the url. This function just populates |
#7 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/CController.php(308): Survey_Common_Action->runWithParams(array("sid" => "695211", "gid" => "12", "qid" => "198", "sa" => "survey_logic_file")) 303 { 304 $priorAction=$this->_action; 305 $this->_action=$action; 306 if($this->beforeAction($action)) 307 { 308 if($action->runWithParams($this->getActionParams())===false) 309 $this->invalidActionParams($action); 310 else 311 $this->afterAction($action); 312 } 313 $this->_action=$priorAction; |
#8 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/CController.php(286): CController->runAction(Expressions) 281 * @see runAction 282 */ 283 public function runActionWithFilters($action,$filters) 284 { 285 if(empty($filters)) 286 $this->runAction($action); 287 else 288 { 289 $priorAction=$this->_action; 290 $this->_action=$action; 291 CFilterChain::create($this,$action,$filters)->run(); |
#9 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/CController.php(265): CController->runActionWithFilters(Expressions, array()) 260 { 261 if(($parent=$this->getModule())===null) 262 $parent=Yii::app(); 263 if($parent->beforeControllerAction($this,$action)) 264 { 265 $this->runActionWithFilters($action,$this->filters()); 266 $parent->afterControllerAction($this,$action); 267 } 268 } 269 else 270 $this->missingAction($actionID); |
#10 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/application/controllers/AdminController.php(158):
CController->run("expressions") 153 $this->redirect(array('/admin/authentication/sa/login')); 154 } 155 } 156 } 157 158 return parent::run($action); 159 } 160 161 /** 162 * Routes all the actions to their respective places 163 * |
#11 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/CWebApplication.php(282): AdminController->run("expressions") 277 { 278 list($controller,$actionID)=$ca; 279 $oldController=$this->_controller; 280 $this->_controller=$controller; 281 $controller->init(); 282 $controller->run($actionID); 283 $this->_controller=$oldController; 284 } 285 else 286 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 287 array('{route}'=>$route===''?$this->defaultController:$route))); |
#12 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/expressions/sa/survey_logic_file") 136 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 137 $_GET[$name]=$value; 138 } 139 else 140 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 141 $this->runController($route); 142 } 143 144 /** 145 * Registers the core application components. 146 * This method overrides the parent implementation by registering additional core components. |
#13 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/framework/base/CApplication.php(185): CWebApplication->processRequest() 180 public function run() 181 { 182 if($this->hasEventHandler('onBeginRequest')) 183 $this->onBeginRequest(new CEvent($this)); 184 register_shutdown_function(array($this,'end'),0,false); 185 $this->processRequest(); 186 if($this->hasEventHandler('onEndRequest')) 187 $this->onEndRequest(new CEvent($this)); 188 } 189 190 /** |
#14 |
+
–
/home/sondages.pro/htdocs/clients/complets/draafbfc/LimeSurvey/index.php(194): CApplication->run() 189 require_once APPPATH . 'core/LSYii_Application' . EXT; 190 191 $config = require_once(APPPATH . 'config/internal' . EXT); 192 193 Yii::$enableIncludePath = false; 194 Yii::createApplication('LSYii_Application', $config)->run(); 195 196 /* End of file index.php */ 197 /* Location: ./index.php */ |