No more prefs ???

samp@arial-concept.com samp@arial-concept.com
Mon, 20 Aug 2001 15:46:35 +0200


Hi,

Since my last CVS update (today) IMP don't read/write the users prefs anymore 
in MySQL. I have the lines bellow in horde.php:

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

// Any parameters that the preferences driver needs. This includes
// database or ldap server, username/password to connect with, etc.
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = 'xxxxxxxx';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';

Any ideas ???

Thanks in advance.

Sam Przyswa