Summary | "share_owner" field too short in table "turba_shares" |
Queue | Turba |
Queue Version | 2.3 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | Horde Developers (at) |
Requester | benoit.poulet (at) businessdecision (dot) com |
Created | 11/28/2008 (6065 days ago) |
Due | |
Updated | 11/28/2008 (6065 days ago) |
Assigned | 11/28/2008 (6065 days ago) |
Resolved | 11/28/2008 (6065 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 2.3.1 |
Patch | Yes |
State ⇒ Duplicate
#6940Milestone ⇒ 2.3.1
State ⇒ Assigned
Assigned to
Priority ⇒ 2. Medium
New Attachment: patch_turba.sql
Patch ⇒ Yes
Milestone ⇒
Summary ⇒ "share_owner" field too short in table "turba_shares"
Type ⇒ Bug
State ⇒ Unconfirmed
Queue ⇒ Turba
I have a horde-webmail solution in test.
User's logins are in form "lastname.firstname@domain.com"
When i try to read or write in my personal address book Turba tell me
that he can't find my address book.
I tried several times to create an address book, Turba said i was ok
but i never successfully get access to it.
I finally find that the owner get his name truncated in the table
"turba_shares" because of the field "share_owner" who was too short :
varchar(32)
I tried changing his field to varchar(255) all seems ok now, i can
manage my address book as expected.
Patch attached.
Regards,
Benoit Poulet.