[Tickets #12103] Re: Blank page on browsing turba address books
noreply at bugs.horde.org
noreply at bugs.horde.org
Sun Mar 10 01:28:33 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12103
------------------------------------------------------------------------------
Ticket | 12103
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Blank page on browsing turba address books
Queue | Turba
Version | 4.0.3
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners | Michael Rubinsky, Michael Slusarz
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-03-09 18:28) wrote:
This truly makes zero sense. Especially since no developer can reproduce.
Only one thing I can think of:
This is being called in a shutdown function so, for some reason,
$GLOBALS['injector'] has already been destroyed. But this doesn't
make any sense because we Horde_Injector doesn't contain a
__destruct() call. And the global registry object still exists.
Somebody is going to have to provide some kind of backtrace for us to
even begin to do anything else with this ticket. Maybe injector is
not empty? So try replacing the empty($GLOBALS['injector']) check
with a !is_object($GLOBALS['injector']) check.
More information about the bugs
mailing list