[Tickets #9244] Re: Link to Horde Configuration not working
bugs at horde.org
bugs at horde.org
Fri Oct 1 09:02:23 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9244
------------------------------------------------------------------------------
Ticket | 9244
Updated By | d-fens at 00010111.de
Summary | Link to Horde Configuration not working
Queue | Horde Base
Version | Git master
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
d-fens at 00010111.de (2010-10-01 05:02) wrote:
after a fresh git install i have the same problem with imp:
Not routable: imp. /var/www/_horde/horde/imp/config/routes.php does not exist.
kronolith does work with the same registry settings
the registry.php looks like this:
$this->applications['horde'] = array(
'fileroot' => "/var/www/_horde/horde/horde/",
'webroot' => "/horde-git",
'initial_page' => 'services/portal/index.php',
'name' => _("Horde"),
'status' => 'active',
'templates' => dirname(__FILE__) . '/../templates',
'provides' => 'horde',
);
$this->applications['imp'] = array(
'fileroot' => '/var/www/_horde/horde/imp',
'webroot' => $this->applications['horde']['webroot'] . '/imp',
'name' => _("Mail"),
'status' => 'active',
'provides' => array('mail', 'contacts/favouriteRecipients')
);
$this->applications['kronolith'] = array(
'fileroot' => '/var/www/_horde/horde/kronolith',
'webroot' => $this->applications['horde']['webroot'] . '/kronolith',
'name' => _("Calendar"),
'status' => 'active',
'provides' => 'calendar',
'menu_parent' => 'organizing'
);
More information about the bugs
mailing list