7 messages in com.mysql.lists.eventum-usersRe: Error on Associate Emails screen
FromSent OnAttachments
Rusty Nejdl30 Sep 2005 13:23 
Bryan Alsdorf04 Oct 2005 22:24 
Rusty Nejdl12 Oct 2005 10:16 
Rusty Nejdl13 Oct 2005 07:02 
Bryan Alsdorf13 Oct 2005 08:57 
Rusty Nejdl17 Oct 2005 07:35 
Bryan Alsdorf17 Oct 2005 08:30 
Subject:Re: Error on Associate Emails screen
From:Rusty Nejdl (rne@ringofsaturn.com)
Date:10/13/2005 07:02:29 AM
List:com.mysql.lists.eventum-users

Bryan,

In class.mail.php, in the getAddressInfo method add the follwing code:

if (PEAR::isError($t)) { echo "<pre>";print_r(debug_backtrace());echo "</pre>"; }

after "$t = Mail_RFC822::parseAddressList($address);" and revert your previous change to the support class. This should print out a stack trace that will let me figure out what is going on.

Best Regards, /bryan

The error just occurred again:

Fatal error: Cannot use object of type PEAR_Error as array in /usr/local/www/data/eventum/include/class.mail.php on line 233

I commented out line 1077 again and the error went away. For some reason, your debug code never printed anything to the website. Ideas on other places we can add some debug code?

Rusty