Summary | Setting Horde to Auto Submit to Whups generates white screen |
Queue | Whups |
Queue Version | 2.0-ALPHA1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | simon (at) simonandkate (dot) net |
Created | 09/28/2011 (5027 days ago) |
Due | |
Updated | 10/03/2011 (5022 days ago) |
Assigned | |
Resolved | 10/03/2011 (5022 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
[jan] Don't access protected properties in the addTicket/updateTicket
API methods (
Bug #10566).3 files changed, 9 insertions(+), 5 deletions(-)
http://git.horde.org/horde-git/-/commit/b01f1ecb2b721a80f78f9518bb8c520e7436849d
I can config Horde to use Whups fine, but then trying to actually
submit a problem fails to white screen and the Apache error noted.
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Whups
Summary ⇒ Setting Horde to Auto Submit to Whups generates white screen
Type ⇒ Bug
State ⇒ Unconfirmed
error: Cannot access protected property
Whups_Form_Ticket_CreateStepThree::$_errors in
/var/www/horde4/whups/lib/Api.php on line 162, referer:
https://mail.simonandkate.net/services/problem.php?return_url=https%3A%2F%2Fmail.simonandkate.net%2Fservices%2Fportal%2F
Relevant part of Horde Config is:
$conf['problems']['ticket_params'] = array('queue' => 1, 'state' => 1,
'priority' => 1, 'type' => 1);
$conf['problems']['tickets'] = true;
$conf['problems']['attachments'] = true;
I have checked the SQL numbers.