6.0.0-beta1
10/17/25

[#13944] Error when ' Edit the users responsible for this queue' clicked
Summary Error when ' Edit the users responsible for this queue' clicked
Queue Whups
Queue Version 3.0.2
Type Bug
State Resolved
Priority 1. Low
Owners jan (at) horde (dot) org, mrubinsk (at) horde (dot) org
Requester asa (at) isac (dot) gov (dot) in
Created 04/10/2015 (3843 days ago)
Due
Updated 04/15/2015 (3838 days ago)
Assigned 04/13/2015 (3840 days ago)
Resolved 04/14/2015 (3839 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/15/2015 01:16:52 PM Git Commit Comment #9 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit f03380fc2b56ff36c7c2e24a813dcbe48901ed8f
Author: Jan Schneider <jan@horde.org>
Date:   Wed Apr 15 15:16:16 2015 +0200

     [mjr] Fix error reporting if listing of users failed (Bug #13944).

  whups/docs/CHANGES |    1 +
  whups/package.xml  |    2 ++
  2 files changed, 3 insertions(+), 0 deletions(-)

http://github.com/horde/horde/commit/f03380fc2b56ff36c7c2e24a813dcbe48901ed8f
04/15/2015 01:16:45 PM Git Commit Comment #8 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 8a3e1f508a4b6a436a79c28c710254c62cc8e21e
Author: Jan Schneider <jan@horde.org>
Date:   Tue Apr 14 17:09:40 2015 +0200

     Fix error logging (Bug #13944).

  whups/lib/Form/Admin/AddUser.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/8a3e1f508a4b6a436a79c28c710254c62cc8e21e
04/14/2015 03:11:24 PM Jan Schneider Assigned to Jan Schneider
State ⇒ Resolved
 
04/14/2015 03:11:11 PM Git Commit Comment #7 Reply to this comment
Changes have been made in Git (master):

commit 64a25e8a10ba08d5657447236d35933465285216
Author: Jan Schneider <jan@horde.org>
Date:   Tue Apr 14 17:09:40 2015 +0200

     Fix error logging (Bug #13944).

  whups/lib/Form/Admin/AddUser.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/64a25e8a10ba08d5657447236d35933465285216
04/14/2015 04:52:41 AM asa (at) isac (dot) gov (dot) in Comment #6 Reply to this comment
Are you SURE it's the exact same error? This fixes 
displaying/logging the error encountered but it doesn't fix whatever 
the underlying issue is in listing users on your system.
Following is the error even after applying the changes to AddUser.php. 
May be, I should wait till next version of Whups is released for 
proper updates.

A fatal error has occurred
Call to undefined method Horde_Auth_Exception::getUserInfo()

1. Horde_ErrorHandler::catchFatalError()

Details
The full error message is logged in Horde's log file, and is shown 
below only to administrators. Non-administrative users will not see 
error details.

ErrorException Object
(
     [message:protected] => Call to undefined method 
Horde_Auth_Exception::getUserInfo()
     [string:Exception:private] =>
     [code:protected] => 0
     [file:protected] => /var/www/horde/whups/lib/Form/Admin/AddUser.php
     [line:protected] => 44
     [trace:Exception:private] => Array
         (
             [0] => Array
                 (
                     [function] => catchFatalError
                     [class] => Horde_ErrorHandler
                     [type] => ::
                     [args] => Array
                         (
                         )

                 )

         )

     [previous:Exception:private] =>
     [severity:protected] => 1
     [logged] => 1
)


04/13/2015 02:56:40 PM Michael Rubinsky Comment #5
State ⇒ Feedback
Reply to this comment
Are you SURE it's the exact same error? This fixes displaying/logging 
the error encountered but it doesn't fix whatever the underlying issue 
is in listing users on your system.
04/13/2015 12:23:25 PM asa (at) isac (dot) gov (dot) in Comment #4 Reply to this comment

[Show Quoted Text - 12 lines]
Applying the change to AddUser.php still throws up the same Fatal Error.


04/10/2015 01:19:12 PM Michael Rubinsky Assigned to Michael Rubinsky
State ⇒ Resolved
 
04/10/2015 01:18:53 PM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit 44402abd955a2bc0219e711ac986d1e4c598bb14
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Fri Apr 10 09:17:31 2015 -0400

     Fix variable name. Bug: 13944

  whups/lib/Form/Admin/AddUser.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/44402abd955a2bc0219e711ac986d1e4c598bb14
04/10/2015 01:18:09 PM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit 3d179bef2265a203ecaa409b0a5cc3bb4de02597
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date:   Fri Apr 10 09:17:31 2015 -0400

     Fix variable name. Bug: 13944

  whups/lib/Form/Admin/AddUser.php |    2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)

http://github.com/horde/horde/commit/3d179bef2265a203ecaa409b0a5cc3bb4de02597
04/10/2015 12:31:15 PM asa (at) isac (dot) gov (dot) in Comment #1
Patch ⇒ No
State ⇒ Unconfirmed
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ Error when ' Edit the users responsible for this queue' clicked
Type ⇒ Bug
Priority ⇒ 1. Low
Reply to this comment
A fatal error has occurred
Call to a member function getMessage() on a non-object

1. Horde_ErrorHandler::catchFatalError()

Details
The full error message is logged in Horde's log file, and is shown 
below only to administrators. Non-administrative users will not see 
error details.

ErrorException Object
(
     [message:protected] => Call to a member function getMessage() on 
a non-object
     [string:Exception:private] =>
     [code:protected] => 0
     [file:protected] => /var/www/horde/whups/lib/Form/Admin/AddUser.php
     [line:protected] => 44
     [trace:Exception:private] => Array
         (
             [0] => Array
                 (
                     [function] => catchFatalError
                     [class] => Horde_ErrorHandler
                     [type] => ::
                     [args] => Array
                         (
                         )

                 )

         )

     [previous:Exception:private] =>
     [severity:protected] => 1
     [logged] => 1
)


PHP error log

[10-Apr-2015 15:53:56 Asia/Kolkata] PHP Fatal error:  Call to a member 
function getMessage() on a non-object in 
/var/www/horde/whups/lib/Form/Admin/AddUser.php on line 44

Saved Queries