6.0.0-beta1
10/16/25

[#3975] Nag throws undefined function error
Summary Nag throws undefined function error
Queue Nag
Queue Version HEAD
Type Bug
State Resolved
Priority 2. Medium
Owners
Requester jps (at) maxlingua (dot) com
Created 05/25/2006 (7084 days ago)
Due
Updated 05/25/2006 (7084 days ago)
Assigned
Resolved 05/25/2006 (7084 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
05/25/2006 01:55:24 AM Chuck Hagenbuch Comment #2
State ⇒ Resolved
Reply to this comment
Committed, thanks.
05/25/2006 12:49:18 AM jps (at) maxlingua (dot) com Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Nag throws undefined function error
Queue ⇒ Nag
Reply to this comment
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

Saved Queries