configuring kronolith for use w/ sql

Liam Hoekenga liamr@umich.edu
Tue, 18 Sep 2001 00:01:33 -0400


Hey -

trying to get kronolith working with sql.. i didn't find anything blatant in 
the archives talking about configuration... so this is what i tried...

$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params'] = array();
$conf['calendar']['params']['phptype'] = 'mysql';
$conf['calendar']['params']['hostspec'] = 'localhost';
$conf['calendar']['params']['protocol'] = '';
$conf['calendar']['params']['username'] = 'hordemgr';
$conf['calendar']['params']['password'] = 'BLAHBLAHBLAH';
$conf['calendar']['params']['database'] = '';
$conf['calendar']['params']['table'] = 'kronolith_events';
$conf['calendar']['params']['options'] = '';
$conf['calendar']['params']['tty'] = '';
$conf['calendar']['params']['port'] = '';

it failed spectacularly.  can anyone help me out here?

thanks
Liam