[horde] NAG, MNEMO, KRONOLITH, and TURBA
Mike Koponick
mike at redhawk.info
Fri Nov 8 11:36:35 PST 2002
Hello,
I wanted to know if anyone as gotten NAG, MNEMO, or KRONOLITH to work in the
IMP menu? I can get TURBA to work fine in the menu.
I configured them to the installation instructions.
I uncommented each in the horde/config/registry.php file...
In each of the config/conf.php files I changed the following:
$conf['storage']['driver'] = 'sql';
// Any parameters that the storage driver needs. This includes
// database or ldap server, username/password to connect with, etc.
// Below is an example configuration for an sql driver, in this case
// MySQL.
// $conf['storage']['params'] = array();
$conf['storage']['params']['phptype'] = 'mysql';
$conf['storage']['params']['hostspec'] = 'localhost';
$conf['storage']['params']['username'] = 'horde';
$conf['storage']['params']['password'] = '*****';
$conf['storage']['params']['database'] = 'horde';
$conf['storage']['params']['table'] = 'mnemo_memos';
$conf['menu']['apps'] = array('mnemo');
Any ideas?
I could find anything explicit in the FAQ.
Thanks in advance,
Mike
*************************************
More information about the horde
mailing list