[horde] Delete User From Horde5

Christian Felsing pug at felsing.net
Sat Jun 15 09:27:44 UTC 2013


Hello,

i got stucked with initializing Horde 5.1.0 registry by command line. If
this snippet is started by shell, it hangs on Horde_Registry::appInit()
with 100% CPU load and there is no log entry. Web interface of Horde and
all modules including imp, ingo etc. are working w/o any problems.


<?php
@ini_set('display_errors', 'On');
@define (HORDE_BASE,"/var/www/webmail");

chdir (HORDE_BASE);

require_once HORDE_BASE . '/lib/Application.php';

print "Application.php loaded\n";

$appOb = Horde_Registry::appInit();
print "Registry initalized\n";
?>

Any hints?

best regards
Christian

Am 22.04.2013 15:10, schrieb Michael J Rubinsky:

> once it has been propertly initialized. See
> http://wiki.horde.org/Doc/Dev/RegistryUsageH4 for information on how to



More information about the horde mailing list