[Tickets #13978] Re: Endless loop in Kronolith Web GUI
noreply at bugs.horde.org
noreply at bugs.horde.org
Wed May 6 14:27:24 UTC 2015
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/13978
------------------------------------------------------------------------------
Ticket | 13978
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Endless loop in Kronolith Web GUI
Queue | Kronolith
Version | 4.2.6
Type | Bug
-State | Unconfirmed
+State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2015-05-06 14:27) wrote:
It looks like some client code is trying to access an invalid property
of the date object. Unfortunately if there is no stack trace in your
log you will have to find out where this is coming from on your own.
You can try something like this in Date.php directly before line 561:
if (!in_array($name), array('year', 'month', 'mday', 'hour', 'min',
'sec', 'timezone')) {
Horde::debug($name);
}
This will output a stack trace to a file name horde_debug.txt in your
tmp directory.
More information about the bugs
mailing list