[Tickets #12124] Re: horde crashes with php memory exhaustion
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Mar 21 21:31:29 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12124
------------------------------------------------------------------------------
Ticket | 12124
Updated By | Michael Slusarz <slusarz at horde.org>
Summary | horde crashes with php memory exhaustion
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Slusarz <slusarz at horde.org> (2013-03-21 15:31) wrote:
I guess maybe try changing Horde_Registry#importConfig() from:
try {
$config = Horde::loadConfiguration('conf.php', 'conf', $app);
} catch (Horde_Exception $e) {
$config = null;
}
to:
$config = Horde::loadConfiguration('conf.php', 'conf', $app);
in other words - we should fatally error if we can't read a
configuration file (which absolutely shouldn't happen).
More information about the bugs
mailing list