6.0.0-beta1
9/6/25

[#5969] 0 kb attachement
Summary 0 kb attachement
Queue IMP
Queue Version 4.1.4
Type Bug
State No Feedback
Priority 1. Low
Owners
Requester chmick (at) chmick (dot) org
Created 12/06/2007 (6484 days ago)
Due
Updated 01/07/2008 (6452 days ago)
Assigned 12/06/2007 (6484 days ago)
Resolved 01/07/2008 (6452 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
01/07/2008 01:07:06 PM Jan Schneider State ⇒ No Feedback
 
12/28/2007 07:54:49 PM Chuck Hagenbuch Comment #9 Reply to this comment
What happens when you try to view an attachment instead of downloading 
it? Can you save the raw message (in the message view, click Save As)?



Would it be possible for you to test with IMP 4.2-RC1 to see if this 
has been fixed?
12/18/2007 06:55:04 PM Jan Schneider Comment #8 Reply to this comment
Sorry for the delay , I put the php.log and the apache2 log in the same file.
Beside that you seem to have Kronolith and Turba installed, but not 
configured, the log files don't help much further.

I have no idea what's going on there.
12/10/2007 11:25:15 AM chmick (at) chmick (dot) org Comment #7 Reply to this comment
By the Way,  the browser does not matter, konqueror or firefox get 0kb 
attachment .

[Show Quoted Text - 87 lines]
12/10/2007 08:56:10 AM chmick (at) chmick (dot) org Comment #6
New Attachment: horde.log Download
Reply to this comment
Sorry for the delay , I put the php.log and the apache2 log in the same file.

For info here is my horde conf file :



<?php

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */

// $Horde: horde/config/conf.xml,v 1.74.2.48 2007/02/02 11:03:05 jan Exp $

$conf['debug_level'] = E_ALL;

$conf['max_exec_time'] = 0;

$conf['compress_pages'] = true;

$conf['umask'] = 077;

$conf['use_ssl'] = 1;

$conf['server']['name'] = $_SERVER['SERVER_NAME'];

$conf['server']['port'] = 443;

$conf['session']['name'] = 'Horde';

$conf['session']['use_only_cookies'] = true;

$conf['session']['cache_limiter'] = 'nocache';

$conf['session']['timeout'] = 0;

$conf['cookie']['domain'] = $_SERVER['SERVER_NAME'];

$conf['cookie']['path'] = '/horde3';

$conf['sql']['persistent'] = false;

$conf['sql']['username'] = '*****';

$conf['sql']['password'] = '********';

$conf['sql']['protocol'] = 'unix';

$conf['sql']['database'] = 'horde';

$conf['sql']['charset'] = 'iso-8859-15';

$conf['sql']['phptype'] = 'mysql';

$conf['auth']['admins'] = array('*****');

$conf['auth']['checkip'] = true;

$conf['auth']['checkbrowser'] = true;

$conf['auth']['alternate_login'] = false;

$conf['auth']['redirect_on_logout'] = false;

$conf['auth']['params']['app'] = 'imp';

$conf['auth']['driver'] = 'application';

$conf['signup']['allow'] = false;

$conf['log']['priority'] = LOG_DEBUG;

$conf['log']['ident'] = 'HORDE';

$conf['log']['params'] = array();

$conf['log']['name'] = '/var/log/horde/horde3.log';

$conf['log']['params']['append'] = true;

$conf['log']['type'] = 'file';

$conf['log']['enabled'] = true;

$conf['log_accesskeys'] = false;

$conf['prefs']['params']['driverconfig'] = 'horde';

$conf['prefs']['driver'] = 'sql';

$conf['datatree']['driver'] = 'null';

$conf['group']['driver'] = 'datatree';

$conf['cache']['default_lifetime'] = 1800;

//$conf['cache']['params']['dir'] = Horde::getTempDir();

//$conf['cache']['params']['gc'] = 86400;

$conf['cache']['driver'] = 'zps4';

$conf['token']['driver'] = 'none';

$conf['mailer']['params']['host'] = 'localhost';

$conf['mailer']['params']['port'] = 25;

$conf['mailer']['params']['localhost'] = 'chmick.org';

$conf['mailer']['params']['auth'] = '0';

$conf['mailer']['type'] = 'smtp';

$conf['vfs']['params']['vfsroot'] = '/tmp';

$conf['vfs']['type'] = 'file';

$conf['sessionhandler']['type'] = 'none';

$conf['problems']['email'] = '*************';

$conf['problems']['maildomain'] = 'chmick.org';

$conf['problems']['tickets'] = false;

$conf['menu']['apps'] = array();

$conf['menu']['always'] = false;

$conf['menu']['links']['help'] = 'all';

$conf['menu']['links']['help_about'] = true;

$conf['menu']['links']['options'] = 'authenticated';

$conf['menu']['links']['problem'] = 'all';

$conf['menu']['links']['login'] = 'all';

$conf['menu']['links']['logout'] = 'authenticated';

$conf['hooks']['permsdenied'] = false;

$conf['hooks']['username'] = false;

$conf['hooks']['preauthenticate'] = false;

$conf['hooks']['postauthenticate'] = false;

$conf['hooks']['authldap'] = false;

$conf['portal']['fixed_blocks'] = array();

$conf['fortune']['exec_path'] = '/usr/games/fortune  ';

$conf['accounts']['driver'] = 'null';

$conf['imsp']['enabled'] = false;

$conf['kolab']['enabled'] = false;

/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
More important are the php log file (if there is any) and the web
server error log file.
And does this happen with any browser or just Konqueror?
12/06/2007 10:37:00 PM Jan Schneider Comment #5 Reply to this comment
More important are the php log file (if there is any) and the web 
server error log file.

And does this happen with any browser or just Konqueror?
12/06/2007 10:35:30 PM Jan Schneider Deleted Original Message
 
12/06/2007 09:30:17 PM chmick (at) chmick (dot) org Comment #4
New Attachment: horde3.log
Reply to this comment
here is the content of /var/log/horde/horde3.log and the access.log
from apache2 as attachement
ps log priority is in LOG_DEBUG mode


12/06/2007 09:28:55 PM chmick (at) chmick (dot) org Comment #3
New Attachment: access.log Download
Reply to this comment
here is the content of /var/log/horde/horde3.log and the access.log 
from apache2 as attachement






12/06/2007 06:01:23 PM Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
What's in the log files?
12/06/2007 12:55:39 PM chmick (at) chmick (dot) org Comment #1
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ 0 kb attachement
Type ⇒ Bug
Reply to this comment
When I tried to download attachment, i have a 0 ko file .

whatever the web browser i use or the network I use (local or internet 
ssl or not)



Server is an apache 2.2 with php5 .I'm using uw-imap on ssl  to 
connect to mailbox. this is on a debian machine and all package are up 
to date .

I set up proper value in php.ini to allow big mail upload and download .

max_execution_time = 30

  max_input_time = 60 ;

;max_input_nesting_level = 64

memory_limit = -1

and i added this in the php.conf in apache2 directory

<Files *.php>

         LimitRequestBody 66000000

     </Files>



i tried a lot of tests based on what I ve been reading on the web . 
But It still doesn't work . I can not download any attachment



Weird thing is that i can send email with attachment (I set the limit 
at 5 Mb).



Any help will be appreciated

Thanks

Saved Queries