Guest User

Untitled

a guest
Oct 18th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. The error occurred on or near: /home/content/39/11476539/html/forums/library/vendors/phpmailer/class.phpmailer.php
  2. 817: }
  3. 818: }
  4. 819: $index++;
  5. 820: if (!$connection) {
  6. 821: throw new phpmailerException($this->Lang('connect_host'), self::STOP_SERVER);
  7. 822: }
  8. 823: }
  9. 824: } catch (phpmailerException $e) {
  10. 825: $this->smtp->Reset();
  11. Backtrace:
  12. [/home/content/39/11476539/html/forums/library/vendors/phpmailer/class.phpmailer.php:706] PHPMailer->SmtpConnect();
  13. [/home/content/39/11476539/html/forums/library/vendors/phpmailer/class.phpmailer.php:577] PHPMailer->SmtpSend();
  14. [/home/content/39/11476539/html/forums/library/core/class.email.php:202] PHPMailer->Send();
  15. [/home/content/39/11476539/html/forums/applications/dashboard/models/class.usermodel.php:2092] Gdn_Email->Send();
  16. [/home/content/39/11476539/html/forums/applications/dashboard/controllers/class.entrycontroller.php:1339] UserModel->SendEmailConfirmationEmail();
  17. [/home/content/39/11476539/html/forums/applications/dashboard/controllers/class.entrycontroller.php:1339] EntryController->EmailConfirmRequest();
  18. [/home/content/39/11476539/html/forums/library/core/class.dispatcher.php:322] PHP::call_user_func_array();
  19. [/home/content/39/11476539/html/forums/index.php:53] Gdn_Dispatcher->Dispatch();
Advertisement
Add Comment
Please, Sign In to add comment