6.0.0-beta1
7/6/25

[#11167] PHP Fatal error on exception handler of deleteShare
Summary PHP Fatal error on exception handler of deleteShare
Queue Kronolith
Queue Version 3.0.16
Type Bug
State Duplicate
Priority 2. Medium
Owners
Requester horde.wayne (at) ptaff (dot) ca
Created 04/27/2012 (4818 days ago)
Due
Updated 04/27/2012 (4818 days ago)
Assigned
Resolved 04/27/2012 (4818 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch Yes

History
04/27/2012 08:37:43 AM Jan Schneider Comment #2
State ⇒ Duplicate
Reply to this comment
04/27/2012 02:15:21 AM horde (dot) wayne (at) ptaff (dot) ca Comment #1
Priority ⇒ 2. Medium
New Attachment: kronolith-exception-typo.patch Download
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ PHP Fatal error on exception handler of deleteShare
Type ⇒ Bug
State ⇒ Unconfirmed
Reply to this comment
Got this in my log:

HORDE: PHP Fatal error:  Call to a member function getMessage() on a 
non-object in /.../horde4/kronolith/lib/Kronolith.php on line 1809

It appears a single typo is provoking the error in the exception handler;
$ed->getMessage()
should prolly be:
$e->getMessage()

Patch attached.

Saved Queries