[imp] newbie and already problems...

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




> 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,