6.0.0-alpha10
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
5/17/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#17] Composing a Message ends Session
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .. ..__ . . \ /\ /|_/ [__)|\/| \/ \/ | \| \| |
Comment
> 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. > > > > > > > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers