[imp] Fw: failure notice

Rene Lund Jensen lundeman@tbkol.dk
Wed, 22 May 2002 14:58:50 +0200


You should change:

$conf['prefs']['driver'] = 'none';

to:

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

René Jensen
lundeman@tbkol.dk

----- Original Message -----
From: "eltonic40" <eltonic40@ecotech.com.lr>
To: "Odhiambo Washington" <wash@wananchi.com>
Cc: <imp@lists.horde.org>
Sent: Wednesday, May 22, 2002 11:51 AM
Subject: Re: [imp] Fw: failure notice


> > Have you configured your db, and therefore have lines like the ones
below
> in
> > horde.php??
> >
> >
> > //$conf['prefs']['driver'] = 'sql';
> > $conf['prefs']['params'] = array();
> > $conf['prefs']['params']['phptype'] = 'mysql';
> > $conf['prefs']['params']['hostspec'] = 'localhost';
> > $conf['prefs']['params']['username'] = 'hordecvs';
> > $conf['prefs']['params']['password'] = 'hordecvs';
> > $conf['prefs']['params']['database'] = 'hordecvs';
> > $conf['prefs']['params']['protocol'] = 'unix';
> > $conf['prefs']['params']['table'] = 'horde_prefs';
> >
> >
> > ??
> I have the db configured like this:
>
> $conf['prefs']['driver'] = 'none';
> $conf['prefs']['params'] = array();
> $conf['prefs']['params']['phptype'] = 'mysql';
> $conf['prefs']['params']['hostspec'] = 'localhost';
> $conf['prefs']['params']['username'] = 'horde';
> $conf['prefs']['params']['password'] = 'myverysecurepassword';
> $conf['prefs']['params']['database'] = 'horde';
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
> and manually I can even log into mysql server using this credential!
>
> eltonic40
> Wisdom comes from above!
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.362 / Virus Database: 199 - Release Date: 5/7/2002
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>