Summary | delete message warnings |
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 | 03/02/2011 (5238 days ago) |
Due | |
Updated | 03/03/2011 (5237 days ago) |
Assigned | |
Resolved | 03/03/2011 (5237 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Bug #9615: Fix variable namehttp://git.horde.org/horde-git/-/commit/543ba3fe446447834312047e000563541f9245a1
Bug #9615: Remove reference to variable that may not existhttp://git.horde.org/horde-git/-/commit/f863b78f3b53dc0aaf1c0b163af2057db72c0873
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ delete message warnings
Type ⇒ Bug
State ⇒ Unconfirmed
$_prefs['subscribe']['value'] = 0;
$_prefs['use_trash']['value'] = 1;
$_prefs['mailbox_return']['value'] = 1;
login, go to Inbox, mark a message and click on "Delete". The message
is delete (moved to trash) but I get the following errors/warnings in
horde.log
2011-03-02T09:34:32+01:00 DEBUG: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 9700 on line 1484 of
"/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php"]
2011-03-02T09:34:32+01:00 DE
BUG: 1. IMP_Message->delete()/var/www/html/hordetest/imp/mailbox.php:139
2. IMP_Imap->copy() /var/www/html/hordetest/imp/lib/Message.php:232
3. IMP_Imap->__call() /var/www/html/hordetest/imp/lib/Message.php:232
4. call_user_func_array() /var/www/html/hordetest/imp/lib/Imap.php:351
5. Horde_Imap_Client_Base->copy()
6. Horde_Imap_Client_Socket->_copy()
/var/www/html/hordetest/libs/Horde/Imap/Client/Base.php:2173
7. Horde_Imap_Client_Base->expunge()
/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php:2988
8. Horde_Imap_Client_Socket->_expunge()
/var/www/html/hordetest/libs/Horde/Imap/Client/Base.php:1489
9. Horde::errorHandler()
/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php:1484
login, go to Inbox, open a message and click on "Delete". The message
is delete (moved to trash) but I get the following errors/warnings in
horde.log
2011-03-02T09:40:12+01:00 DEBUG: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 9700 on line 1484 of
"/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php"]
2011-03-02T09:40:12+01:00 DE
BUG: 1. IMP_Message->delete()/var/www/html/hordetest/imp/message.php:93
2. IMP_Imap->copy() /var/www/html/hordetest/imp/lib/Message.php:232
3. IMP_Imap->__call() /var/www/html/hordetest/imp/lib/Message.php:232
4. call_user_func_array() /var/www/html/hordetest/imp/lib/Imap.php:351
5. Horde_Imap_Client_Base->copy()
6. Horde_Imap_Client_Socket->_copy()
/var/www/html/hordetest/libs/Horde/Imap/Client/Base.php:2173
7. Horde_Imap_Client_Base->expunge()
/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php:2988
8. Horde_Imap_Client_Socket->_expunge()
/var/www/html/hordetest/libs/Horde/Imap/Client/Base.php:1489
9. Horde::errorHandler()
/var/www/html/hordetest/libs/Horde/Imap/Client/Socket.php:1484
2011-03-02T09:40:12+01:00 DEBUG: HORDE [imp] PHP ERROR: Undefined
variable: mbox [pid 9700 on line 633 of
"/var/www/html/hordetest/imp/lib/Mailbox/List.php"]
2011-03-02T09:40:12+01:00 DE
BUG: 1. IMP_Message->delete()/var/www/html/hordetest/imp/message.php:93
2. IMP_Mailbox_List_Track->removeMsgs()
/var/www/html/hordetest/imp/lib/Message.php:236
3. IMP_Mailbox_List->removeMsgs()
/var/www/html/hordetest/imp/lib/Mailbox/List/Track.php:172
4. Horde::errorHandler() /var/www/html/hordetest/imp/lib/Mailbox/List.php:633