Summary | Error in Compose.php related to Outgoing Mail Logging |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | rick (at) emery (dot) homelinux (dot) net |
Created | 09/13/2008 (6114 days ago) |
Due | |
Updated | 09/15/2008 (6112 days ago) |
Assigned | 09/14/2008 (6113 days ago) |
Resolved | 09/15/2008 (6112 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Michael Slusarz
State ⇒ Resolved
http://cvs.horde.org/diff.php/imp/lib/Compose.php?r1=1.385&r2=1.386&ty=u
this feature requires the sentmail functionality.
Assigned to Michael Slusarz
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Error in Compose.php related to Outgoing Mail Logging
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
only just had time to research it.
When sending a message, though it is sent successfully, the
confirmation screen (activated in prefs) displays:
Undefined index: params in horde/imp/Compose.php on line 1023
On that line, it uses $conf['sentmail']['params']['limit_period'], but
it looks like the 'params' array is not created in conf.php if
$conf['sentmail']['driver'] is set to 'None' (which, in my
installation, it is :-)