/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/application/helpers/expressions/em_manager_helper.php(4849)
4837 } 4838 // $LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now)); 4839 4840 $LEM->initialized=true; 4841 4842 if ($initializeVars) 4843 { 4844 $LEM->em->StartProcessingGroup( 4845 isset($_SESSION['LEMsid']) ? $_SESSION['LEMsid'] : NULL, 4846 '', 4847 true 4848 ); 4849 $LEM->setVariableAndTokenMappingsForExpressionManager($_SESSION['LEMsid']); 4850 } 4851 4852 } 4853 4854 /** 4855 * Initialize a survey so can use EM to manage navigation 4856 * @param int $surveyid 4857 * @param string $surveyMode 4858 * @param array $aSurveyOptions 4859 * @param bool $forceRefresh 4860 * @param int $debugLevel 4861 */
#0 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/application/core/Survey_Common_Action.php(261): LimeExpressionManager::StartProcessingPage(false, true) 256 { 257 $aData['oSurvey'] = Survey::model()->findByPk($aData['surveyid']); 258 259 // Needed to evaluate EM expressions in question summary 260 // See bug #11845 261 LimeExpressionManager::StartProcessingPage(false,true); 262 263 $this->_titlebar($aData); 264 265 //// Each view will call the correct bar as a subview. 266 $this->_surveybar($aData); |
#1 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/application/controllers/admin/PluginHelper.php(40): Survey_Common_Action->_renderWrappedTemplate(null, array("super/sidebody"), array("surveyid" => "234152", "surveybar" => array("buttons" => array("view" => true)), "title_bar" => array("title" => "Test pivot table (ID:234152)"), "sidemenu" => array("state" => false), ...)) 35 $aData['sidemenu']['state'] = false; 36 $aData['sideMenuBehaviour'] = getGlobalSetting('sideMenuBehaviour'); 37 $aData['content'] = $content; 38 $aData['activated'] = $surveyinfo['active']; 39 $aData['sideMenuOpen'] = false; // TODO: Assume this for all plugins? 40 $this->_renderWrappedTemplate(null, array('super/sidebody'), $aData); 41 42 } 43 44 /** 45 * Helper function to let a plugin put content |
#2 |
unknown(0): PluginHelper->sidebody("234152", "MassAction", "actionIndex")
|
#3 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/actions/CAction.php(109): ReflectionMethod->invokeArgs(PluginHelper, array("234152", "MassAction", "actionIndex")) 104 elseif($param->isDefaultValueAvailable()) 105 $ps[]=$param->getDefaultValue(); 106 else 107 return false; 108 } 109 $method->invokeArgs($object,$ps); 110 return true; 111 } 112 } |
#4 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/application/core/Survey_Common_Action.php(101): CAction->runWithParamsInternal(PluginHelper, ReflectionMethod, array("sa" => "sidebody", "plugin" => "MassAction", "method" => "actionIndex", "surveyId" => "234152")) 096 $oMethod = new ReflectionMethod($this, $sDefault); 097 } 098 099 // We're all good to go, let's execute it 100 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 101 return parent::runWithParamsInternal($this, $oMethod, $params); 102 } 103 104 /** 105 * Some functions have different parameters, which are just an alias of the 106 * usual parameters we're getting in the url. This function just populates |
#5 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/CController.php(308): Survey_Common_Action->runWithParams(array("sa" => "sidebody", "plugin" => "MassAction", "method" => "actionIndex", "surveyId" => "234152")) 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; |
#6 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/CController.php(286): CController->runAction(PluginHelper) 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(); |
#7 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/CController.php(265): CController->runActionWithFilters(PluginHelper, 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); |
#8 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/application/controllers/AdminController.php(177): CController->run("pluginhelper") 172 $this->redirect(array('/admin/authentication/sa/login')); 173 } 174 175 } 176 177 return parent::run($action); 178 } 179 180 /** 181 * Routes all the actions to their respective places 182 * |
#9 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/CWebApplication.php(282): AdminController->run("pluginhelper") 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))); |
#10 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/framework/web/CWebApplication.php(141): CWebApplication->runController("admin/pluginhelper") 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. |
#11 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/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 /** |
#12 |
+
–
/home/sondages.pro/htdocs/limesurvey_GIT/testing/masterall/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 */ |