| Summary | php error on new message with request_read_receipt |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 09/30/2011 (5149 days ago) |
| Due | |
| Updated | 09/30/2011 (5149 days ago) |
| Assigned | |
| Resolved | 09/30/2011 (5149 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
Bug #10579: Fix setting MDN flag on sent message after compose3 files changed, 5 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/47976ef30000336f67da407066f6dcb533b31632
sorry, error occurs on line 1338, not 1358.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ php error on new message with request_read_receipt
Type ⇒ Bug
State ⇒ Unconfirmed
and send.
HORDE [imp] PHP ERROR: strcasecmp() expects parameter 1 to be string,
array given [pid 26057 on line 1358 of
"/usr/share/pear/Horde/Imap/Client/Socket.php"]
I've added the following code Horde/Imap/Client/Socket.php:1358
++ if (!is_string($val)) { horde::debug($val);}
2011-09-30T10:36:49+02:00 DEBUG: Variable information:
array(1) {
[0]=>
string(8) "$mdnsent"
}
Backtrace:
1. IMP_Ajax_Application->doAction()
/var/vweb/horde/horde/services/ajax.php:60
2. Horde_Core_Ajax_Application->doAction()
/var/vweb/horde/horde/imp/lib/Ajax/Application.php:75
3. call_user_func() /usr/share/pear/Horde/Core/Ajax/Application.php:95
4. IMP_Ajax_Application->sendMessage()
5. IMP_Compose->buildAndSendMessage()
/var/vweb/horde/horde/imp/lib/Ajax/Application.php:1604
6. IMP_Imap->append() /var/vweb/horde/horde/imp/lib/Compose.php:736
7. IMP_Imap->__call() /var/vweb/horde/horde/imp/lib/Compose.php:736
8. call_user_func_array() /var/vweb/horde/horde/imp/lib/Imap.php:338
9. Horde_Imap_Client_Base->append()
10. Horde_Imap_Client_Socket->_append()
/usr/share/pear/Horde/Imap/Client/Base.php:1417
11. Horde::debug() /usr/share/pear/Horde/Imap/Client/Socket.php:1358