[imp] No options button, but preference container IS configured

Aaron W. DeLashmutt awd at awdonline.com
Thu Sep 30 12:58:19 PDT 2004


I have updated my horde configuration.
-rw-r--r--    1 apache   apache      62860 Aug 31 14:48 conf.xml
-rw-r--r--    1 apache   apache       4052 Sep 24 14:27 conf.php

<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: horde/config/conf.xml,v 1.46 2004/07/06 13:59:39 jan Exp $
$conf['debug_level'] = E_ALL;
$conf['max_exec_time'] = 0;
$conf['use_ssl'] = 2;
$conf['server']['name'] = $_SERVER['SERVER_NAME'];
$conf['server']['port'] = $_SERVER['SERVER_PORT'];
$conf['compress_pages'] = true;
$conf['umask'] = 077;
$conf['session']['name'] = 'Horde';
$conf['session']['cache_limiter'] = 'nocache';
$conf['session']['timeout'] = 0;
$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];
$conf['cookie']['path'] = '/horde';
$conf['kolab']['server'] = 'localhost';
$conf['kolab']['maildomain'] = 'example.com';
$conf['kolab']['basedn'] = 'dc=example, dc=com';
$conf['kolab']['binddn'] = 'cn=manager, dc=example, dc=com';
$conf['kolab']['bindpw'] = 'password';
$conf['kolab']['cyrusadmin'] = 'manager';
$conf['kolab']['cyruspw'] = 'password';
$conf['kolab']['virtual_domains'] = true;
$conf['sql']['phptype'] = 'mysql';
$conf['sql']['persistent'] = false;
$conf['sql']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sql']['protocol'] = 'unix';
$conf['sql']['hostspec'] = 'localhost';
$conf['sql']['username'] = 'horde';
$conf['sql']['password'] = 'XXX';
$conf['sql']['database'] = 'horde';
$conf['sql']['charset'] = 'iso-8859-1';
$conf['auth']['admins'] = array('Administrator', 'XXX');
$conf['auth']['checkip'] = true;
$conf['auth']['params']['app'] = 'imp';
$conf['auth']['driver'] = 'application';
$conf['signup']['allow'] = false;
$conf['signup']['approve'] = true;
$conf['signup']['preprocess'] = true;
$conf['signup']['queue'] = true;
$conf['log']['priority'] = PEAR_LOG_DEBUG;
$conf['log']['ident'] = 'HORDE';
$conf['log']['params'] = array();
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['params']['append'] = true;
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['log_accesskeys'] = false;
$conf['datatree']['params']['driverconfig'] = 'horde';
$conf['datatree']['driver'] = 'sql';
$conf['group']['driver'] = 'datatree';
$conf['cache']['default_lifetime'] = 1800;
$conf['cache']['params']['dir'] = Horde::getTempDir();
$conf['cache']['driver'] = 'file';
$conf['token']['params']['driverconfig'] = 'horde';
$conf['token']['driver'] = 'sql';
$conf['mailer']['params']['host'] = 'localhost';
$conf['mailer']['params']['port'] = 25;
$conf['mailer']['params']['auth'] = false;
$conf['mailer']['type'] = 'smtp';
$conf['vfs']['type'] = 'sql';
$conf['prefs']['params']['phptype'] = 'mysql';
$conf['prefs']['params']['persistent'] = false;
$conf['prefs']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['prefs']['params']['protocol'] = 'unix';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['username'] = 'horde';
$conf['prefs']['params']['password'] = 'XXX';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
$conf['prefs']['params']['charset'] = 'iso-8859-1';
$conf['prefs']['params']['driverconfig'] = 'custom';
$conf['prefs']['driver'] = 'sql';
$conf['sessionhandler']['params']['persistent'] = false;
$conf['sessionhandler']['params']['socket'] = '/var/lib/mysql/mysql.sock';
$conf['sessionhandler']['params']['protocol'] = 'unix';
$conf['sessionhandler']['params']['hostspec'] = 'localhost';
$conf['sessionhandler']['params']['username'] = 'horde';
$conf['sessionhandler']['params']['password'] = 'XXX';
$conf['sessionhandler']['params']['database'] = 'horde';
$conf['sessionhandler']['type'] = 'mysql';
$conf['geoip']['datafile'] = '/var/lib/geoIP/GeoIP.dat';
$conf['problems']['email'] = 'help at awdonline.com';
$conf['user']['online_help'] = true;
$conf['css']['cached'] = true;
$conf['menu']['always'] = true;
$conf['hooks']['username'] = false;
$conf['hooks']['preauthenticate'] = false;
$conf['hooks']['postauthenticate'] = false;
$conf['hooks']['authldap'] = false;
$conf['weatherdotcom']['partner_id'] = 'XXX';
$conf['weatherdotcom']['license_key'] = 'XXX';
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */

Date: Thu, 30 Sep 2004 10:41:12 +0200
From: Jan Schneider <jan at horde.org>
Subject: Re: [imp] No options button, but preference container IS
	configured
To: imp at lists.horde.org
Message-ID: <20040930104112.vouu37dj4w8go08s at jan.dip.ammma.net>
Content-Type: text/plain; charset=ISO-8859-15; format="flowed"

Zitat von "Aaron W. DeLashmutt" <awd at awdonline.com>:

> I am using the latest CVS release of horde/imp.  Past versions, I have
been
> able to use the Options button in the top toolbar of IMP.  After updating,
> the icon has disappeared.  I have read other posts stating that for the
> options button to appear, a backend preference container must be
configured.
> I am using mysql as my backend and it is functioning properly.  The
> last_login field in horde_prefs populates on every login.  I am also able
to
> set and store my horde preferences.
> Anyone else experience this behavior?  Any ideas as to how I can force the
> Option button to be available or possible solutions?

Update your Horde configuration.

Jan.

--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/





More information about the imp mailing list