[kronolith] remote calendars..

Liam Hoekenga liamr at umich.edu
Thu Mar 11 22:38:43 PST 2004


> > [Thu Mar 11 14:47:37 2004] [error] PHP Fatal error:  Call to a member
> > function on a non-object in
> > /usr/local/projects/horde/html-ssl/horde/kronolith/lib/Kronolith.php
> > on line 419
>
> Any chance you can give me a line number with current CVS, or with some
> context/what function is there?

$Horde: kronolith/lib/Kronolith.php,v 1.182 2004/03/04 04:17:43 chuck Exp $
it's in the listEvents function...
...
        /* Remote Calendars. */
        foreach ($GLOBALS['display_remote_calendars'] as $url) {
            $events = Kronolith::listRemoteEvents($url);
            foreach ($events as $event) {
                // Event is not in period
419              if ($event->getEndTimestamp() < $startOfPeriodTimestamp ||
                    $event->getStartTimestamp() > $endOfPeriodTimestamp) {
                    continue;
                }
...

If it's any matter, I've been trying to get this working for a week or so
now..

thanks much!
Liam


More information about the kronolith mailing list