Issue report by Nicholas Orr
Product
FileMaker ServerVersion
FMS 13v1Operating system version
Windows Server 2008 R2 StandardDescription of the issue
When you do a new clean install of FMS13 on windows server, and then access the PHP API via CWP you can reliably produce XML issues that result in :XML Error : Not well-formed ( invalid token ) at line 1.
Steps to reproduce the problem
Install new FMS13 on Windows.Upload a new file with some basic fields.
Access the new file via PHP API repeatedly. Most connections will work fine, but it will eventually throw an XML error.
Expected result
No errorsExact text of any error message(s) that appear
XML error: Not well-formed (invalid token) at line 1Configuration information
I've got a sample FileMaker file and a php file that can demonstrate the issue clearly.It's quite possible this is related to this issue : http://forums.filemaker.com/posts/e2b1487e1a but this one is unrelated to strange characters and has the strange side effect of going away on restarts.