<!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). 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> function
listTasklists($owneronly = false, $permission =
PERMS_SHOW)<BR>
{<BR> $tasklists =
$GLOBALS['nag_shares']->listShares(Auth::getAuth(), $permission, $owneronly ?
Auth::getAuth() : null, 0, 0,
'name');<BR> if (is_a($tasklists,
'PEAR_Error'))
{<BR>
Horde::logMessage($tasklists, __FILE__, __LINE__,
PEAR_LOG_ERR);<BR>
return array();<BR> }</FONT></DIV>
<DIV><FONT face=Arial size=2>Line 281 is the Horde::logMessage(...) call.
</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> </DIV>
<DIV><FONT face=Arial size=2>When I go to Tasks on the website, there does not
appear to be any task list. 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. 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.
</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Just in case this helps: I am having the same
behavior with mnemo, which I am also trying to install. This probably
indicates some common nderlying cause that is not specific to either of the
two projects (unless I'm doing the same thing wrong in installing each,
although I'm following the instructions in each case). Possibly there's
something wrong with my datatree. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Any thoughts are very much appreciated. Thank
you. </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>