[Tickets #4045] FBView not shown ...
    bugs@bugs.horde.org 
    bugs at bugs.horde.org
       
    Thu Jun 15 12:07:43 PDT 2006
    
    
  
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4045
-----------------------------------------------------------------------
 Ticket             | 4045
 Updated By         | Chuck Hagenbuch <chuck at horde.org>
 Summary            | FBView not shown ...
 Queue              | Kronolith
 Version            | 2.1.1
-State              | Unconfirmed
+State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------
Chuck Hagenbuch <chuck at horde.org> (2006-06-15 12:07) wrote:
Can you put a var_dump($member) right before the line where it's dying? Any
idea where the bad data is coming from?
Actually, more useful would be if you modified the addRequiredMember
function in FBView.php to look like this (assuming your php is new enough to
have debug_backtrace):
    function addRequiredMember($vFreebusy)
    {
        if (!is_object($vFreebusy)) var_dump(debug_backtrace());
        $this->_requiredMembers[] = Util::cloneObject($vFreebusy);
    }
    
    
More information about the bugs
mailing list