Summary | IMSP error when adding multi-line abook field entries |
Queue | Turba |
Queue Version | 2.0.2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | stephen (at) unc (dot) edu |
Created | 03/11/2005 (7455 days ago) |
Due | |
Updated | 03/13/2005 (7453 days ago) |
Assigned | 03/11/2005 (7455 days ago) |
Resolved | 03/13/2005 (7453 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
this afternoon or tomorrow and let you know if everything works okay
for me.
State ⇒ Feedback
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ IMSP error when adding multi-line abook field entries
Queue ⇒ Turba
New Attachment: imsp_pear_debug.txt
get the error IMSP_EXIT_UNEXPECTED_RESPONSE. This only happens if
there are multiple lines in fields that allow such (e.g. Home Address,
Notes).
I turned on logging on my IMSP server and I see the following in the user log
when I try to add the new contact in the situation described above:
+ go
notes "note line 1
note line 2" phone-work "" fax "" phone-home "" cellphone "" __uid {50}
A0003 BAD storeaddress field data must be valid atom/string pairs
note BAD command 'line' unknown
I assume the IMSP server doesn't like the new line between 'note line 1'
and 'note line 2', even though they are both part of the same 'notes'
contact field.
In case it is useful information, I've attached a text file to this
ticket with a section of the Horde log with PEAR logging set on debug.
Let me know if you need addtional information from me.
Thanks for your help.