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 :)
Try to increase the memory_limit and/or max_execution_time in php.ini.
Cool thanks, I have increased the memory limit 128mb, any recommendations on the max_execution_time ?
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.