[Tickets #9660] Re: Blank page when folder contains too many emails
bugs at horde.org
bugs at horde.org
Wed Jun 8 22:26:52 UTC 2011
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9660
------------------------------------------------------------------------------
Ticket | 9660
Updated By | balia at inmail24.com
Summary | Blank page when folder contains too many emails
Queue | Horde Base
Version | 3.3.11
Type | Bug
State | No Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
balia at inmail24.com (2011-06-08 22:26) wrote:
I have finally been able to reproduce the blank page error consistently.
I recently received one email with a 8+MB attachment.
Every time I try to open this email in horde, I get a blank page.
Looking at the logs, there is nothing in either
/var/log/apache2/error.log
or in
/tmp/horde.log
/tmp/horde.log contains only login success and logout lines.
This is totally useless!
From this behavior it is clear that there is a memory limit that
stops the execution to a
blank page.
Shouldn't the error be catched and an error message returned to the
user instead of a blank page?
In my conf.php file, I have:
$conf['debug_level'] = E_ALL;
$conf['log']['name'] = '/tmp/horde.log';
$conf['log']['type'] = 'file';
$conf['log']['enabled'] = true;
$conf['fetchmail']['size_limit'] = '10000000';
$conf['compose']['attach_size_limit'] = '0';
So my questions are:
1) How can I disable the NO error_reporting() in horde?
Where is the switch that would put back horde in testing mode?
2) Why the error(s) is(are) not reported in the logs (horde or apache)!
More information about the bugs
mailing list