<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16735" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I am having problems installing nag 
(h3/v2.3.1).&nbsp; I have done my best to follow the instructions at 
</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://www.horde.org/nag/docs/?f=INSTALL.html">http://www.horde.org/nag/docs/?f=INSTALL.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2>I see the following error message in horde.log 
after I try to create a tasks list:</FONT></DIV>
<DIV><FONT face=Arial size=2>Dec 10 18:56:56 HORDE [error] [nag] 0 does not 
exist [on line 281 of "/usr/share/horde/nag/lib/Nag.php"]</FONT></DIV>
<DIV><FONT face=Arial size=2>Here's a snippet of code near line 
281:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; function 
listTasklists($owneronly = false, $permission = 
PERMS_SHOW)<BR>&nbsp;&nbsp;&nbsp; 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $tasklists = 
$GLOBALS['nag_shares']-&gt;listShares(Auth::getAuth(), $permission, $owneronly ? 
Auth::getAuth() : null, 0, 0, 
'name');<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if (is_a($tasklists, 
'PEAR_Error')) 
{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Horde::logMessage($tasklists, __FILE__, __LINE__, 
PEAR_LOG_ERR);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
return array();<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></DIV>
<DIV><FONT face=Arial size=2>Line 281 is the Horde::logMessage(...) call.&nbsp; 
</FONT><FONT face=Arial size=2>I can't find anything in the mailing list 
archives, faq's, etc. that address this error.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>When I go to Tasks on the website, there does not 
appear to be any task list.&nbsp; When I try to create one, I get a "success" 
message on the website and it seems like corresponding data is written into the 
datatree tables in mysql.&nbsp; I do not see any data in any of the 4 nag_* 
tables, although I'm not sure if there's supposed to be any in there.&nbsp; 
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Just in case this helps:&nbsp; I am having the same 
behavior with mnemo, which I am also trying to install.&nbsp; This probably 
indicates some common nderlying cause that is not specific to either of&nbsp;the 
two projects&nbsp;(unless I'm doing the same thing wrong in installing each, 
although I'm following the instructions in each case).&nbsp; Possibly there's 
something wrong with my datatree.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any thoughts are very much appreciated.&nbsp; Thank 
you.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>