| Summary | error in compose.inc |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org, slusarz (at) horde (dot) org |
| Requester | amith (at) xalan (dot) com |
| Created | 12/15/05 (7499 days ago) |
| Due | |
| Updated | 12/15/05 (7499 days ago) |
| Assigned | 12/15/05 (7499 days ago) |
| Resolved | 12/15/05 (7499 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
reporting a bug, and better yet, follow the CVS list or check the
archives to make absolutely sure.
not an old version of a file causing the problem. I should have done
it again before creating the ticket. I'm also subscribed to the CVS
list but it took a little digging for me to figure out that it was in
Compose.php. Sorry for the inconvenience.
State ⇒ Not A Bug
reporting a bug, and better yet, follow the CVS list or check the
archives to make absolutely sure.
I must have grabbed CVS while it was in flux.
Assigned to Jan Schneider
Taken from
Assigned to
code out of compose.php in relation to the dimp work? I haven't been
tracking those changes too closely so someone that has been doing that
work (Jan, Marko) might be in a better position to look at this.
State ⇒ Assigned
I get the following output
array(6) {
["to"]=>
object(imp_headers)(9) {
["_agent"]=>
string(45) "Internet Messaging Program (IMP) H3 (4.2-cvs)"
["_obCache"]=>
array(0) {
}
["_headers"]=>
array(18) {
["received"]=>
array(3) {
["header"]=>
string(8) "Received"
["value"]=>
....
....
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ error in compose.inc
Queue ⇒ IMP
State ⇒ Unconfirmed
the applications. I receive the following error when I reply (or
reply to list) to a message. Reply to all works correctly.
Warning: htmlspecialchars() expects parameter 1 to be string, object
given in /home/www/html/horde/imp/templates/compose/compose.inc on
line 144
To get some more information I put a var_dump right before this on
$header['to'] and the object type is object(imp_headers) rather than
the "To" string that is expected. I can provide more information or
if someone can give me some more info on where to look I can do more
digging.