List:Eventum General Discussion« Previous MessageNext Message »
From:Bryan Alsdorf Date:October 17 2005 5:31pm
Subject:Re: Error on Associate Emails screen
View as plain text  
Rusty,

Rusty Nejdl wrote:
<snip>
> 
> Commenting out line 1077 in class.support.php still resolves this issue.

Thanks! That let me track down what the root problem was. The last email 
address you passed in above was invalid. The library was checking that 
the email addresses were valid and since one was, it was dieing. We 
don't need to check email addresses for validity at that point so I 
disabled the check. I also fixed another bug, only the first name/email 
address from that list of addresses would be displayed on the emails 
page instead of displaying all of them.

The solution for the first problem is to either keep commenting out that 
line (which isn't optimal but it works) or change 
Mail_API::getAddressInfo to use $t = 
Mail_RFC822::parseAddressList($address, null, null, false); instead of 
$t = Mail_RFC822::parseAddressList($address);

This and other changes will be in our next release.

Thanks for helping me track this down.

Best Regards,
-- 
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com

Are you MySQL certified?  www.mysql.com/certification
Thread
Error on Associate Emails screenRusty Nejdl30 Sep
  • Re: Error on Associate Emails screenBryan Alsdorf5 Oct
    • Re: Error on Associate Emails screenRusty Nejdl12 Oct
      • Re: Error on Associate Emails screenRusty Nejdl13 Oct
        • Re: Error on Associate Emails screenBryan Alsdorf13 Oct
          • Re: Error on Associate Emails screenRusty Nejdl17 Oct
            • Re: Error on Associate Emails screenBryan Alsdorf17 Oct