Author Topic: Problems with large attachements  (Read 5073 times)

Offline pietkiwi

  • Newbie
  • *
  • Posts: 1
Problems with large attachements
« 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

Offline helga

  • Jr. Member
  • **
  • Posts: 17
Re: Problems with large attachements
« Reply #1 on: October 17, 2006, 08:33:22 AM »
only large Attachments ?

I do not see Attachments :-\


Offline toxygen

  • Jr. Member
  • **
  • Posts: 16
Re: Problems with large attachements
« Reply #2 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:

Code: [Select]
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

Offline bellafronte

  • Newbie
  • *
  • Posts: 4
Re: Problems with large attachements
« Reply #3 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.

Offline ninext

  • Newbie
  • *
  • Posts: 7
Re: Problems with large attachements
« Reply #4 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

Offline bellafronte

  • Newbie
  • *
  • Posts: 4
Re: Problems with large attachements
« Reply #5 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

Offline Aljosa

  • Newbie
  • *
  • Posts: 2
Re: Problems with large attachements
« Reply #6 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

Offline dukhunter99

  • Jr. Member
  • **
  • Posts: 27
Re: Problems with large attachements
« Reply #7 on: August 12, 2007, 11:46:02 PM »
Can Someone tell me where this php.ini file is at. I can't find it!

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: Problems with large attachements
« Reply #8 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.