[imp] No "Options" link in menu bar
Paul Norris
paul.norris at datasend.com.au
Wed Mar 10 12:23:00 PST 2004
Thank you Matjaz and Jan... I still had $conf ['prefs'] ['driver'] = 'none';
It's fixed now... thanks again!
-----Original Message-----
From: Matjaz Kljun [SMTP:matjaz.kljun at pef.upr.si]
Sent: Thursday, March 11, 2004 6:22 AM
To: imp at lists.horde.org
Subject: Re: [imp] No "Options" link in menu bar
I had the same problem ;) and I figured it out. You have to specify
that you'll store user's preferences in the DB. I't done in
path_to_horde/config/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();
// This is an example configuration for a MySQL preference backend.
// The SQL script to setup the preference database is placed in
// horde/scripts/db/prefs.sql.
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'horde';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
-------------------------------------------------------------------
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe at lists.horde.org
More information about the imp
mailing list