Re: Issue, not sure how to solve
Adam Tauno Williams <[email protected]> Tue, 16 Aug 2011 14:21:07 -0400
| Newsgroups | gmane.comp.cms.opengroupware.xmlrpc.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2011-08-16 at 13:04 -0400, Dirk H Bartley wrote: > Hi > Ok, so I'm a total slacker and am still using OGO legacy. > But my php application is getting an xml-rpc error. In my syslog I get > Aug 16 09:47:21 mta1 httpd: zOGI recevied an XML-RPC fault (2: Invalid > return payload: enable debugging to examine incoming payload) > Hmm, this occurs anytime I search for all companies with the text martin > in the name. > criteria is : Array ( [0] => Array ( [key] => name [value] => %martin% > [expression] => ILIKE ) ) > ogo legacy is sending : > http://www.schupan.com/deleteme/deleteme > (I pulled it up in firefox and firefox even described it as malformed) Fix the data; it is just putting in the field what is there. But that is not a valid character for the content encoding. Typically this can happen if someone cut-n-pastes values from Excel and the front-end does not sanitize the value. The backend will happily store it - assuming it is valid UTF-8 - but the client's XML parser will probably barf. > Is there anything to do to solve or do I just need to schedule a few of > days to convert over from legacy to coils. So go into the table and eliminate the invalid character. The issue is you have \00\0E in a telephone number. -- OpenGroupware.org XML-RPC [email protected] http://mail.opengroupware.org/mailman/listinfo/xmlrpc