6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/24/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10654] Can't autosubmit to a ticket from Horde
*
Your Email Address
*
Spam protection
Enter the letters below:
. .___..___. __ | _/ [__ | / ` |___./__.| |___\__.
Comment
> hi, i'm having the same problem with "Invalid arguments (array ( > 'group' => 'Ungültige Daten eingegeben.', ))" > > i enabled debug in horde config and these are the last few lines > befor the error pops up: > > > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [wicked] Load config file > (conf.php; app: wicked) [pid 14065 on line 865 of > "/var/www/pear/php/Horde.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0003s) > SELECT queue_id, queue_name FROM whups_queues ORDER BY > queue_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT queue_id, queue_name, queue_description, queue_versioned, > queue_slug, queue_email FROM whups_queues WHERE queue_id = > 2 [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT queue_id, queue_name, queue_description, queue_versioned, > queue_slug, queue_email FROM whups_queues WHERE queue_id = > 1 [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0004s) > SELECT t.type_id, t.type_name FROM whups_types t, whups_types_queues > tm WHERE tm.queue_id = 1 AND tm.type_id = t.type_id ORDER BY > t.type_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT type_id FROM whups_types_queues WHERE type_default = 1 AND > queue_id = 1 [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0004s) > SELECT state_id, state_name FROM whups_states WHERE type_id = 2 AND > (state_category = 'unconfirmed') ORDER BY state_category, > state_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT attribute_id, attribute_name, attribute_description, > attribute_type, attribute_params, attribute_required FROM > whups_attributes_desc WHERE type_id = 2 ORDER BY > attribute_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0003s) > SELECT state_id, state_name FROM whups_states WHERE type_id = 2 AND > (state_category = 'new' OR state_category = 'assigned') ORDER BY > state_category, state_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0003s) > SELECT state_id FROM whups_states WHERE state_default = 1 AND type_id > = 2 [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0003s) > SELECT priority_id, priority_name FROM whups_priorities WHERE type_id > = 2 ORDER BY priority_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT priority_id FROM whups_priorities WHERE priority_default = 1 > AND type_id = 2 [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0004s) > SELECT g.group_uid AS group_uid, g.group_name AS group_name FROM > horde_groups g, horde_groups_members m WHERE m.user_uid = > 'test@bigmichi1.de' AND g.group_uid = m.group_uid ORDER BY > g.group_name [pid 14065 on line 803 of > "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [whups] SQL (0,0002s) > SELECT group_name FROM horde_groups WHERE group_uid = 2 [pid > 14065 on line 803 of "/var/www/pear/php/Horde/Db/Adapter/Base.php"] > 2011-10-29T09:15:53+02:00 DEBUG: HORDE [horde] Invalid arguments (array ( > 'group' => 'Ungültige Daten eingegeben.', > )) [pid 14065 on line 27 of > "/var/www/pear/php/Horde/Core/Notification/Handler/Decorator/Hordelog.php"] > > > > mysql> SELECT g.group_uid AS group_uid, g.group_name AS group_name > -> FROM horde_groups g, horde_groups_members m > -> WHERE m.user_uid = 'test@bigmichi1.de' > -> AND g.group_uid = m.group_uid > -> ORDER BY g.group_name; > +-----------+------------+ > | group_uid | group_name | > +-----------+------------+ > | 2 | Admin | > +-----------+------------+ > 1 row in set (0.00 sec) > > > mysql> SELECT group_name FROM horde_groups WHERE group_uid = 2; > +------------+ > | group_name | > +------------+ > | Admin | > +------------+ > 1 row in set (0.00 sec) >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers