[kronolith] kronolith postgres config

Hans-Georg Fremann hannes.fremann at consol.de
Wed Sep 10 03:44:16 PDT 2003


Hello,

i'm trying to setup kronolith with postgresql on SuSE Linux 8.1 and getting
the follow error:

[kronolith] Unable to load the definition of Kronolith_Driver_. [on line 73 of
"/srv/www/htdocs/horde-2.2.3/kronolith-1.1/lib/Driver.php"]

postmaster is running and the db works fine.

My kronolith config:

/**
 ** Calendar Driver Settings
 **/

// What calendar backend is being used? Right now, the only options are
// 'mcal' and 'sql', but others may appear at some point in the future.
$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params']['phptype'] = 'pgsql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = ''
$conf['calendar']['params']['database'] = 'horde';
$conf['calendar']['params']['table'] = 'kronolith_events';

any help is appreciated !

/Hannes


More information about the kronolith mailing list