[kronolith] Still not able to get kronolith working.

Paul Cooper pgc@ucecom.com
04 Dec 2001 16:53:05 -0500


On Tue, 2001-12-04 at 11:32, Christopher Crowley wrote:
> 
> > These examples are for the mcal driver. You need sql params - they pretty
> much
> > look like the sql preferences configuration, etc.
> >
> 
> Is this the param structure you refer to?

It should look something like this

$conf['calendar']['driver'] = 'sql';

$conf['calendar']['params'] = array();
$conf['calendar']['params']['phptype'] = 'mysql';
$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';


where you fill in your settings for hostspec username password and
database

Paul

> $conf['calendar'] = array(
>         'driver' => _("sql"),
>         'params' => array(
>                         'username' => _("kronolith"),
>                         'password' => _("actualpasswd")));
> 
> I am hesitatant to test this, because my configuration attempts yesterday
> caused a panic in MySQL (and a skyrocketing load average), which interfered
> with my production IMP, much to 3K people's chagrin. There is an infinite
> loop which is getting created between kronolith and horde.
> 
> I've added this to kronolith/lib/base.php to help stop whatever race
> condition might occur. But I'm still gunshy due to yesterday's experience.
> 
> // Don't allow access unless there is a Horde login
> // The line below is used to test problem with kronolith ccrowley 11.15.01
> var_dump(Auth::getAuth());
> 
> 
> 
> 
> 
> -- 
> Kronolith mailing list: http://horde.org/kronolith/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: kronolith-unsubscribe@lists.horde.org