[Tickets #762] NEW: Horde fails to initialize
bugs at bugs.horde.org
bugs at bugs.horde.org
Thu Nov 4 01:28:54 PST 2004
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=762
-----------------------------------------------------------------------
Ticket | 762
Created By | joho at webbplatsen.se
Summary | Horde fails to initialize
Queue | Horde Base
Version | HEAD
State | Unconfirmed
Priority | 2. Medium
Type | Bug
Owners |
-----------------------------------------------------------------------
joho at webbplatsen.se (2004-11-04 01:28) wrote:
I've enabled debugging level logging, everywhere.. no go. Horde fails to
start-up. An application in the same directory as Horde (test.php) that does
not rely on Horde works just fine. I've traced it to this in base.php (the
added call to error_reporting() is my code), it nevers gets to "die
('foo')". This is latest HEAD:
error_reporting (E_ALL);
if (Util::nonInputVar('session_control') == 'none') {
$registry = &Registry::singleton(HORDE_SESSION_NONE);
} else {
$registry = &Registry::singleton();
}
die('foo');
More information about the bugs
mailing list