[kronolith] [Fwd: Re: Error retrieving free/busy information for ... : Not found]

Jan Schneider jan at horde.org
Sat Oct 22 02:45:13 PDT 2005


Zitat von gui <gui at function.com>:

> Hi All
>
> I found that the error was generated here in lib/Kronolith.php's
> getFreeBusy   function
> << // Check storage driver.
>        global $conf;
>        require_once KRONOLITH_BASE . '/lib/Storage.php';
>        $storage = &Kronolith_Storage::singleton();
>        $res = $storage->search($email);
>        if (!is_a($res, 'PEAR_Error') || $res->getCode() ==
> KRONOLITH_ERROR_FB_NOT_FOUND) {
>            return $res;
>        }
> >>
> The $res object is an error.
>
> I checked the kronolith_storage table and found that it was empty and
> didn't have a primary key defined.
> Is this normal?

Yes, this is only a fallback method if retrieving the f/b info from the 
url didn't work.

Jan.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/



More information about the kronolith mailing list