Fwd: Re: Trying to use whups for Horde problem reports
Chuck Hagenbuch <[email protected]> Tue, 26 Dec 2006 11:13:03 -0500
| Newsgroups | gmane.comp.horde.whups |
|---|---|
| Message-ID | <[email protected]> |
Please keep discussions on the list. For now, enjoy your house guests, and let us know when you can dig some more. ----- Forwarded message from [email protected] ----- Date: Tue, 26 Dec 2006 17:05:06 +0100 From: Anders Norrbring <[email protected]> Subject: Re: [whups] Trying to use whups for Horde problem reports To: Chuck Hagenbuch <[email protected]> Chuck Hagenbuch wrote: > Quoting Anders Norrbring <[email protected]>: > >> In my horde/config/conf.php I have this: >> >> $conf['problems']['ticket_params'] = array('queue' => 1, 'state' => >> 1, 'priority' => 1, 'type' => 1); >> $conf['problems']['tickets'] = true; >> >> When I click a problem report button, I'm taken to the form to enter >> a problem description, name and e-mail address, I expected to find >> myself in a ticket entry form? >> >> Then when I click "send", I get this error below the top icon bar: >> Invalid arguments (array ( 'state' => 'Invalid data submitted.', >> 'priority' => 'Invalid data submitted.', )) >> >> Can someone please guide me in this? > > Sounds like 1 isn't valid for the priority and state ids. > > -chuck > > -- > "we are plastered to the windshield of the bus that is time." - Chris > --Whups mailing list - Join the hunt: http://horde.org/bounties/#whups > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: [email protected] Correct Chuck, I was a bit too hasty when setting up the IDs in the config array.. ;) When that was corrected, it worked. However, I ran into a bunch of other issues that I can't find any hints on how to solve.. That, and a couple of entries in the apache2 error log that annoys me a bit. [Tue Dec 26 14:48:31 2006] [error] [client 192.168.111.30] PHP Notice: Undefined property: Horde_Form_Type_datetime::$_show_seconds in /srv/www/htdocs/secure/horde/lib/Horde/UI/VarRenderer/html.php on line 382, referer: https://secure.the-server.net/horde/whups/ticket/?id=2&action=history [Tue Dec 26 14:51:11 2006] [error] [client 192.168.111.30] File does not exist: /srv/www/htdocs/secure/horde/js/prototype.js, referer: https://secure.the-server.net/horde/whups/mybugs.php [Tue Dec 26 14:52:30 2006] [error] [client 192.168.111.30] File does not exist: /srv/www/htdocs/secure/horde/js/prototype.js, referer: https://secure.the-server.net/horde/whups/ [Tue Dec 26 14:54:43 2006] [error] [client 192.168.111.30] PHP Notice: Undefined index: user_email in /srv/www/htdocs/secure/horde/whups/ticket/comment.php on line 56, referer: https://secure.the-server.net/horde/whups/ticket/comment.php?id=2&transaction=3 There are loads of those as soon as I've used whups. Other issues are more related to configs I guess, but as I mentioned, I didn't find any hints on those. I'll dive into it a bit more in a couple of days, right now I'm having house guests that needs attention.. -- Anders Norrbring Norrbring Consulting ----- End forwarded message ----- -chuck -- "we are plastered to the windshield of the bus that is time." - Chris -- Whups mailing list - Join the hunt: http://horde.org/bounties/#whups Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]