Summary | Link to Horde Configuration not working |
Queue | Horde Base |
Queue Version | Git master |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | hordetest (at) trash-mail (dot) com |
Created | 09/09/2010 (5413 days ago) |
Due | |
Updated | 10/01/2010 (5391 days ago) |
Assigned | 09/11/2010 (5411 days ago) |
Resolved | 09/12/2010 (5410 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
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'
);
Options menu is also gone in the sidebar.
State ⇒ Feedback
Not routable: admin/config. horde/horde/config/routes.php does not exist.
sidebar gone.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Link to Horde Configuration not working
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Not routable: admin/config. horde/horde/config/routes.php does not exist.