[bugs] [Tickets] New comment for ticket 17
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Apr 1 00:05:30 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
-Ticket 17
-Queue: IMP
-Added By: andreas.lessig at gmx.de
-Summary:
Composing a Message ends Session
Comment by andreas.lessig at gmx.de on Thu Apr 1 00:05:29 2004 (today):
Another Observation I made: The problem only occurs if I test locally using
konqueror. Connecting from a Win2k machine with IE or Opera does not show
the problem. After installing Opera and Mozilla locally they did not show
the problem either. Currently I cannot test network access via konqueror.
So the problem seems to be limited to the konqueror.
Regarding your suggestion: Maybe I didn't understand your last question
right. I thought you talked about the horde/conf/horde.php where I changed
the preference driver to 'sql'.
So let me try again. My Installation is SuSE 9.0 with Horde 2.2.4 and IMP
3.3.2.
In /etc/php.ini there is the line
session.save_handler=files
A file named horde/conf.php does not exist.
In horde/conf/horde.php I only changed the following lines from the
default:
/**
** Horde Logging
**/
[...]
$conf['use_ssl'] = 1;
[...]
$conf['log']['type'] = 'syslog';
[...]
$conf['log']['name'] = LOG_LOCAL0;
[...]
/**
** Preference System Settings
**/
[...]
$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'] = '<Paßwort>';
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table'] = 'horde_prefs';
In horde/config/registry.php the following changes where made:
$this->registry['auth']['login'] = 'imp';
$this->registry['auth']['logout'] = 'imp';
$this->applications['imp'] = array(
[...]
'status' => 'active'
);
$this->applications['kronolith'] = array(
[...]
'status' => 'active'
);
$this->applications['turba'] = array(
[...]
'status' => 'active'
);
I spare you the configuration changes for IMP, Kronolith and Turba as I do
not think they are related to the problem. If I'm incorrect please tell me
and I send additional information.
--
https://dev.horde.org/horde/whups/details.php?id=17
--
This mail was automatically generated by Tickets
(https://dev.horde.org/horde/whups/).
If you believe you have recieved this mail in error, please contact Horde
Development Team <dev at lists.horde.org>.
More information about the bugs
mailing list