[Tickets #7820] Fresh Nag installation does not show any tasklists nor tasks

bugs at horde.org bugs at horde.org
Wed Dec 31 12:07:25 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7820
------------------------------------------------------------------------------
  Ticket             | 7820
  Created By         | jukka at netland.fi
  Summary            | Fresh Nag installation does not show any tasklists nor
                     | tasks
  Queue              | Nag
  Version            | 2.3.1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jukka at netland.fi (2008-12-31 07:07) wrote:

We have Horde version 3.1.5.

----8<----
Dec 31 13:20:40 HORDE [error] [nag] 0 does not exist [on line 281 of  
"/home/httpd/html/horde/nag-h3-2.3.1/lib/Nag.php"]
----8<----

There is listShares function call in Nag.php at line 281. There seems  
to be wrong parameters for listShares function.
Original version of line 282:
----8<----
         $tasklists =  
$GLOBALS['nag_shares']->listShares(Auth::getAuth(), $permission,  
$owneronly ? Auth::getAuth() : null, 0, 0, 'name');
----8<----

I added 'parent' and 'allLevels' parameters in the middle on parameters:
----8<----
         $tasklists =  
$GLOBALS['nag_shares']->listShares(Auth::getAuth(), $permission,  
$owneronly ? Auth::getAuth() : null, DATATREE_ROOT, true, 0, 0, 'name');
----8<----


The behaves now quite well. But I don't have any idea what 'parent'  
and 'allLevels' parameters should be.






More information about the bugs mailing list