Summary | FBView not shown ... |
Queue | Kronolith |
Queue Version | 2.1.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | |
Requester | herde (at) tu-harburg (dot) de |
Created | 06/15/2006 (6965 days ago) |
Due | |
Updated | 06/17/2006 (6963 days ago) |
Assigned | 06/15/2006 (6965 days ago) |
Resolved | 06/17/2006 (6963 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Thank your for your kind advice
Michael
least get a more helpful error message now.
This is the html output:
array(1) { [0]=> array(6) { ["file"]=> string(42)
"/srv/webmail/horde/kronolith/attendees.php" ["line"]=> int(129)
["function"]=> string(17) "addRequiredMember" ["class"]=> string(27)
"Kronolith_FreeBusy_View_day" ["type"]=> string(2) "->" ["args"]=>
array(1) { [0]=> &string(0) "" } } }
Of course i have no idea where the bad data comes from. I even deleted
all the events in the table kronolith_events but it didn't make a difference.
Seemingly the fb.php for the default calender of this user dosn't work at
all. This is what i observed. I tried to delete all calendars of this user
to create a new one. But deletion failed with the message:
! The calendar "rztmh" cannot be deleted.
I don't know why ... maybe its a confusion in the database.
State ⇒ Feedback
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);
}
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ FBView not shown ...
Queue ⇒ Kronolith
State ⇒ Unconfirmed
Kronolith: H3 (2.1.1)
while creating a new event and try to edit attendees the FBView is not
shown but the page leaves empty. This only happens with one
authenticated user - others are working like expected.
In the apaches error log i find:
PHP Fatal error: Call to a member function
getBusyPeriods() on a non-object in
/srv/webmail/horde/kronolith/lib/FBView.php on line 90