[Kolab-devel] Horde web client error: "Cannot instantiate non-existent class: kolab_cyrus"
Andreas Gungl
Andreas.Gungl at osp-dd.de
Tue Oct 12 11:21:33 CEST 2004
Hello,
I get the following error in my Kolab 2 apache-error.log:
[Tue Oct 12 11:14:04 2004] [error] PHP Fatal error: Cannot instantiate
non-existent class: kolab_cyrus
in /kolab/var/kolab/www/horde/config/hooks.php on line 708
The relevant code in that file is:
if (!function_exists('_imp_hook_mbox_icons')) {
function _imp_hook_mbox_icons()
{
require_once 'Horde/Kolab.php';
$kc = new Kolab_Cyrus($GLOBALS['conf']['kolab']['server']);
$mailboxes = $kc->listMailBoxes();
$newmailboxes = array();
...
I've searched for such a class in all php files on my machine, however I
cannot find it. What am I doing wrong?
Regards,
Andreas
More information about the devel
mailing list