/home/www/demonstrations/master.sondages.pro/htdocs/vendor/phpmailer/phpmailer/src/PHPMailer.php(1552)
1540 trigger_error($this->lang('buggy_php'), E_USER_WARNING); 1541 } 1542 1543 try { 1544 $this->error_count = 0; //Reset errors 1545 $this->mailHeader = ''; 1546 1547 //Dequeue recipient and Reply-To addresses with IDN 1548 foreach (array_merge($this->RecipientsQueue, $this->ReplyToQueue) as $params) { 1549 $params[1] = $this->punyencodeAddress($params[1]); 1550 call_user_func_array([$this, 'addAnAddress'], $params); 1551 } 1552 if (count($this->to) + count($this->cc) + count($this->bcc) < 1) { 1553 throw new Exception($this->lang('provide_address'), self::STOP_CRITICAL); 1554 } 1555 1556 //Validate From, Sender, and ConfirmReadingTo addresses 1557 foreach (['From', 'Sender', 'ConfirmReadingTo'] as $address_kind) { 1558 $this->{$address_kind} = trim($this->{$address_kind}); 1559 if (empty($this->{$address_kind})) { 1560 continue; 1561 } 1562 $this->{$address_kind} = $this->punyencodeAddress($this->{$address_kind}); 1563 if (!static::validateAddress($this->{$address_kind})) { 1564 $error_message = sprintf(
#0 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/phpmailer/phpmailer/src/PHPMailer.php(1552): count() 1547 //Dequeue recipient and Reply-To addresses with IDN 1548 foreach (array_merge($this->RecipientsQueue, $this->ReplyToQueue) as $params) { 1549 $params[1] = $this->punyencodeAddress($params[1]); 1550 call_user_func_array([$this, 'addAnAddress'], $params); 1551 } 1552 if (count($this->to) + count($this->cc) + count($this->bcc) < 1) { 1553 throw new Exception($this->lang('provide_address'), self::STOP_CRITICAL); 1554 } 1555 1556 //Validate From, Sender, and ConfirmReadingTo addresses 1557 foreach (['From', 'Sender', 'ConfirmReadingTo'] as $address_kind) { |
#1 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/phpmailer/phpmailer/src/PHPMailer.php(1496): PHPMailer\PHPMailer\PHPMailer->preSend() 1491 * @return bool false on error - See the ErrorInfo property for details of the error 1492 */ 1493 public function send() 1494 { 1495 try { 1496 if (!$this->preSend()) { 1497 return false; 1498 } 1499 1500 return $this->postSend(); 1501 } catch (Exception $exc) { |
#2 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/core/LimeMailer.php(603): PHPMailer\PHPMailer\PHPMailer->send() 598 { 599 if (Yii::app()->getConfig('demoMode')) { 600 $this->setError(gT('Email was not sent because demo-mode is activated.')); 601 return false; 602 } 603 return parent::Send(); 604 } 605 606 /** 607 * resend functionality for phpmailer, can resend saved MIME body 608 * @param $resendVars array variables needed for a resend [message_type,Subject,uniqueid,boundary[1],boundary[2],boundary[3],MIMEBody] |
#3 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/core/LimeMailer.php(590): LimeMailer->Send() 585 if (empty($this->AltBody)) { 586 $html = new \Html2Text\Html2Text($this->Body); 587 $this->AltBody = $html->getText(); 588 } 589 } 590 return $this->Send(); 591 } 592 593 /** 594 * @inheritdoc 595 * Disable all sending in demoMode |
#4 |
+
–
/home/www/share/library/plugins/surveyChaining/surveyChaining.php(1006): LimeMailer->sendMessage() 1001 'token' => $oToken->token, 1002 'lang'=> $oToken->language, 1003 'srid' => $srid 1004 ) 1005 ); 1006 $success = $mailer->sendMessage(); 1007 if ($success) { 1008 /* @todo did we need to test sent ? */ 1009 $oToken->sent = dateShift(date("Y-m-d H:i:s"), "Y-m-d H:i", App()->getConfig("timeadjust")); 1010 $oToken->save(); 1011 return true; |
#5 |
+
–
/home/www/share/library/plugins/surveyChaining/surveyChaining.php(830): surveyChaining->sendSurveyChainingTokenEmail() 825 if($nextMessage==='') { 826 $nextMessage = 'invite'; 827 } 828 829 if($this->_hasTokenTable($oNextSurvey->sid) && !$oNextSurvey->getIsAnonymized() && $oToken) { 830 if($this->sendSurveyChainingTokenEmail($nextSurvey,$oToken,$nextMessage,$oResponse->id)) { 831 // All done 832 } 833 return; 834 } 835 if($this->_reloadAnyResponseExist()) { |
#6 |
unknown(0): surveyChaining->afterSurveyComplete()
|
#7 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/libraries/PluginManager/PluginManager.php(269): call_user_func() 264 if ( 265 !$event->isStopped() 266 && (empty($target) || in_array(get_class($subscription[0]), $target)) 267 ) { 268 $subscription[0]->setEvent($event); 269 call_user_func($subscription); 270 } 271 } 272 } 273 274 return $event; |
#8 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/helpers/SurveyRuntimeHelper.php(1302): LimeSurvey\PluginManager\PluginManager->dispatchEvent() 1297 $event = new PluginEvent('afterSurveyComplete'); 1298 if ($surveyActive && isset($_SESSION[$this->LEMsessid]['srid'])) { 1299 $event->set('responseId', $_SESSION[$this->LEMsessid]['srid']); 1300 } 1301 $event->set('surveyId', $this->iSurveyid); 1302 App()->getPluginManager()->dispatchEvent($event); 1303 foreach ($event->getAllContent() as $blockData) { 1304 /* @var $blockData PluginEventContent */ 1305 $blocks[] = CHtml::tag('div', array('id' => $blockData->getCssId(), 'class' => $blockData->getCssClass()), $blockData->getContent()); 1306 } 1307 } |
#9 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/helpers/SurveyRuntimeHelper.php(217): SurveyRuntimeHelper->moveSubmitIfNeeded() 212 // TODO: move somewhere else 213 $this->setNotAnsweredAndNotValidated(); 214 } else { 215 $this->setPreview(); 216 } 217 $this->moveSubmitIfNeeded(); 218 $this->setGroup(); 219 $this->fixMaxStep(); 220 221 //****************************************************************************************************** 222 //PRESENT SURVEY |
#10 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/controllers/survey/index.php(619): SurveyRuntimeHelper->run() 614 unset($redata); 615 $redata = compact(array_keys(get_defined_vars())); 616 Yii::import('application.helpers.SurveyRuntimeHelper'); 617 $tmp = new SurveyRuntimeHelper(); 618 // try { 619 $tmp->run($surveyid, $redata); 620 // } catch (WrongTemplateVersionException $ex) { 621 // echo $ex->getMessage(); 622 // } 623 } 624 |
#11 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/application/controllers/survey/index.php(22): Index->action() 17 public $oTemplate; 18 19 public function run() 20 { 21 useFirebug(); 22 $this->action(); 23 } 24 25 public function action() 26 { 27 global $surveyid; |
#12 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/actions/CAction.php(76): Index->run() 71 { 72 $method=new ReflectionMethod($this, 'run'); 73 if($method->getNumberOfParameters()>0) 74 return $this->runWithParamsInternal($this, $method, $params); 75 76 $this->run(); 77 return true; 78 } 79 80 /** 81 * Executes a method of an object with the supplied named parameters. |
#13 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/CController.php(308): CAction->runWithParams() 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 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/CController.php(286): CController->runAction() 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 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/CController.php(265): CController->runActionWithFilters() 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 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/CWebApplication.php(282): CController->run() 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))); |
#17 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/vendor/yiisoft/yii/framework/web/CWebApplication.php(141): CWebApplication->runController() 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. |
#18 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/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 /** |
#19 |
+
–
/home/www/demonstrations/master.sondages.pro/htdocs/index.php(192): CApplication->run() 187 require_once APPPATH . 'core/LSYii_Application' . EXT; 188 189 $config = require_once(APPPATH . 'config/internal' . EXT); 190 191 Yii::$enableIncludePath = false; 192 Yii::createApplication('LSYii_Application', $config)->run(); 193 194 /* End of file index.php */ 195 /* Location: ./index.php */ |