PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

error ERR_EMPTY_RESPONSE

  1. I disabled AJAX because the 'wheel' kept spinning, now i get this error (in Dutch):
    Fout 324 (net::ERR_EMPTY_RESPONSE): De server heeft de verbinding verbroken zonder gegevens te verzenden.
    TRANSLATION: Error 324 (net:: ERR_EMPTY_RESPONSE): The server closed the connection without sending data.
    The form is submitted, but the page is not redirected.
    I use conditional logic in my form, here it is: http://www.bling-exclusief.nl/contact/

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  2. This is a web server issue. There is either a problem with your web server, or this is a firewall issue. Your server isn't allowing the post to be completed and is returning an empty response. You are going to need to discuss this with your web host.

    Posted 12 years ago on Thursday July 7, 2011 | Permalink
  3. i forgot to mention, my server is running mysql 4.1...

    Posted 12 years ago on Friday July 8, 2011 | Permalink
  4. It still looks like a web server issue as I mentioned above. Although the MySQL issue is an entirely different issue. Gravity Forms technically requires MySQL 5, which isn't unusual as even WordPress 3.2 now requires MySQL 5.0 as well as PHP 5. So you will want to upgrade your MySQL anyway because WordPress 3.2 requires it.

    Posted 12 years ago on Friday July 8, 2011 | Permalink