/srv/www/limesurvey6/application/views/surveyAdministration/partial/topbar/surveyTopbarRight_view.php(15)
03 * @var string $closeUrl 04 * @var string $returnUrl 05 * @var string $editorUrl 06 * @var bool $enableEditorButton 07 * @var bool $editorEnabled 08 */ 09 10 ?> 11 12 <?php 13 // new question editor btn 14 $this->renderPartial('/surveyAdministration/partial/topbar/_newQuestionEditorBtn', [ 15 'editorUrl' => $editorUrl, 16 'enableEditorButton' => $enableEditorButton, 17 'editorEnabled' => $editorEnabled 18 ]); 19 ?> 20 21 <!-- White Close button --> 22 <?php 23 if (!empty($showWhiteCloseButton)) { 24 $this->widget( 25 'ext.ButtonWidget.ButtonWidget', 26 [ 27 'name' => 'close_button',
#0 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CBaseController.php(126): require("/srv/www/limesurvey6/application/views/surveyAdministration/part...") 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 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/www/limesurvey6/application/views/surveyAdministration/part...", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847"), 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 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CController.php(872): CBaseController->renderFile("/srv/www/limesurvey6/application/views/surveyAdministration/part...", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847"), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#3 |
+
–
/srv/www/limesurvey6/application/controllers/AdminController.php(261): CController->renderPartial("/surveyAdministration/partial/topbar/surveyTopbarRight_view", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847"), false, false) 256 $view = $sModulePath; 257 } 258 } 259 } 260 261 return parent::renderPartial($view, $data, $return, $processOutput); 262 } 263 264 /** 265 * Routes all the actions to their respective places 266 * |
#4 |
+
–
/srv/www/limesurvey6/application/views/admin/expressions/partial/topbarBtns/rightSideButtons.php(7): AdminController->renderPartial("/surveyAdministration/partial/topbar/surveyTopbarRight_view", array("showBackButton" => true, "returnUrl" => "/surveyAdministration/view/surveyid/237847")) 02 /** @var array $aData */ 03 Yii::app()->getController()->renderPartial( 04 '/surveyAdministration/partial/topbar/surveyTopbarRight_view', 05 [ 06 'showBackButton' => $aData['topBar']['showBackButton'], 07 'returnUrl' => $aData['topBar']['returnUrl'] 08 ] 09 ); 10 ?> |
#5 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CBaseController.php(126): require("/srv/www/limesurvey6/application/views/admin/expressions/partial...") 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 } |
#6 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CBaseController.php(95): CBaseController->renderInternal("/srv/www/limesurvey6/application/views/admin/expressions/partial...", array("aData" => array("lang" => null, "sid" => 237847, "gid" => null, "qid" => null, ...)), 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); |
#7 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CController.php(872): CBaseController->renderFile("/srv/www/limesurvey6/application/views/admin/expressions/partial...", array("aData" => array("lang" => null, "sid" => 237847, "gid" => null, "qid" => null, ...)), true) 867 */ 868 public function renderPartial($view,$data=null,$return=false,$processOutput=false) 869 { 870 if(($viewFile=$this->getViewFile($view))!==false) 871 { 872 $output=$this->renderFile($viewFile,$data,true); 873 if($processOutput) 874 $output=$this->processOutput($output); 875 if($return) 876 return $output; 877 else |
#8 |
+
–
/srv/www/limesurvey6/application/controllers/AdminController.php(261): CController->renderPartial("/admin/expressions/partial/topbarBtns/rightSideButtons", array("aData" => array("lang" => null, "sid" => 237847, "gid" => null, "qid" => null, ...)), true, false) 256 $view = $sModulePath; 257 } 258 } 259 } 260 261 return parent::renderPartial($view, $data, $return, $processOutput); 262 } 263 264 /** 265 * Routes all the actions to their respective places 266 * |
#9 |
+
–
/srv/www/limesurvey6/application/controllers/admin/Expressions.php(161): AdminController->renderPartial("/admin/expressions/partial/topbarBtns/rightSideButtons", array("aData" => array("lang" => null, "sid" => 237847, "gid" => null, "qid" => null, ...)), true) 156 } 157 158 $aData['topbar']['rightButtons'] = Yii::app()->getController()->renderPartial( 159 '/admin/expressions/partial/topbarBtns/rightSideButtons', 160 ['aData' => $aData], 161 true 162 ); 163 App()->getClientScript()->registerPackage('decimal'); 164 App()->getClientScript()->registerScriptFile('SCRIPT_PATH', 'survey_runtime.js'); 165 App()->getClientScript()->registerPackage('expressions');/* Why we need it ? */ 166 App()->getClientScript()->registerPackage('expression-extend'); |
#10 |
unknown(0): Expressions->survey_logic_file()
|
#11 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/actions/CAction.php(114): ReflectionMethod->invokeArgs(Expressions, array()) 109 elseif($param->isDefaultValueAvailable()) 110 $ps[]=$param->getDefaultValue(); 111 else 112 return false; 113 } 114 $method->invokeArgs($object,$ps); 115 return true; 116 } 117 } |
#12 |
+
–
/srv/www/limesurvey6/application/core/SurveyCommonAction.php(83): CAction->runWithParamsInternal(Expressions, ReflectionMethod, array("sid" => "237847", "sa" => "survey_logic_file", "iSurveyId" => "237847", "iSurveyID" => "237847", ...)) 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 |
#13 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/framework/web/CController.php(308): SurveyCommonAction->runWithParams(array("sid" => "237847", "sa" => "survey_logic_file", "iSurveyId" => "237847", "iSurveyID" => "237847", ...)) 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; |
#14 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/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(); |
#15 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/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); |
#16 |
+
–
/srv/www/limesurvey6/application/controllers/AdminController.php(202): CController->run("expressions") 197 } 198 199 $this->runModuleController($action); 200 201 202 return parent::run($action); 203 } 204 205 /** 206 * Starting with LS4, 3rd party developer can extends any of the LimeSurve controllers. 207 * |
#17 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/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))); |
#18 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/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. |
#19 |
+
–
/srv/www/limesurvey6/vendor/yiisoft/yii/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 /** |
#20 |
+
–
/srv/www/limesurvey6/index.php(161): CApplication->run() 156 require_once APPPATH . 'core/LSYii_Application' . EXT; 157 158 $config = require_once(APPPATH . 'config/internal' . EXT); 159 160 Yii::$enableIncludePath = false; 161 Yii::createApplication('LSYii_Application', $config)->run(); 162 163 /* End of file index.php */ 164 /* Location: ./index.php */ |