[Tickets #3975] NEW: Nag throws undefined function error

bugs@bugs.horde.org bugs at bugs.horde.org
Wed May 24 17:49:18 PDT 2006


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

Ticket URL: http://bugs.horde.org/ticket/?id=3975
-----------------------------------------------------------------------
 Ticket             | 3975
 Created By         | jps at maxlingua.com
 Summary            | Nag throws undefined function error
 Queue              | Nag
 Version            | HEAD
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


jps at maxlingua.com (2006-05-24 17:49) wrote:

Adding a new task in Nag causes the following error:
===cut
PHP Fatal error:  Call to undefined function:  listAllUsers() in
../nag/lib/Nag.php on line 617
===cut
This can be fixed by adding the following code (lifted from
../kronolith/lib/Kronolith.php) immediately before line 617:
===cut
if (is_a($group, 'PEAR_Error')) {
    continue;
}
===cut




More information about the bugs mailing list