[horde] db connect error - Solved!

Adrian DeBoer stud_muffin_540 at yahoo.com
Thu Aug 7 09:57:55 PDT 2003


Thank-you everyone who contributed and replied to help
me troublshoot this problem I was having...!!!

How did I solve it:

As Eric suggested:

> Set up your $conf['prefs'] array like your
> $conf['auth'] array.

I'll add-in - Make sure that the ['calendar']
parameter for the username/password you ae using in
your $conf['prefs'] and $conf['prefs'] - must be all
the same!

See my example below:

In the /kronolith/config/conf.php

$conf['calendar']['params']['username'] = 'horde';
$conf['calendar']['params']['password'] = 'horde';

In /horde/config/horde.php - Preference system
settings:

$conf['auth']['params']['username'] = 'horde';
$conf['auth']['params']['password'] = 'horde';

$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'horde';

In the above examples - I am using the default
username/password - horde/horde that was created when
I ran the mysql_create.sql script...

Hopefully, this helps someone out down the road!

Adrian












__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com



More information about the horde mailing list