Pref not writting to MYSQL
Brian Muha
bmuha@echoes.net
Thu, 26 Jul 2001 07:57:33 -0400 (EDT)
Hello all
Well I must say this is looking like a reall nice web based email program.
I am having only one problem . I have searched though the archives and
have done the little tweaks were suggest to solve this issue but to no
avail
The problem is that when updating a Identy it never writes to the DB.
But says it has.
Things i have done
php has the right mysq.sock
PEAR replaced with CVS version
DB replaced with CVS Version
$conf['prefs']['driver'] = 'sql';
$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost'; <-- have used
everything in here :)
//$conf['prefs']['params']['protocol'] = 'unix';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = '*********';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
Table stucture was created from the scripts provided
No error messages that i can find
Horde Version latest from CVS
IMP Version latest from CVS
Any Help would be greatly appricated
Brian
--