C:\limesurvey_test\application\helpers\admin\statistics_helper.php(196)
184 unset($graph); 185 } 186 } //end if (bar chart) 187 188 //Pie Chart 189 else 190 { 191 // this block is to remove the items with value == 0 192 // and an inelegant way to remove comments from List with Comments questions 193 $i = 0; 194 while (isset ($gdata[$i])) 195 { 196 if ($gdata[$i] == 0 || ($type == "O" && substr($lbl[$i],0,strlen($oLanguage->gT("Comments")))==$oLanguage->gT("Comments"))) 197 { 198 array_splice ($gdata, $i, 1); 199 array_splice ($lbl, $i, 1); 200 } 201 else 202 {$i++;} 203 } 204 205 if ($language=='ar') 206 { 207 if(!class_exists('I18N_Arabic_Glyphs',false)) $Arabic = new I18N_Arabic('Glyphs'); 208 else $Arabic=new I18N_Arabic_Glyphs();
#0 |
+
–
C:\limesurvey_test\application\helpers\admin\statistics_helper.php(2938): createChart("176", "897685", true, array("On the coach" => "0", "By car - driving" => "1", "By car - passenger" => "0", "Other" => "0", ...), ...) 2933 ); 2934 Yii::app()->session['stats'] = $stats; 2935 2936 if (array_sum($gdata)>0 && $bShowGraph == true) 2937 { 2938 $cachefilename = createChart($qqid, $qsid, $bShowPieChart, $lbl, $gdata, $grawdata, $MyCache, $statlang); 2939 //introduce new counter 2940 if (!isset($ci)) {$ci=0;} 2941 2942 //increase counter, start value -> 1 2943 $ci++; |
#1 |
+
–
C:\limesurvey_test\application\helpers\admin\statistics_helper.php(3385): statistics_helper->displayResults(array("alist" => array(array("1", "On the coach"), array("2", "By car - driving"), array("3", "By car - passenger"), array("Other", "Other", "897685X4X176other"), ...), "qtitle" => "A2", "qquestion" => "How did you travel to the venue?", "qtype" => "L", ...), "1", "897685X4X176", "html", ...) 3380 $outputs=$this->buildOutputList($rt, $language, $surveyid, $outputType, $sql, $statlang); 3381 $statisticsoutput .= $outputs['statisticsoutput']; 3382 //2. Collect and Display results ####################################################################### 3383 if (isset($outputs['alist']) && $outputs['alist']) //Make sure there really is an answerlist, and if so: 3384 { 3385 $display=$this->displayResults($outputs, $results, $rt, $outputType, $surveyid, $sql, $usegraph, $browse, $statlang); 3386 $statisticsoutput .= $display['statisticsoutput']; 3387 $astatdata = array_merge($astatdata, $display['astatdata']); 3388 } //end if -> collect and display results 3389 3390 |
#2 |
+
–
C:\limesurvey_test\application\controllers\admin\statistics.php(467): statistics_helper->generate_statistics("897685", array("idG", "idL", "897685X4X611", "897685X4X612", ...), array("idG", "idL", "897685X4X611", "897685X4X612", ...), 1, ...) 462 $outputType = $_POST['outputtype']; 463 464 $helper = new statistics_helper(); 465 switch($outputType){ 466 case 'html': 467 $statisticsoutput .= $helper->generate_statistics($surveyid,$summary,$summary,$usegraph,$outputType,'DD',$statlang); 468 break; 469 case 'pdf': 470 $helper->generate_statistics($surveyid,$summary,$summary,$usegraph,$outputType,'I',$statlang); 471 exit; 472 break; |
#3 |
unknown(0): statistics->run("897685", null)
|
#4 |
+
–
C:\limesurvey_test\framework\web\actions\CAction.php(107): ReflectionMethod->invokeArgs(statistics, array("897685", null)) 102 else if($param->isDefaultValueAvailable()) 103 $ps[]=$param->getDefaultValue(); 104 else 105 return false; 106 } 107 $method->invokeArgs($object,$ps); 108 return true; 109 } 110 } |
#5 |
+
–
C:\limesurvey_test\application\core\Survey_Common_Action.php(82): CAction->runWithParamsInternal(statistics, ReflectionMethod, array("surveyid" => "897685", "sa" => "index", "iSurveyId" => "897685", "iSurveyID" => "897685")) 77 $oMethod = new ReflectionMethod($this, $sDefault); 78 } 79 80 // We're all good to go, let's execute it 81 // runWithParamsInternal would automatically get the parameters of the method and populate them as required with the params 82 return parent::runWithParamsInternal($this, $oMethod, $params); 83 } 84 85 /** 86 * Some functions have different parameters, which are just an alias of the 87 * usual parameters we're getting in the url. This function just populates |
#6 |
+
–
C:\limesurvey_test\framework\web\CController.php(309): Survey_Common_Action->runWithParams(array("surveyid" => "897685", "sa" => "index")) 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; |
#7 |
+
–
C:\limesurvey_test\framework\web\CController.php(287): CController->runAction(statistics) 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(); |
#8 |
+
–
C:\limesurvey_test\framework\web\CController.php(266): CController->runActionWithFilters(statistics, 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); |
#9 |
+
–
C:\limesurvey_test\application\controllers\AdminController.php(169): CController->run("statistics") 164 $this->redirect($this->createUrl('/admin/authentication/sa/login')); 165 } 166 167 } 168 169 return parent::run($action); 170 } 171 172 /** 173 * Routes all the actions to their respective places 174 * |
#10 |
+
–
C:\limesurvey_test\framework\web\CWebApplication.php(276): AdminController->run("statistics") 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))); |
#11 |
+
–
C:\limesurvey_test\framework\web\CWebApplication.php(135): CWebApplication->runController("admin/statistics/sa/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. |
#12 |
+
–
C:\limesurvey_test\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 /** |
#13 |
+
–
C:\limesurvey_test\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 */ |