Summary | Basic view: Crash on mailbox delete / rename |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 03/03/2014 (4164 days ago) |
Due | |
Updated | 03/04/2014 (4163 days ago) |
Assigned | 03/03/2014 (4164 days ago) |
Resolved | 03/04/2014 (4163 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
#13000#12998#12999Just a guess though. It's fixed anyway :)
#13000#12998State ⇒ Resolved
was fixed by the earlier commit for
#13000Thanks!
Assigned to Michael Slusarz
State ⇒ Feedback
found) when I try to delete a folder.
I selected in the popup.
commit ae66256416ddd4db3ffeff474a8f3c104ddd96d9
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Mar 3 12:24:45 2014 -0700
Bug #13008: Fix renameimp/lib/Ftree.php | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/ae66256416ddd4db3ffeff474a8f3c104ddd96d9
commit b3a1098975068d5b4e1c5b8a51afa820f3dae149
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Mar 3 12:17:21 2014 -0700
Bug #13008: fix global usageimp/lib/Imap.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/b3a1098975068d5b4e1c5b8a51afa820f3dae149
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Basic view: Crash on mailbox delete / rename
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the mailbox delete / rename folder action is currently crashing:
[Mon Mar 03 11:29:59 2014] [error] [client 172.16.1.253] PHP Fatal
error: Call to a member function getInstance() on a non-object in
/datastore/DEVEL/horde/imp/lib/Imap.php on line 731, referer:
https://172.16.1.123/horde/imp/basic.php?Horde=jf96nm905ohak09ercalh13fq6&page=folders&token=1ONAcdrxcYCqXA9mSJkmxA2
-> "global $injector" is missing in the function.
Though I get an error message from the IMAP server (INBOX/xxx not
found) when I try to delete a folder.
Rename is even funnier, it always shows a different folder name than I
selected in the popup.
So I guess a more thorough fix is needed than to add "global $injector" ;)
Thomas