Dear List,
I am facing the following problem now almost once every day.
Expanding address suddenly stops working. ie. I get display
indicating it is trying to expand, but can't expand. I am restarting
httpd to solve the problem.
My prefs.php for address book in imp/prefs.php is as below.
-------------------
// address book(s) to use when expanding addresses
// You can provide default values this way (note the \t and the double
quotes):
// 'value' => "source_one\tsource_two"
// refer to turba/config/sources.php for possible source values
$_prefs['search_sources'] = array(
'value' => "localsql\tlocalldap\tfavourites",
'locked' => true,
'shared' => false,
'type' => 'implicit');
// field(s) to use when expanding addresses
// This depends on the search_sources preference if you want to provide
// default values:
// 'value' => "source_one\tfield_one\tfield_two\nsource_two\tfield_three"
// will search the fields 'field_one' and 'field_two' in source_one and
// 'field_three' in source_two.
// refer to turba/config/sources.php for possible source and field values
$_prefs['search_fields'] = array(
'value' =>
"localsql\tname\temail\nlocalldap\tname\temail\tstaffnumber\nfavourites\tname\temail",
'locked' => true,
'shared' => false,
'type' => 'implicit');
--------------------
How to debug whenever this happens again.
Regards,
Anant Athavale.
--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscr...@lists.horde.org