Unable to save user prefs

Sam Rowe sam@samrowe.com
Mon, 30 Apr 2001 15:56:24 -0400


Hi,

I've been fighting to get IMP CVS to work for the last week. I have most
of the issues ironed out, but I still can't get user preferences to save.

Here's the relevant bit of the imp/config/conf.php

$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = '17horde';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'user_webmail_prefs';

There's not much in the way of docs, so I just guessed on these...

Help! :)

-Sam