Summary | reporting problems with whups doesn't work |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | michael (at) bigmichi1 (dot) de |
Created | 11/20/2010 (5343 days ago) |
Due | |
Updated | 11/21/2010 (5342 days ago) |
Assigned | |
Resolved | 11/21/2010 (5342 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Fix scope
Bug: 9400Submitted by: michael (at) bigmichi1 (dot) de
http://cvs.horde.org/diff.php/ansel/lib/Report/tickets.php?rt=horde&r1=1.3&r2=1.3.2.1&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ reporting problems with whups doesn't work
Type ⇒ Bug
State ⇒ Unconfirmed
messages in my error log file:
2010-11-17 12:42:35: (mod_fastcgi.c.2711) FastCGI-stderr: PHP Fatal
error: Call to a member function call() on a non-object in
/home/apache/horde-webmail-1.2.8/ansel/lib/Report/tickets.php on line 22
2010-11-17 12:42:35: (mod_fastcgi.c.2711) FastCGI-stderr: PHP Fatal
error: Class 'Horde' not found in
/home/apache/horde-webmail-1.2.8/lib/Horde/SessionHandler.php on line
264
the problem is that in lib/Report/tickets.php $registry is undefined.
adding a global $registry; as first statement in the method everything
works now as expected.