Roundcube Community Forum

 

Large Message Problem

Started by scroome, July 01, 2009, 06:11:44 AM

Previous topic - Next topic

scroome

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 :)

rosali

Try to increase the memory_limit and/or max_execution_time in php.ini.
Regards,
Rosali

scroome

Cool thanks, I have increased the memory limit 128mb, any recommendations on the max_execution_time ?

rosali

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.
Regards,
Rosali