[Tickets #12103] Re: Blank page on browsing turba address books
noreply at bugs.horde.org
noreply at bugs.horde.org
Sat Mar 9 21:03:06 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 | arjen+horde at de-korte.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
------------------------------------------------------------------------------
arjen+horde at de-korte.org (2013-03-09 21:03) wrote:
> That makes no sense either. Regardless, don't put it at the
> beginning of the method put it right after line 75 (inside the if
> statement) but before the $GLOBALS['injector']->getInstance(......
> line.
73 /* Chicken/egg: we must wait until we have basic
framework setup
74 * before we can start logging. Otherwise, queue entries. */
75 if (Horde_Core_Factory_Logger::available()) {
76 if (empty($GLOBALS['injector'])) {
77 Horde::debug('WTF???');
78 }
79
$GLOBALS['injector']->getInstance('Horde_Log_Logger')->log($event,
$priority, $options);
80 } else {
81 Horde_Core_Factory_Logger::queue($event,
$priority, $options);
82 }
> Also, make sure your configured tmp directory is writable by the webserver.
# ls -l /tmp/horde_debug.txt
-rw------- 1 wwwrun www 0 Mar 9 19:19 /tmp/horde_debug.txt
I know it is writeable because a left-over Horde::debug statement in
the ActiveSync code caused /tmp/horde_debug.txt to be spammed with
messages a few weeks ago.
Now nothing is being logged.
More information about the bugs
mailing list