Summary | Creating a nested group fails with the message "<groupname> was not created: Already exists." |
Queue | Horde Framework Packages |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jon (at) spriggs (dot) org (dot) uk |
Created | 12/06/2007 (6418 days ago) |
Due | |
Updated | 12/06/2007 (6418 days ago) |
Assigned | 12/06/2007 (6418 days ago) |
Resolved | 12/06/2007 (6418 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Queue ⇒ Horde Framework Packages
Assigned to Jan Schneider
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Creating a nested group fails with the message "<groupname> was not created: Already exists."
Queue ⇒ Horde Groupware
State ⇒ Unconfirmed
configuration step (after running setup.php) was to try and create the
following group structure
GROUPS
|
+- AllTeamMembers
| |
| +- TeamManagers
|
+- CustomerContacts
|
+- Customer1
Sadly, what I found was that when I tried to create either second
level group was that I got a message
"<groupname>" was not created: Already exists.
Whatever group name is specified, you get the same message.