[Tickets #9615] delete message warnings
bugs at horde.org
bugs at horde.org
Wed Mar 2 08:51:39 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9615
------------------------------------------------------------------------------
Ticket | 9615
Created By | rsalmon at mbpgroup.com
Summary | delete message warnings
Queue | IMP
Version | Git master
Type | Bug
State | Unconfirmed
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
rsalmon at mbpgroup.com (2011-03-02 08:51) wrote:
using traditional mode, courier-imap,
$_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 DEBUG: 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 DEBUG: 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 DEBUG: 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
More information about the bugs
mailing list