Advertisement

06.08.2005 at 08:43PM PDT, ID: 21451918
[x]
Attachment Details

PHP Mailer : Mailer Error: Language string failed to load: instantiate

Asked by skylabel in PHP Scripting Language

Tags: string, failed, language, instantiate, load

Hi,
Strange problem here. I have installed (for months) on my local server php, mysql & phpMyAdmin using AppServ ver 2.4. Now I've also used the php mailer in the past to send out emails. In fact I sent one out yesterday..Now for some reason I get the following error. I haven't changed anything on the server or the php mailer script....

Mailer Error: Language string failed to load: instantiate

Here is my script
<?
 require "class.phpmailer.php";
  $mail = new PHPMailer();
  $mail->PluginDir = "phpmailer/";
  $mail->From = "faz@domain.com";
  $mail->FromName = "ifaz";
  $mail->AddAddress("info@domain.com", "info");
  $mail->AddReplyTo("faz@domainl.com");
  $mail->Subject = "test";
  $mail->IsHtml(true);
  $mail->Body = "<html><body>HELLO THERE</body></html>";
  $mail->AltBody = "you email client is HTML disabled";
  if(!$mail->Send()) {
     //echo "Message was not sent";
     echo "Mailer Error: " . $mail->ErrorInfo;
  }    
  else {
     echo "Message has been sent";
  }

?>

Pls help....It's super-frustrating when I know I didn't change anything. Thanks.Start Free Trial
 
Keywords: PHP Mailer : Mailer Error: Language …
 
Loading Advertisement...
 
[+][-]06.08.2005 at 09:00PM PDT, ID: 14176636

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.08.2005 at 09:39PM PDT, ID: 14176760

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.08.2005 at 09:46PM PDT, ID: 14176785

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.08.2005 at 09:48PM PDT, ID: 14176792

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.08.2005 at 10:03PM PDT, ID: 14176841

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.08.2005 at 10:42PM PDT, ID: 14176929

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]06.09.2005 at 08:40AM PDT, ID: 14180875

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: PHP Scripting Language
Tags: string, failed, language, instantiate, load
Sign Up Now!
Solution Provided By: davebytes
Participating Experts: 3
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32