[Kolab-devel] [issue3733] Attachments doesn't work on Horde after upgrading to 2.2.2

Luis kolab-issues at intevation.de
Fri Jul 3 20:15:17 CEST 2009


New submission from Luis <lvinay at xtech.com.ar>:

After upgrading from kolab-2.2.0 installed from debian 4.0 binaries, sending
emails with attachments stop working.

The solution was to edit the file '/kolab/var/kolab/www/client/config/conf.php'
change the line 

$conf['tmpdir'] = dirname(__FILE__) . '/../tmp/';

for

$conf['tmpdir'] = dirname(__FILE__) . '/kolab/var/tmp/';

here's the patch

--- conf.buggy	2009-07-03 15:05:08.493790620 -0300
+++ conf.php	2009-07-03 15:04:17.443790620 -0300
@@ -7,7 +7,7 @@
 $conf['compress_pages'] = true;
 $conf['secret_key'] = 'abcdefghijklmnopqrstuvwxzy1234567890ABCD';
 $conf['umask'] = 077;
-$conf['tmpdir'] = dirname(__FILE__) . '/../tmp/';
+$conf['tmpdir'] = '/kolab/var/tmp/';
 $conf['use_ssl'] = 2;
 $conf['server']['name'] = $_SERVER['SERVER_NAME'];
 $conf['server']['port'] = $_SERVER['SERVER_PORT'];

regards

----------
assignedto: xtech
messages: 20753
nosy: xtech
priority: bug
status: resolved
title: Attachments doesn't work on Horde after upgrading to 2.2.2
topic: debian, web client
___________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://www.intevation.de/roundup/kolab/issue3733>
___________________________________________________




More information about the devel mailing list