| 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 | 9/13/08 (6409 days ago) |
| Due | |
| Updated | 9/15/08 (6407 days ago) |
| Assigned | 9/14/08 (6408 days ago) |
| Resolved | 9/15/08 (6407 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 :-)