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

Gerard Breiner gerard.breiner at ias.u-psud.fr
Thu Sep 16 15:18:39 UTC 2010


Hello,

I've just installed horde 4.0-git on A Debian Lenny platform.
I'am trying to understand why horde/test.php does not show the Horde 
Applications. Yet I configured config/register.php. What does an 
application need in order to be listed by test.php or to be listed in 
the configuration's web interface ? I wonder where I'am wrong.

Here is  below a sample of conf/registry.php

Thanks in advance for any help.

Gerard Breiner

[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]


More information about the horde mailing list