Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: scroome on July 01, 2009, 06:11:44 AM

Title: Large Message Problem
Post by: scroome on July 01, 2009, 06:11:44 AM
Hi,

I'm using the latest version of RoundCube, and I receive a plain text log file every night from a server which can be inexcess of 6MB and if I try to open the message in RoundCube the browser just sits there and dies.

I have tried using IE 7, 8, Firefox etc and they all do the same.

Is there a settings I need to change ?

TIA :)
Title: Large Message Problem
Post by: rosali on July 01, 2009, 07:11:47 AM
Try to increase the memory_limit and/or max_execution_time in php.ini.
Title: Large Message Problem
Post by: scroome on July 01, 2009, 10:57:45 AM
Cool thanks, I have increased the memory limit 128mb, any recommendations on the max_execution_time ?
Title: Large Message Problem
Post by: rosali on July 01, 2009, 03:47:47 PM
not more than 60 secs.

Also consider to do it by .htaccess included in roundcube root folder. There is no need to do it on global level.