[horde] [imp] How to change the greeting text?
Andreas Semt
Andreas.Semt at gmx.net
Tue Jul 15 03:56:09 PDT 2003
Hi, after the installation of horde and imp I noticed that on https://mail.domain.org/horde at the bottom of the page there's the following error:
"Undefined index: status in /var/www/html/horde/menu.php on line 34" which is: |
|
foreach ($registry->applications as $service => $params) { |
if ($params['status'] == 'active') { <-------------------------/
if (!$opener) {
$moduletext .= Menu::createItem(Horde::url($params['webroot'] . '/' . (isset($params['initial_page']) ? $params['initial_page'] : '')),
gettext($params['name']), $params['icon'], '', 'horde_main');
} else {
$moduletext .= Menu::createItem('', gettext($params['name']), $params['icon'],
'', 'horde_main',
'window.opener.location.href=\'' . Horde::url($params['webroot']) . '\'; return false;');
}
}
}
If I use https://mail.domain.org/horde/imp there's no evidence of the problem.
Bye.
Leo.
More information about the horde
mailing list