error sign in with facebook !!

edited July 2011 in Vanilla 2.0 - 2.8
error msg is



Fatal Error in Gdn_Email.Send();


Could not instantiate mail function.


The error occurred on or near:
*/home2/tebshebi/public_html/forum/library/core/class.email.php*

198: $this->FireEvent('SendMail');

199: }

200:

201: if (!$this->PhpMailer->Send()) {

202: throw new Exception($this->PhpMailer->ErrorInfo);

203: }

204:

205: return true;

206: }


*Backtrace:*

[/home2/tebshebi/public_html/forum/applications/dashboard/models/class.usermodel.php:1905] *Gdn_Email->Send();*

[/home2/tebshebi/public_html/forum/applications/dashboard/controllers/class.entrycontroller.php:481] *UserModel->SendWelcomeEmail();*

[/home2/tebshebi/public_html/forum/library/core/class.dispatcher.php:291] *EntryController->Connect();*

[/home2/tebshebi/public_html/forum/index.php:51] *Gdn_Dispatcher->Dispatch();*


Tagged:

Answers

  • ToddTodd Vanilla Staff
    You don't have your email set up correctly on your server. That's going to cause problems in general with Vanilla.

    What's with the double exclamation marks on your posts!!?
  • thnx alot, I reinstalled vanilla 2.0.17.10 and having no errors now
Sign In or Register to comment.