| Summary | Mobile view (minimalistic): Lots of error messages |
| Queue | IMP |
| Queue Version | Git develop |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | thomas.jarosch (at) intra2net (dot) com |
| Created | 07/28/2012 (4851 days ago) |
| Due | |
| Updated | 08/29/2012 (4819 days ago) |
| Assigned | |
| Resolved | 07/30/2012 (4849 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
commit 1e801ecfcedc7816fd84480010748f311456e076
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 16:17:11 2012 -0600
Fix undefined errors in minimal view (
Bug #11323)framework/Core/lib/Horde/Script/List.php | 8 ++++++--
imp/lib/Minimal/Mailbox.php | 20 ++++++++++----------
imp/lib/Minimal/Message.php | 2 +-
imp/lib/Tree/Simplehtml.php | 2 +-
4 files changed, 18 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/1e801ecfcedc7816fd84480010748f311456e076
State ⇒ Resolved
commit 1e801ecfcedc7816fd84480010748f311456e076
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 16:17:11 2012 -0600
Fix undefined errors in minimal view (
Bug #11323)framework/Core/lib/Horde/Script/List.php | 8 ++++++--
imp/lib/Minimal/Mailbox.php | 20 ++++++++++----------
imp/lib/Minimal/Message.php | 2 +-
imp/lib/Tree/Simplehtml.php | 2 +-
4 files changed, 18 insertions(+), 14 deletions(-)
http://git.horde.org/horde-git/-/commit/1e801ecfcedc7816fd84480010748f311456e076
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Mobile view (minimalistic): Lots of error messages
Type ⇒ Bug
State ⇒ Unconfirmed
I can log in to the minimalistic mobile view but get a lot of error in
the logs:
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: vars [pid 15733 on line 41 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 15733 on line 41 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: vars [pid 15733 on line 69 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 15733 on line 69 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: vars [pid 15733 on line 100 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 15733 on line 100 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Undefined
variable: vars [pid 15733 on line 100 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
2012-07-28T17:19:51+02:00 NOTICE: HORDE [imp] PHP ERROR: Trying to get
property of non-object [pid 15733 on line 100 of
"/datastore/DEVEL/horde/imp/lib/Minimal/Mailbox.php"]
Sorry for filing so many bugs recently, I'm done with testing for today :)
Cheers,
Thomas