Roundcube Community Forum

 

Problems with large attachements

Started by pietkiwi, October 17, 2006, 04:23:27 AM

Previous topic - Next topic

pietkiwi

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

helga

only large Attachments ?

I do not see Attachments :-\


toxygen

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)
A right is not what someone gives you; it's what no one can take from you.
                -- Ramsey Clark

bellafronte

I donÃÂ,Ã,´t get attachments more than 2MB, the roundcube stops if more than 2MB the attachment.

ninext

Increase maximum allowed size for uploaded files in your Php.inin file!

Example:
upload_max_filesize = 5M

bellafronte

My php.ini upload_max_filesize is in 300MB, the .htaccess is in 300MB, and not allow attachment size more than 2MB

Aljosa

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

dukhunter99

Can Someone tell me where this php.ini file is at. I can't find it!

SKaero

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.