/home/sondages.pro/htdocs/limesurvey_GIT/250/application/views/admin/survey/Question/editQuestion_view.php(63)
51 <a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne"> 52 <?php eT("General option");?> 53 </a> 54 </h4> 55 </div> 56 <div id="collapseOne" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="headingOne"> 57 <div class="panel-body"> 58 <div> 59 <div class="form-group"> 60 <label class="col-sm-4 control-label" for="question_type_button"> 61 <?php eT("Question Type:"); ?> 62 </label> 63 <?php if($selectormodeclass!="none"): ?> 64 <?php 65 foreach (getQuestionTypeList($eqrow['type'], 'array') as $key=> $questionType) 66 { 67 if (!isset($groups[$questionType['group']])) 68 { 69 $groups[$questionType['group']] = array(); 70 } 71 $groups[$questionType['group']][$key] = $questionType['description']; 72 } 73 ?> 74 75 <input type="hidden" id="question_type" name="type" value="<?php echo $eqrow['type']; ?>" />
#0 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CBaseController.php(126): require("/home/sondages.pro/htdocs/limesurvey_GIT/250/application/views/a...") 121 $data=$_data_; 122 if($_return_) 123 { 124 ob_start(); 125 ob_implicit_flush(false); 126 require($_viewFile_); 127 return ob_get_clean(); 128 } 129 else 130 require($_viewFile_); 131 } |
#1 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CBaseController.php(95): CBaseController->renderInternal("/home/sondages.pro/htdocs/limesurvey_GIT/250/application/views/a...",
array("surveyid" => "282267", "gid" => "7", "qid" => "27",
"display" => array("menu_bars" => array("surveysummary" =>
"viewgroup", "gid_action" => "addquestion", "qid_action" =>
"editquestion")), ...), true) 090 { 091 $widgetCount=count($this->_widgetStack); 092 if(($renderer=Yii::app()->getViewRenderer())!==null && $renderer->fileExtension==='.'.CFileHelper::getExtension($viewFile)) 093 $content=$renderer->renderFile($this,$viewFile,$data,$return); 094 else 095 $content=$this->renderInternal($viewFile,$data,$return); 096 if(count($this->_widgetStack)===$widgetCount) 097 return $content; 098 else 099 { 100 $widget=end($this->_widgetStack); |
#2 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CController.php(869): CBaseController->renderFile("/home/sondages.pro/htdocs/limesurvey_GIT/250/application/views/a...",
array("surveyid" => "282267", "gid" => "7", "qid" => "27",
"display" => array("menu_bars" => array("surveysummary" =>
"viewgroup", "gid_action" => "addquestion", "qid_action" =>
"editquestion")), ...), true) 864 */ 865 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 866 { 867 if(($viewFile=$this->getViewFile($view))!==false) 868 { 869 $output=$this->renderFile($viewFile,$data,true); 870 if($processOutput) 871 $output=$this->processOutput($output); 872 if($return) 873 return $output; 874 else |
#3 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/application/core/Survey_Common_Action.php(321): CController->renderPartial("/admin/survey/Question/editQuestion_view",
array("surveyid" => "282267", "gid" => "7", "qid" => "27",
"display" => array("menu_bars" => array("surveysummary" =>
"viewgroup", "gid_action" => "addquestion", "qid_action" =>
"editquestion")), ...)) 316 elseif (is_array($viewUrl)) 317 { 318 foreach ($viewUrl as $aSubData) 319 { 320 $aSubData = array_merge($aData, $aSubData); 321 Yii::app()->getController()->renderPartial($sViewPath . $sViewKey, $aSubData); 322 } 323 } 324 } 325 else 326 { |
#4 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/application/controllers/admin/questions.php(1631): Survey_Common_Action->_renderWrappedTemplate("survey/Question",
array("editQuestion_view" => array(array("surveyid" => "282267",
"gid" => "7", "qid" => "27", "display" => array("menu_bars"
=> array("surveysummary" => "viewgroup", "gid_action" =>
"addquestion", "qid_action" => "editquestion")), ...)),
"questionJavascript_view" => array(array("type" => "S"))),
array("surveyid" => "282267", "gid" => "7", "qid" => "27",
"display" => array("menu_bars" => array("surveysummary" =>
"viewgroup", "gid_action" => "addquestion", "qid_action" =>
"editquestion")), ...)) 1626 * @param string|array $aViewUrls View url(s) 1627 * @param array $aData Data to be passed on. Optional. 1628 */ 1629 protected function _renderWrappedTemplate($sAction = 'survey/Question', $aViewUrls = array(), $aData = array()) 1630 { 1631 parent::_renderWrappedTemplate($sAction, $aViewUrls, $aData); 1632 } 1633 } |
#5 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/application/controllers/admin/questions.php(1107): questions->_renderWrappedTemplate("survey/Question",
array("editQuestion_view" => array(array("surveyid" => "282267",
"gid" => "7", "qid" => "27", "display" => array("menu_bars"
=> array("surveysummary" => "viewgroup", "gid_action" =>
"addquestion", "qid_action" => "editquestion")), ...)),
"questionJavascript_view" => array(array("type" => "S"))),
array("surveyid" => "282267", "gid" => "7", "qid" => "27",
"display" => array("menu_bars" => array("surveysummary" =>
"viewgroup", "gid_action" => "addquestion", "qid_action" =>
"editquestion")), ...)) 1102 else 1103 include('accessDenied.php'); 1104 1105 $aData['ajaxDatas']['sValidateUrl'] = (isset($aData['sValidateUrl']))?$aData['sValidateUrl']:$this->getController()->createUrl('admin/questions', array('sa' => 'ajaxValidate','surveyid'=>$surveyid)); 1106 $aData['ajaxDatas']['qTypeOutput'] = $aData['qTypeOutput']; 1107 $this->_renderWrappedTemplate('survey/Question', $aViewUrls, $aData); 1108 } 1109 1110 /** 1111 * Function responsible for deleting a question. 1112 * |
#6 |
unknown(0): questions->index("editquestion", "282267", "7", "27")
|
#7 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(questions, array("editquestion", "282267", "7", "27")) 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
#8 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/application/core/Survey_Common_Action.php(98): CAction->runWithParamsInternal(questions,
ReflectionMethod, array("surveyid" => "282267", "gid" => "7",
"qid" => "27", "sa" => "editquestion", ...)) 093 $oMethod = new ReflectionMethod($this, $sDefault); 094 } 095 096 // We're all good to go, let's execute it 097 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 098 return parent::runWithParamsInternal($this, $oMethod, $params); 099 } 100 101 /** 102 * Some functions have different parameters, which are just an alias of the 103 * usual parameters we're getting in the url. This function just populates |
#9 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CController.php(308): Survey_Common_Action->runWithParams(array("surveyid" => "282267", "gid" => "7", "qid" => "27", "sa" => "editquestion")) 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; |
#10 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CController.php(286): CController->runAction(questions) 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(); |
#11 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CController.php(265): CController->runActionWithFilters(questions, 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); |
#12 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/application/controllers/AdminController.php(161): CController->run("questions") 156 $this->redirect(array('/admin/authentication/sa/login')); 157 } 158 159 } 160 161 return parent::run($action); 162 } 163 164 /** 165 * Routes all the actions to their respective places 166 * |
#13 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CWebApplication.php(282): AdminController->run("questions") 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))); |
#14 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/questions/sa/editquestion") 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. |
#15 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/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 /** |
#16 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/250/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 */ |