• Resolved jassss

    (@jassss)


    CentOS 7
    Wordpress 5.4
    Contact Form 7
    PHP 7.3.16

    Contact Forms don’t provide feedback, they simply show the spinning icon upon submission. Some simple forms generate an email. Others do not. No feedback is ever provided.

    When the simple test form above is submitted, I see something like this in the log (a successful submission and then a series of submissions with a 400 response from the server).

    2020-04-15 12:54:26 Access [ user ip ] 200 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 713 Apache SSL/TLS access
    2020-04-15 12:54:46 Access [ user ip ] 200 POST /james-test-page/ HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 77.6 K Apache SSL/TLS access
    2020-04-15 12:54:53 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:55:01 Access [ user ip ] 200 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/wp-admin/admin.php?page=wpcf7&post=4795&active-tab=1 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 746 Apache SSL/TLS access
    2020-04-15 12:55:23 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:55:53 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:56:23 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:56:53 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:57:02 Access [ user ip ] 200 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/wp-admin/admin.php?page=wpcf7&post=4795&active-tab=1 Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 746 Apache SSL/TLS access
    2020-04-15 12:57:23 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:57:53 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access
    2020-04-15 12:58:23 Error [ user ip ] 400 POST /wp-admin/admin-ajax.php HTTP/1.0 https://thehavensrq.org/james-test-page/ Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 702 Apache SSL/TLS access

    Any ideas?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jassss

    (@jassss)

    I was able to get more information about the 400 POST error. This was due to some old JavaScript that tried to update a cart in the theme, which was no longer active. I’ve disabled that and we no longer see the error. However, I still only see the spinning loading icon, no response.

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    In which form on the linked page do you see the problem?

    Thread Starter jassss

    (@jassss)

    Sorry; I eventually removed the Contact Form 7 form and used a different plugin, which resolved the problem.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Spinning icon, POST /wp-admin/admin-ajax.php 400 Error’ is closed to new replies.