Summary | Undefined index: in /var/www/html/horde/imp/lib/Mailbox.php on line 736 |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | vilius (at) lnk (dot) lt |
Created | 01/02/2007 (6840 days ago) |
Due | |
Updated | 01/04/2007 (6838 days ago) |
Assigned | 01/02/2007 (6840 days ago) |
Resolved | 01/03/2007 (6839 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
New Attachment: Mailbox.php.patch
State ⇒ Resolved
this would not work is if the cache files are off. As mentioned
before, it really doesn't matter whether this index exists or not - as
long as it doesn't exist at the end of the unset() call, that is all
we care about. So silencing the error message turns out to be just
fine here.
State ⇒ Assigned
Seems like it happens on expunge:
"GET
/horde/imp/mailbox.php?actionID=expunge_mailbox&page=1&mailbox=INBOX
HTTP/1.1"
with it so now I know that I need to clear the cache before reporting :)
files lying around that may be out-of-date due to code changes in IMP.
We could obviously simply silence the call on line 736 (it is, after
all, just an unset() call and it doesn't really matter if the data
previously existed or not), but I'd also like to know why it is
failing at this point - or else we are simply doing a "turn up the
radio if your car is making funny sounds" fix.
State ⇒ Feedback
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ Undefined index: in /var/www/html/horde/imp/lib/Mailbox.php on line 736
Type ⇒ Bug
PHP Notice: Undefined index: in
/var/www/html/horde/imp/lib/Mailbox.php on line 736
in apache logs. Unfortuanelly I haven't seen this message by myself,
so can't say when it happens.