[horde] Horde 3.1, memcache sessionhandler, sidebar, and flock()

Chuck Hagenbuch chuck at horde.org
Wed Dec 27 21:18:05 PST 2006


Quoting Chris Stromsoe <cbs at cts.ucla.edu>:

> The blocks that I'm showing are
>
>  imp-folders
>  kronolith-alarms
>  kronolith-menu
>
>
> Modifying the if/else block to be
>
>     if ($params['status'] == 'block') {
>         $block = &Horde_Block_Collection::getBlock($params['app'],
> $params['blockname']);
>         if (is_a($block, 'PEAR_Error')) {
>             Horde::fatal($block, __FILE__, __LINE__);
>         }
>         if ($app != 'kronolith-alarms')
>             $block->buildTree($tree, 0,
>                               isset($params['menu_parent']) ?
>                               $params['menu_parent'] : null);
>     } else {
>
> also lets the sidebar load.

So, can you trace further into kronolith/lib/Block/tree_alarms.php to  
see which part of that code causes the problem?

-chuck

--
"we are plastered to the windshield of the bus that is time." - Chris


More information about the horde mailing list