[Tickets #3304] Registry losing applications after api calls from configuration screens

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Jan 19 09:29:20 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: https://dev.horde.org/horde/whups/ticket/?id=3304
-----------------------------------------------------------------------
 Ticket             | 3304
 Updated By         | Michael Rubinsky <mrubinsk at horde.org>
 Summary            | Registry losing applications after api calls from configuration screens
 Queue              | Horde Framework Packages
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 1. Low
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


Michael Rubinsky <mrubinsk at horde.org> (2006-01-19 09:29) wrote:

Ok. So far:

In admin/setup/config.php we unset($_SESSION['_registrycache']) after the
new config file is written to disk.  Checking the value of
$_SESSION['_registrycache'] at the end of the page verifies it is indeed
unset when the page is completed.

Now, when we try to load any other page: 
In framework/Horde/Horde/Registry.php, in the constructor function for
Registry, we check if the registrycache is there or not.  Checking the value
of $_SESSION['registrycache'] at this point shows that it is not empty, but
only contains the [_confCache] array, and nothing more...so the
$this->applications variable never gets populated.

For now, just commenting out the line where we unset the session variable
fixes this...I'll continue to try to track this down, but any help in
pointing me to a place to look would be appreciated!!

Thanks.




More information about the bugs mailing list