6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
9/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10017] applications are incorrectly "polled" even if they are not installed
*
Your Email Address
*
Spam protection
Enter the letters below:
__.. .. . . . (__ |__|| | | | .__)| ||___|/\|\__|
Comment
>>> Correct me if I'm wrong but this code always marks 'heading' and >>> 'sidebar' applications as active, no? >>> >>> } elseif ($app['status'] == 'heading' || >>> $app['status'] == 'sidebar') { >>> continue; >>> } >> >> Yes - that is correct. >> >> But again, this should not matter. Because in the sidebar generation >> code, this happens: >> >> case 'sidebar': >> try { >> $registry->callAppMethod($params['app'], >> 'sidebarCreate', array('args' => array($this->_tree, >> empty($params['menu_parent']) ? null : $params['menu_parent'], >> isset($params['sidebar_params']) ? $params['sidebar_params'] : >> array()))); >> } catch (Horde_Exception $e) { >> if ($e->getCode() != Horde_Registry::NOT_ACTIVE) { >> Horde::logMessage($e, 'ERR'); >> } >> } >> >> callAppMethod() should immediately fail because the application >> ($params['app']) is not active. > > It's not failling here. I've determined that entry point for the > error is hasPermission check some lines sooner. Also I've modified > callAppMethod to log the method which is called and got > "authAuthenticateCallback" in all five logged cases. Further > debugging is really over my head here. > >> So once again, the question remains: why is this Exception returning >> something other than Horde_Registry::NOT_ACTIVE for you? Because >> this is what is broken, not anything dealing with marking 'sidebar' >> registry blocks active or inactive. > > Again this doesn't happen on that particular Exception.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers