[nag] Problem Getting Nag 0.0.1 Running

Paul Black paulb@triode.net.au
Tue, 29 Jan 2002 21:52:25 +1100


Thanks Maciej,

Looking at your registry.php file I found out that my mistake
was that I had of 'name' of "To Do List" when it should have
been "Tasks" as below.

  $this->applications['nag'] = array(
      'fileroot' => dirname(__FILE__) . '/../nag',
      'webroot' => $this->applications['horde']['webroot'] . '/nag',
      'icon' => '/horde/nag/graphics/nag.gif',
      'name' => _("Tasks"),
      'allow_guests' => false,
      'show' => true
  );

Now Nag is basically working. I can add tasks, search, list.
However I get the errors below at the top of the page?
Does anyone have an idea on how to fix this problem?

Regards.  Paul

Warning: Undefined index: horde in /usr/local/httpd/docs/horde/nag/templates/menu/menu.inc on line 15

Warning: Undefined index: horde in /usr/local/httpd/docs/horde/nag/templates/menu/menu.inc on line 20

Warning: Undefined index: horde in /usr/local/httpd/docs/horde/nag/templates/menu/menu.inc on line 20

Warning: Undefined index: horde in /usr/local/httpd/docs/horde/nag/templates/menu/menu.inc on line 28