[Tickets #9767] Re: Login tasks don't work
bugs at horde.org
bugs at horde.org
Mon Oct 10 04:38:48 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9767
------------------------------------------------------------------------------
Ticket | 9767
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | Login tasks don't work
Queue | Horde Base
Version | Git master
Type | Bug
State | Feedback
Priority | 3. High
Milestone |
Patch |
-Owners |
+Owners | Horde Developers, Jan Schneider
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2011-10-09 22:38) wrote:
> After having updated now from git, I have added
> horde::debug($this->_tasks) to
> libs/Horde/LoginTasks/Tasklist.php:130 just before the "while" loop.
>
> attached is the log file.
Looks like you put the debug statement in the wrong location. From
your debug log:
6. Horde::debug()
/var/www/html/hordetest/libs/Horde/LoginTasks/Tasklist.php:102
You put the debug statement on line 102, in the ready() method (not
the needDisplay() method on line 130).
FWIW, your debug log looks exactly as expected.
More information about the bugs
mailing list