RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > Release Candidate 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 09-17-2007, 06:53 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Issue uploading file attachments..

ok, so I am having one small issue, it seems..

When I try to send an email with a rather large attachment (7MB), I get the following error in my apache log file:

Code:
[Mon Sep 17 12:48:24 2007] [error] [client XXX.XXX.XXX.XXX] File does not exist: /usr/local/roundcubemail-0.1-rc1/&_action=keep-alive&_t=1190050180412&_remote=1, referer: http://www.domain-name.com/RoundCube..._action=upload
It does seem to upload, though. The list of attachments updates.

But then when I try to send the email, it sits for a while with the spinning "Sending Message..." alert, but then the alert just disappears and the message never sends..

Thoughts?

I'm using the following Alias directive in my Apache conf file:

Code:
  Alias /RoundCube/ /usr/local/roundcubemail-0.1-rc1/
Could that be part of the problem?

Thanks for any suggestions or input!

Mojoski
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 09-17-2007, 10:05 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

me2

My php.ini file is set to allow uploads of up to 20M, exim also set to allow maximum file size of 20M. Attach 4M file and nothing seems to happen after the file is uploaded. roundcube returns to the message as if you hadn't clicked on the "send now" button. Any ideas what can be causing this?

Dan Ellison
Concepte of Illinois
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 09-17-2007, 10:19 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

Yep, that is exactly the same thing I am seeing as well.. Are you getting the same error in your webserver error log??

Thanks!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 09-17-2007, 10:49 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

My error log contains the following message after trying to send 5.9 M attachment using roundcube mailer:

[Mon Sep 17 16:43:35 2007] [error] [client 204.94.237.17] File does not exist: /var/www/html/roundcube/&_action=keep-alive&_t=1190064573906&_remote=1, referer: http://ceillinois.com/roundcube/?_ta..._action=upload

I have further verified the following issues pointed out in previous posts related to this issue:

php.ini setting are set to allow maximum memory size of 20M, maximum file upload size of 20M, file uploads are on.

.htaccess in roundcube home directory set upload_max_filesize 20M,

exim.conf message_size_limit 20M

Send attachment (5.9M) using Outlook Express without issue,
Send attachment (5.9M) using Squirrelmail without issue.

It would seem that my system is configured correctly since two other mailers are working fine. Anybody got a solution for this one? Much appreciated.

Dan Ellison
Concepte of Illinois
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 09-18-2007, 12:23 AM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: Issue uploading file attachments..

You may have a slow sever whats your max php script execution time limit?
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 09-18-2007, 02:40 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

Thanks for the reply SKaero. I appreciate your time and effort. The server is a dual xeon 2.4 Ghz Dell with a load average of 0.04 or less most of the time. Lack of processor power would surprise me greatly though I am ruling out nothing at this point

max_execution_time in php.ini is set to 60 seconds and I have overriden that value in roundcube's .htaccess file with:

php_value max_execution_time 150

I have noticed that it seems to be right at 30 seconds that the process fails but would expect the above noted changes to have had an impact on that observation.... Wierd.

Regards,
Dan Ellison
Concepte of Illinois
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 09-18-2007, 04:51 PM
Registered User
 
Join Date: May 2007
Posts: 95
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

Are you able to send smaller attachments with no problems? Check permissions on the temp folder if not.

Also in the index.php there is this
Code:
// increase maximum execution time for php scripts
// (does not work in safe mode)
if (!ini_get('safe_mode')) @set_time_limit(120);
I don't know if that could be the problem but it's worth a look eh?

Hope that helps
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 09-18-2007, 06:18 PM
Registered User
 
Join Date: Sep 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

Good idea SK but didn't seem to make any difference changing the timeout value inside index.php....

Smaller attachments do get delivered just fine and as I pointed out in my initial post, Outlook Express and more importantly, squirrelmail both process the attachments without problem. Agravating heh?

Thanks again and keep trying - I;ll keep checking

Regards,
Dan Ellison
Concepte of Illinois
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 10-25-2007, 02:07 PM
Registered User
 
Join Date: Oct 2007
Posts: 5
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

Hello,

I have exactly the same problem. Smaller attachments do get delivered just fine, but with greater attachments (say 1MB and greater) nothing happens. With Thunderbird, Outlook a.s.o. there's no problem to send e-mails with greater attachments.

When I try to send the email, it sits for a while with the spinning "Sending Message..." alert, but then the alert just disappears and the message never sends..

I have changed the .htaccess to this (overloaded) values:

Code:
<IfModule mod_php5.c>
 php_flag   display_errors Off
 php_flag   log_errors   On
 php_value   error_log    logs/errors
 php_value   upload_max_filesize   10M
 php_value   post_max_size  20M
 php_value   memory_limit  256M
 php_value   max_execution_time   300
</IfModule>
This is very strange, the same happens with rc2.

Any ideas?

Heidrun
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 11-01-2007, 04:42 PM
Registered User
 
Join Date: Oct 2007
Posts: 4
Downloads: 0
Uploads: 0
Default Re: Issue uploading file attachments..

This is a serious issue, I've tried all the PHP configuration settings above and still can't get large attachments to "show up" in RoundCube RC1, while smaller attachments "show up" and send without issue.

Other mail clients send and receive large attachments through my SMTP/IMAP server without issue.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 05:37 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community