Roundcube Community Forum

Release Support => Pending Issues => Topic started by: pietkiwi on October 17, 2006, 04:23:27 AM

Title: Problems with large attachements
Post by: pietkiwi on October 17, 2006, 04:23:27 AM
Hi all,

There seems to be a problem when I want to open large attachements in Roundcube. Right now there are two emails in my inbox with attachements a little less then 4 MB. When I double click the emails to open them I get a blank page. Nothing happens and when I go back the email is not marked as read.

Is it a know issue? Is there a limit in attachement size? Is it adjustable?

Regards,
Piet
Title: Re: Problems with large attachements
Post by: helga on October 17, 2006, 08:33:22 AM
only large Attachments ?

I do not see Attachments :-\

Title: Re: Problems with large attachements
Post by: toxygen on October 26, 2006, 01:50:44 AM
i'm not really sure, but you could check php.ini (in debian /etc/php4/apache2/php.ini)
for the line:

memory_limit = 32M   ; Maximum amount of memory a script may consume (8MB)

if you have low by default, try to increase the number a little (e.g. 32mb)
Title: Re: Problems with large attachements
Post by: bellafronte on December 18, 2006, 08:11:08 AM
I donÃÂ,Ã,´t get attachments more than 2MB, the roundcube stops if more than 2MB the attachment.
Title: Re: Problems with large attachements
Post by: ninext on December 18, 2006, 01:09:00 PM
Increase maximum allowed size for uploaded files in your Php.inin file!

Example:
upload_max_filesize = 5M
Title: Re: Problems with large attachements
Post by: bellafronte on December 18, 2006, 01:26:43 PM
My php.ini upload_max_filesize is in 300MB, the .htaccess is in 300MB, and not allow attachment size more than 2MB
Title: Re: Problems with large attachements
Post by: Aljosa on June 04, 2007, 05:17:25 AM
Hmm,

maybe you are editing the wrong php.ini. Go check the value of "Configuration File (php.ini) Path" with phpinfo() function.

best regards
Aljosa
Title: Re: Problems with large attachements
Post by: dukhunter99 on August 12, 2007, 11:46:02 PM
Can Someone tell me where this php.ini file is at. I can't find it!
Title: Re: Problems with large attachements
Post by: SKaero on August 13, 2007, 04:55:40 AM
You have to have access to the sever root, It should be in a folder like php or something like that. Just search for it.