Package: imp3 Version: 3.2.6-3 Severity: normal The exact error is something about $this not being an object. The first step in fixing this is to change line 162 from if (!isset($this->mailRFC822)) { to if (!is_object($this) || !isset($this->mailRFC822)) { ... This allows you to send email again. But, there are still some warnings that follow the compose.
I didn't get the warnings on my most recent reproduce-it attempt, so I will leave it for another day. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (250, 'testing'), (50, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages imp3 depends on: ii apache2 2.0.53-4 next generation, scalable, extenda ii apache2-mpm-prefork [httpd] 2.0.53-4 traditional model for Apache2 ii debconf 1.4.40 Debian configuration management sy ii exim4 4.34-10 An MTA (Mail Transport Agent) ii exim4-daemon-heavy [mail-tran 4.34-10 Exim (v4) with extended features, ii gettext 0.14.1-7 GNU Internationalization utilities ii horde2 2.2.7-4 The Horde Web Application Suite ii make 3.80-9 The GNU version of the "make" util ii perl 5.8.4-6 Larry Wall's Practical Extraction ii php4-cgi 4:4.3.10-2 server-side, HTML-embedded scripti ii php4-imap 4:4.3.10-2 IMAP module for php4 ii turba 1.2.2-3 A web based contact manager ii wwwconfig-common 0.0.42 Debian web auto configuration -- debconf information excluded -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]