[horde] [horde 4.0-git] Test.php does not list Horde Applications

Gerard Breiner gerard.breiner at ias.u-psud.fr
Fri Sep 17 09:10:58 UTC 2010


Hello,

 

I installed Horde 4.0-git but I encounter some issues for configure it.

At this time the issue for which I write to you is : How configure horde 
so that test.php list Horde Applications.

I wonder what I missed in config/registry.php

 

Here is below a sample of the file config/registry.php

 

[CODE]

$this->applications['horde'] = array(

    'fileroot' => dirname(__FILE__) . '/..',

    //'webroot' => _detect_webroot(),

    'webroot' => '/horde',

    'initial_page' => 'services/portal/index.php',

    'name' => _("Horde"),

    'status' => 'active',

    'templates' => dirname(__FILE__) . '/../templates',

    'provides' => 'horde'

);

 

$this->applications['imp'] = array(

    'fileroot' => $this->applications['horde']['fileroot'] . '/imp',

    'webroot' => $this->applications['horde']['webroot'] . '/imp',

    'name' => _("Mail"),

    'status' => 'active',

    'provides' => array('mail', 'contacts/favouriteRecipients')

);

 

 

$this->applications['rampage'] = array(

    'fileroot' => $this->applications['horde']['fileroot'] . '/rampage',

    'webroot' => $this->applications['horde']['webroot'] . '/rampage',

    'name' => _("Rampage"),

    'status' => 'active',

    'provides' => array('rampage', 'contacts/favouriteRecipients')

);

 

$this->applications['ingo'] = array(

    'fileroot' => $this->applications['horde']['fileroot'] . '/ingo',

    'webroot' => $this->applications['horde']['webroot'] . '/ingo',

    'name' => _("Filters"),

    'status' => 'active',

    'provides' => array('filter', 'mail/blacklistFrom', 
'mail/showBlacklist', 'mail/whitelistFrom', 'mail/showWhitelist', 
'mail/applyFilters', 'mail/canApplyFilters', 'mail/showFilters'),

    'menu_parent' => 'imp'

);

[/CODE]

 

Thanks in advance for any help.

 

Best regards

 

Gerard Breiner

 



More information about the horde mailing list