/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/application/helpers/SurveyRuntimeHelper.php(288)
276 $plus_qanda['finalgroup']=$ia[10]; 277 else 278 $plus_qanda['finalgroup']=$ia[5]; 279 $qanda[] = $plus_qanda; 280 } 281 if ($plus_inputnames) 282 { 283 $inputnames = addtoarray_single($inputnames, $plus_inputnames); 284 } 285 286 //Display the "mandatory" popup if necessary 287 // TMSW - get question-level error messages - don't call **_popup() directly 288 if ($okToShowErrors && $stepInfo['mandViolation']) 289 { 290 list($mandatorypopup, $popup) = mandatory_popup($ia, $notanswered); 291 } 292 293 //Display the "validation" popup if necessary 294 if ($okToShowErrors && !$stepInfo['valid']) 295 { 296 list($validationpopup, $vpopup) = validation_popup($ia, $notvalidated); 297 } 298 299 // Display the "file validation" popup if necessary 300 if ($okToShowErrors && isset($filenotvalidated))
#0 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/application/controllers/survey/index.php(658): SurveyRuntimeHelper->run("33944",
array("surveyid" => "33944", "thissurvey" => array("template"
=> "default", "language" => "fr", "sid" => "33944", "owner_id"
=> "1", ...), "thisstep" => null, "tokensexist" => 0, ...)) 653 //Send local variables to the appropriate survey type 654 unset($redata); 655 $redata = compact(array_keys(get_defined_vars())); 656 Yii::import('application.helpers.SurveyRuntimeHelper'); 657 $tmp = new SurveyRuntimeHelper(); 658 $tmp->run($surveyid,$redata); 659 660 if (App()->request->getPost('saveall') || isset($flashmessage)) 661 { 662 App()->clientScript->registerScript("saveflashmessage","alert('".gT("Your responses were successfully saved.","js")."');",CClientScript::POS_READY); 663 } |
#1 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/application/controllers/survey/index.php(73): index->action() 68 App()->getClientScript()->reset(); 69 return $buffer; 70 }); 71 72 ob_implicit_flush(false); 73 $this->action(); 74 ob_flush(); 75 } 76 77 function action() 78 { |
#2 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/actions/CAction.php(76): index->run() 71 { 72 $method=new ReflectionMethod($this, 'run'); 73 if($method->getNumberOfParameters()>0) 74 return $this->runWithParamsInternal($this, $method, $params); 75 76 $this->run(); 77 return true; 78 } 79 80 /** 81 * Executes a method of an object with the supplied named parameters. |
#3 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/CController.php(308): CAction->runWithParams(array("lang" => "fr", "sid" => "33944")) 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; |
#4 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/CController.php(286): CController->runAction(index) 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(); |
#5 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/CController.php(265): CController->runActionWithFilters(index, 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); |
#6 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/CWebApplication.php(282): CController->run("index") 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))); |
#7 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/framework/web/CWebApplication.php(141): CWebApplication->runController("survey/index/sid/33944") 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. |
#8 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/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 /** |
#9 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/answershtml/index.php(214): CApplication->run() 209 die (sprintf('%s should be writable by the webserver (766 or 776).', $sDefaultRuntimePath)); 210 } 211 } 212 213 Yii::$enableIncludePath = false; 214 Yii::createApplication('LSYii_Application', $config)->run(); 215 216 /* End of file index.php */ 217 /* Location: ./index.php */ |