[horde] horde.php and conf.php - db connect error

Henry Blackman h.blackman at chester.ac.uk
Thu Aug 7 07:13:30 PDT 2003


----- Original Message ----- 
From: "Adrian DeBoer" <stud_muffin_540 at yahoo.com>
To: <horde at lists.horde.org>
Sent: Thursday, August 07, 2003 3:08 PM
Subject: Re: [horde] horde.php and conf.php - db connect error


> > Yes, you set the password to '*******'! Try reading
> > some of what you're posting
> > to us!
>
> Ok....thanks Chuck.  I've been told other things by
> other people that I should try the actual password in
> plain text.
>
> So....I uncommnented out the password to now read the
> ***** one instead of the horde one....see below.
>
> // An array holding any parameters that the Auth
> object will need to
> // function correctly.
> $conf['auth']['params'] = array();
> $conf['auth']['params']['phptype'] = 'mysql';
> $conf['auth']['params']['hostspec'] = 'localhost';
> $conf['auth']['params']['username'] = 'horde';
> $conf['auth']['params']['password'] = '*****';
> //$conf['auth']['params']['password'] = 'horde';
> $conf['auth']['params']['database'] = 'horde';
> $conf['auth']['params']['table'] = 'horde_users';
>
> Now that I have made that change - I now get the error

You've got the password line (that contains your correct password) commented
out, and the ***** password line uncommented.  Switch the comment hashes and
they should work (assuming there are no other errors).

Henry




More information about the horde mailing list