[imp] newbie and already problems...

Benoît Lafitte benoit.lafitte@e-spm.net
Sun, 19 May 2002 19:09:13 +0200


I found the problem !!

I have put
$conf['category']['driver'] = 'none';

but I have left
// $conf['prefs']['params']['phptype'] = 'mysql';

// $conf['prefs']['params']['hostspec'] = 'mysql4.amenworld.com';

// $conf['prefs']['params']['username'] = 'bl23985';

// $conf['prefs']['params']['password'] = 'spm79';

// $conf['prefs']['params']['database'] = 'bl23985';

// $conf['prefs']['params']['table'] = 'horde_categories';


UNCOMMENTED.... so !
Sorry,

___________________
Benoît Lafitte
benoit.lafitte@e-spm.net
www.mathurin.com (webmaster@mathurin.com)

----- Original Message -----
From: "Benoît Lafitte" <benoit.lafitte@e-spm.net>
To: "IMP" <imp@lists.horde.org>
Sent: Sunday, May 19, 2002 7:03 PM
Subject: Re: [imp] newbie and already problems...


>
>
>
> > horde/config
> > My guess, from the error message, is you specified 'horde_categories' as
> the
> > table in the prefs setup, instead of 'horde_prefs', as your prefs table.
> >
> > - Mike
>
> Well strange :( cause in Preference System Settings what I have entered is
> the following :
>
> $conf['prefs']['driver'] = 'sql';
>
> $conf['prefs']['params']['phptype'] = 'mysql';
>
> $conf['prefs']['params']['hostspec'] = 'mysql4.amenworld.com';
>
> $conf['prefs']['params']['username'] = 'mylogin';
>
> $conf['prefs']['params']['password'] = 'mypassword';
>
> $conf['prefs']['params']['database'] = 'mydatabasename'; (it is not
"horde"
> since I have only one database...)
>
> $conf['prefs']['params']['table'] = 'horde_prefs';
>
> And in Category System Settings,
>
> $conf['category']['driver'] = 'none';
>
> So it seems alright, isn't it ?!
>
> Ben,
>
>
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>
>