From: Date: October 13 2005 4:02pm Subject: Re: Error on Associate Emails screen List-Archive: http://lists.mysql.com/eventum-users/2360 Message-Id: <29596.63.166.226.115.1129212171.squirrel@mail.ringofsaturn.com> MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit Bryan, >> >> In class.mail.php, in the getAddressInfo method add the follwing code: >> >> >> >> >> if (PEAR::isError($t)) { echo "
";print_r(debug_backtrace());echo
>> "
"; >> } >> >> >> >> 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