<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Use your browser development tools
      (Developer in Chrome or Firebug in Firefox) and look at the
      response of the packets from the AJAX calls. 200 isn't an error
      (actually it means everything went fine between the browser and
      server). The problem is most likely in jQuery processing the
      returned JSON. My guess is something is pumping out some extra
      characters in your AJAX calls.<br>
      <br>
      FYI - the JSON string can be hard to make out in the browser,
      especially in the net panel. You can copy it and paste it into the
      site below to get it formatted, plus it will check it for any
      errors.<br>
      <br>
      <a class="moz-txt-link-freetext" href="http://jsonlint.com/">http://jsonlint.com/</a><br>
      <pre class="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://hollyit.net">http://hollyit.net</a></pre>
      On 2/13/2014 6:49 PM, Steve Kessler wrote:<br>
    </div>
    <blockquote
cite="mid:CAHqNq+0f0VdFXHJthPPb3C__m=59D7C8L-iuFfJFbUHzhUNO9Q@mail.gmail.com"
      type="cite">
      <div dir="ltr">I hope someone will be able to help me. I have a
        site that gets a 200 error message for an AJAX error every time
        I use something with AJAX. This is everything from auto-complete
        fields to the entire views interface. &nbsp;
        <div>
          <br>
        </div>
        <div>The same site works perfectly on another server and the
          only difference between the two sites is the database
          connection string. &nbsp;</div>
        <div><br>
        </div>
        <div>I know that there is a difference in the configuration
          between the two systems such as the version of PHP but I am
          hoping there is something short of downgrading PHP to resolve
          this issue. &nbsp;</div>
        <div><br>
        </div>
        <div>I have found similar problems in the issue queue but none
          of those solutions appear to work.</div>
        <div><br>
        </div>
        <div>Any help is greatly appreciated. &nbsp;&nbsp;<br clear="all">
          <div><br>
          </div>
          -- <br>
          Steve Kessler
          <div>
            Owner and Lead Consultant&nbsp;</div>
          <div>Denver DataMan, LLC&nbsp;</div>
          <div>303-587-4428</div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>