/var/www/ict4dev/smssurvey/application/helpers/expressions/em_manager_helper.php(4284)
4272 ); 4273 return $LEM->lastMoveResult; 4274 break; 4275 case 'group': 4276 // First validate the current group 4277 $LEM->StartProcessingPage(); 4278 $updatedValues=$LEM->ProcessCurrentResponses(); 4279 $message = ''; 4280 if (!$force && $LEM->currentGroupSeq != -1) 4281 { 4282 $result = $LEM->_ValidateGroup($LEM->currentGroupSeq); 4283 $message .= $result['message']; 4284 $updatedValues = array_merge($updatedValues,$result['updatedValues']); 4285 if (!is_null($result) && ($result['mandViolation'] || !$result['valid'])) 4286 { 4287 // redisplay the current group 4288 $message .= $LEM->_UpdateValuesInDatabase($updatedValues,false); 4289 $LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now)); 4290 $LEM->lastMoveResult = array( 4291 'finished'=>false, 4292 'message'=>$message, 4293 'gseq'=>$LEM->currentGroupSeq, 4294 'seq'=>$LEM->currentGroupSeq, 4295 'mandViolation'=>$result['mandViolation'], 4296 'valid'=>$result['valid'],
#0 |
+
–
/var/www/ict4dev/smssurvey/application/helpers/expressions/em_manager_helper.php(4284): array_merge(array(), null) 4279 $message = ''; 4280 if (!$force && $LEM->currentGroupSeq != -1) 4281 { 4282 $result = $LEM->_ValidateGroup($LEM->currentGroupSeq); 4283 $message .= $result['message']; 4284 $updatedValues = array_merge($updatedValues,$result['updatedValues']); 4285 if (!is_null($result) && ($result['mandViolation'] || !$result['valid'])) 4286 { 4287 // redisplay the current group 4288 $message .= $LEM->_UpdateValuesInDatabase($updatedValues,false); 4289 $LEM->runtimeTimings[] = array(__METHOD__,(microtime(true) - $now)); |
#1 |
+
–
/var/www/ict4dev/smssurvey/application/helpers/SurveyRuntimeHelper.php(184): LimeExpressionManager::NavigateForwards() 179 $moveResult = LimeExpressionManager::JumpTo($_SESSION[$LEMsessid]['step'], false, false); // if late in the survey, will re-validate contents, which may be overkill 180 unset($_SESSION[$LEMsessid]['LEMreload']); 181 } 182 else 183 { 184 $moveResult = LimeExpressionManager::NavigateForwards(); 185 } 186 } 187 if (isset($move) && ($move == 'movesubmit')) 188 { 189 if ($surveyMode == 'survey') |
#2 |
+
–
/var/www/ict4dev/smssurvey/application/controllers/survey/index.php(667): SurveyRuntimeHelper->run("953134", array("surveyid" => "953134", "totalquestions" => null, "thissurvey" => array("surveyls_survey_id" => "953134", "surveyls_language" => "en", "surveyls_title" => "Graduate Employment Survey", "surveyls_description" => "Sms based graduate employment survey", ...), "thisstep" => "1", ...)) 662 //Send local variables to the appropriate survey type 663 unset($redata); 664 $redata = compact(array_keys(get_defined_vars())); 665 Yii::import('application.helpers.SurveyRuntimeHelper'); 666 $tmp = new SurveyRuntimeHelper(); 667 $tmp->run($surveyid,$redata); 668 669 if (isset($_POST['saveall']) || isset($flashmessage)) 670 { 671 echo "<script type='text/javascript'> $(document).ready( function() { alert('".$clang->gT("Your responses were successfully saved.","js")."');}) </script>"; 672 } |
#3 |
+
–
/var/www/ict4dev/smssurvey/application/controllers/survey/index.php(18): index->action() 13 14 class index extends CAction { 15 16 public function run() 17 { 18 $this->action(); 19 } 20 21 function action() 22 { 23 global $surveyid, $totalquestions; |
#4 |
+
–
/var/www/ict4dev/smssurvey/framework/web/actions/CAction.php(75): index->run() 70 { 71 $method=new ReflectionMethod($this, 'run'); 72 if($method->getNumberOfParameters()>0) 73 return $this->runWithParamsInternal($this, $method, $params); 74 else 75 return $this->run(); 76 } 77 78 /** 79 * Executes a method of an object with the supplied named parameters. 80 * This method is internally used. |
#5 |
+
–
/var/www/ict4dev/smssurvey/framework/web/CController.php(309): CAction->runWithParams(array()) 304 { 305 $priorAction=$this->_action; 306 $this->_action=$action; 307 if($this->beforeAction($action)) 308 { 309 if($action->runWithParams($this->getActionParams())===false) 310 $this->invalidActionParams($action); 311 else 312 $this->afterAction($action); 313 } 314 $this->_action=$priorAction; |
#6 |
+
–
/var/www/ict4dev/smssurvey/framework/web/CController.php(287): CController->runAction(index) 282 * @see runAction 283 */ 284 public function runActionWithFilters($action,$filters) 285 { 286 if(empty($filters)) 287 $this->runAction($action); 288 else 289 { 290 $priorAction=$this->_action; 291 $this->_action=$action; 292 CFilterChain::create($this,$action,$filters)->run(); |
#7 |
+
–
/var/www/ict4dev/smssurvey/framework/web/CController.php(266): CController->runActionWithFilters(index, array()) 261 { 262 if(($parent=$this->getModule())===null) 263 $parent=Yii::app(); 264 if($parent->beforeControllerAction($this,$action)) 265 { 266 $this->runActionWithFilters($action,$this->filters()); 267 $parent->afterControllerAction($this,$action); 268 } 269 } 270 else 271 $this->missingAction($actionID); |
#8 |
+
–
/var/www/ict4dev/smssurvey/framework/web/CWebApplication.php(276): CController->run("index") 271 { 272 list($controller,$actionID)=$ca; 273 $oldController=$this->_controller; 274 $this->_controller=$controller; 275 $controller->init(); 276 $controller->run($actionID); 277 $this->_controller=$oldController; 278 } 279 else 280 throw new CHttpException(404,Yii::t('yii','Unable to resolve the request "{route}".', 281 array('{route}'=>$route===''?$this->defaultController:$route))); |
#9 |
+
–
/var/www/ict4dev/smssurvey/framework/web/CWebApplication.php(135): CWebApplication->runController("survey/index") 130 foreach(array_splice($this->catchAllRequest,1) as $name=>$value) 131 $_GET[$name]=$value; 132 } 133 else 134 $route=$this->getUrlManager()->parseUrl($this->getRequest()); 135 $this->runController($route); 136 } 137 138 /** 139 * Registers the core application components. 140 * This method overrides the parent implementation by registering additional core components. |
#10 |
+
–
/var/www/ict4dev/smssurvey/framework/base/CApplication.php(162): CWebApplication->processRequest() 157 */ 158 public function run() 159 { 160 if($this->hasEventHandler('onBeginRequest')) 161 $this->onBeginRequest(new CEvent($this)); 162 $this->processRequest(); 163 if($this->hasEventHandler('onEndRequest')) 164 $this->onEndRequest(new CEvent($this)); 165 } 166 167 /** |
#11 |
+
–
/var/www/ict4dev/smssurvey/index.php(178): CApplication->run() 173 * 174 */ 175 require_once BASEPATH . 'yii' . EXT; 176 require_once APPPATH . 'core/LSYii_Application' . EXT; 177 178 Yii::createApplication('LSYii_Application', APPPATH . 'config/config' . EXT)->run(); 179 180 /* End of file index.php */ 181 /* Location: ./index.php */ |