[kronolith] H3-RC1 Problems: Calendar Load/Add Item
Brandon Knitter
knitterb at blandsite.org
Sun Nov 21 11:40:32 PST 2004
Hmmm, I don't recall setting one up at all. Is there a default? Maybe I need
to configure one?
--
-bk
Quoting Chuck Hagenbuch <chuck at horde.org>:
> Quoting Brandon Knitter <knitterb at blandsite.org>:
>
> > I had an error just trying to get the calendar to load at all, and traced
> it
> > back to the need for a hook.php in my base horde config/ dir. I
> specifically
> > removed this hooks.php per the instructions.
> >
> > I found I had to insert the following to get the calendar to even load:
> >
> > if (!function_exists('_horde_hook_share_init')) {
> > function _horde_hook_share_init(&$share_object, $app)
> > {
> > if ($GLOBALS['conf']['kolab']['enabled']) {
> > require_once 'Horde/Kolab.php';
> > Kolab::synchroniseShares($share_object, $app);
> > }
> > }
> > }
> >
> > Now when I try to add a calendar item, it just keeps putting me back at
> the
> > month view. Weird! I tried hacking around in the addevent.php
> > script, with no luck! :(
>
> What datatree backend did you configure?
>
> -chuck
>
> --
> "But she goes not abroad in search of monsters to destroy." - John
> Quincy Adams
> --
> Kronolith mailing list - Join the hunt: http://horde.org/bounties/#kronolith
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe at lists.horde.org
>
>
More information about the kronolith
mailing list