[imp] new prefs db format
rangerfox@rangerfox.com
rangerfox@rangerfox.com
Thu, 1 Mar 2001 11:39:49 -0600 (CST)
I started tweaking it, and now it wont connect at all..I think I may have
hosed something up in my conf.php file
I'm using mysql 3.23.32
am I missing something here?
$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']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'impmgr';
$conf['prefs']['params']['password'] = 'xxxxxxx';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
On Thu, 1 Mar 2001, Chuck Hagenbuch wrote:
> Quoting rangerfox@rangerfox.com:
>
> > yes..it is inserting into my table, but not selecting from it
>
> Sounds like you might have an issue with the prefs cache in your session - are
> you running the absolute latest cvs of horde and imp? I fixed a problem like
> this a few weeks ago... If you log out and back in, do you see a select from
> the prefs table in your db logs?
>
> -chuck
>
> --
> Charles Hagenbuch, <chuck@horde.org>
> "We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist
>
>