/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(753)
741 echo "\t<p id='tokenmessage'>\n"; 742 if ( $sError != null ) 743 { 744 echo "\t<span class='error'>".$sError."</span><br /><br />\n"; 745 } 746 echo "\t".implode ("<br /><br />\n\t", $asLines)."<br /><br />\n"; 747 echo "\t</p>\n"; 748 echo "\t</div>\n"; 749 } 750 751 function _printTemplateContent($sTemplateFile, &$redata, $iDebugLine = -1) 752 { 753 echo templatereplace(file_get_contents($sTemplateFile),array(),$redata,'survey['.$iDebugLine.']'); 754 } 755 } 756 757 /* End of file survey.php */ 758 /* Location: ./application/controllers/survey.php */
#0 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(753): file_get_contents("/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/templates/de...") 748 echo "\t</div>\n"; 749 } 750 751 function _printTemplateContent($sTemplateFile, &$redata, $iDebugLine = -1) 752 { 753 echo templatereplace(file_get_contents($sTemplateFile),array(),$redata,'survey['.$iDebugLine.']'); 754 } 755 } 756 757 /* End of file survey.php */ 758 /* Location: ./application/controllers/survey.php */ |
#1 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(491): index->_printTemplateContent("/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/templates/de...", array("surveyid" => "946566", "thissurvey" => array("template" => "default", "language" => "fr", "sid" => "946566", "owner_id" => "1", ...), "thisstep" => "2", "tokensexist" => 0, ...), 491) 486 killSurveySession($surveyid); 487 sendCacheHeaders(); 488 doHeader(); 489 490 $redata = compact(array_keys(get_defined_vars())); 491 $this->_printTemplateContent($thistpl.'/startpage.pstpl', $redata, __LINE__); 492 echo "\n\n<!-- JAVASCRIPT FOR CONDITIONAL QUESTIONS -->\n" 493 ."\t<script type='text/javascript'>\n" 494 ."\t<!--\n" 495 ."function checkconditions(value, name, type, evt_type)\n" 496 ."\t{\n" |
#2 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/application/controllers/survey/index.php(68): index->action() 63 App()->getClientScript()->render($buffer); 64 App()->getClientScript()->reset(); 65 return $buffer; 66 }); 67 ob_implicit_flush(false); 68 $this->action(); 69 ob_flush(); 70 } 71 72 function action() 73 { |
#3 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/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. |
#4 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/framework/web/CController.php(308): CAction->runWithParams(array("sid" => "946566")) 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; |
#5 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/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(); |
#6 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/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); |
#7 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/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))); |
#8 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/framework/web/CWebApplication.php(141): CWebApplication->runController("survey/index/sid/946566") 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. |
#9 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/framework/base/CApplication.php(184): CWebApplication->processRequest() 179 public function run() 180 { 181 if($this->hasEventHandler('onBeginRequest')) 182 $this->onBeginRequest(new CEvent($this)); 183 register_shutdown_function(array($this,'end'),0,false); 184 $this->processRequest(); 185 if($this->hasEventHandler('onEndRequest')) 186 $this->onEndRequest(new CEvent($this)); 187 } 188 189 /** |
#10 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/LimeSurvey/index.php(211): CApplication->run() 206 die (sprintf('%s should be writable by the webserver (766 or 776).', $runtimePath)); 207 } 208 } 209 210 Yii::$enableIncludePath = false; 211 Yii::createApplication('LSYii_Application', $config)->run(); 212 213 /* End of file index.php */ 214 /* Location: ./index.php */ |