[Tickets #9431] Re: pref hook : Infinite Loop

bugs at horde.org bugs at horde.org
Wed Dec 8 09:44:26 UTC 2010


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

Ticket URL: http://bugs.horde.org/ticket/9431
------------------------------------------------------------------------------
  Ticket             | 9431
  Updated By         | rsalmon at mbpgroup.com
  Summary            | pref hook : Infinite Loop
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Resolved
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


rsalmon at mbpgroup.com (2010-12-08 04:44) wrote:

this doesn't work for me.

framework/Core/lib/Horde/Registry.php:1357
php seams to be running code up to $prefs->retrieve($app), but never returns.

here is the output of print_r($prefs) just before calling  
$prefs->retrieve($app) (login, wait 2 seconds and kill httpd) :
HORDE [imp] Horde_Prefs Object
(
     [_cache:protected] => Horde_Core_Prefs_Cache_Session Object
         (
             [_params:protected] => Array
                 (
                     [user] => rsalmon
                 )
         )
...
     [_storage:protected] => Array
         (
             [0] => Horde_Core_Prefs_Storage_Configuration Object
                 (
                     [hooks] => Array
                         (
                             [imp] => Array
                                 (
                                     [0] => search_sources
                                     ...
                                     [140] => search_sources
                                 )
                         )
                     [_params:protected] => Array
                         (
                             [user] => rsalmon
                         )
                 )
             [1] => Horde_Prefs_Storage_Sql Object
             ...
             [2] => Horde_Core_Prefs_Storage_Hooks Object
                 (
                     [_params:protected] => Array
                         (
                             [conf_ob] =>  
Horde_Core_Prefs_Storage_Configuration Object
                                 (
                                     [hooks] => Array
                                         (
                                             [imp] => Array
                                                 (
                                                     [0] => search_sources
                                                     ...
                                                     [140] => search_sources
                                                 )

                                         )

                                     [_params:protected] => Array
                                         (
                                             [user] => rsalmon
                                         )

                                 )

                             [user] => rsalmon
                         )










More information about the bugs mailing list