[horde] top navigation icons are broken in cvs head (?)

Ilya mail at krel.org
Wed Jul 31 22:47:14 PDT 2002


I just updated my cvs, and have no problems with any applications except the main horde page.
the top icons and links are broken they lead to:
[Thu Aug  1 01:34:06 2002] [error] [client 192.168.0.1] File does not exist: /usr/local/www/horde/nag/setup.php
[Thu Aug  1 01:36:09 2002] [error] [client 192.168.0.1] File does not exist: /usr/local/www/horde/nag/graphics/prefs.gif
[Thu Aug  1 01:36:09 2002] [error] [client 192.168.0.1] File does not exist: /usr/local/www/horde/nag/graphics/administration.gif
[Thu Aug  1 01:36:09 2002] [error] [client 192.168.0.1] File does not exist: /usr/local/www/horde/nag/graphics/logout.gif
[Thu Aug  1 01:36:09 2002] [error] [client 192.168.0.1] File does not exist: /usr/local/www/horde/nag/graphics/manual.gif

I did a quick grep and quickly looked at source, but dont see any apparent reason why would only these top icons/links be pointing to nag folder?
obviously none of these files are under nag.
horde is a root server on https. and this is a stanza from registry.php:

$this->applications['horde'] = array(
    'fileroot' => dirname(__FILE__) . '/..',
    'webroot' => '',
    'initial_page' => 'login.php',
    'icon' => '/graphics/home.gif',
    'name' => _("Horde"),
    'allow_guests' => true,
    'show' => true,
    'templates' => dirname(__FILE__) . '/../templates'
);

this has always worked before with no problem.

whats strange is that administration, configuration and logout links are broken and point to nag , but for example preferences link is ok, as well as help.

Ill try to figure it more tomorrow, if you still need more info.


More information about the horde mailing list