Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Irina Sokolovskaja

    (@oriolo)

    Update: it works properly from comment form, the error is only from the Console.

    Plugin Author Jesin A

    (@jesin)

    Hello Oriolo, by Console do you mean the WordPress administration (WP-Admin > Comments)?

    When you reply to a comment in that section your email is not at all validated. To give you more technical details when the reply button is clicked (in the WP Backend) the wp_ajax_replyto_comment() function handles the commenting. This function does not validate the email using is_email() which means this plugin never comes into the picture.

    That error is because your host (Beget I guess) is slow and the connection times out. Have a look at the Nginx version numbers.

    C:\Users\A.Jesin>curl -I -s https://oriolo.ru/ | find /i "nginx"
    Server: nginx/1.2.9
    C:\Users\A.Jesin>curl -I -s https://api.mailgun.net/v2/address/validate | find /i "nginx"
    Server: nginx/1.4.1

    Disable this plugin and check if this error persists.

    Thanks a lot for blogging about this plugin ??

    Thread Starter Irina Sokolovskaja

    (@oriolo)

    by Console do you mean the WordPress administration (WP-Admin > Comments)?

    Well, not exactly, just “WP-Admin”, and widget “Recent Activity” there.

    Ok, I think problem is really in the host company, I’ll ask for the logs.

    Thanks again for the plugin ??

    Plugin Author Jesin A

    (@jesin)

    You’re welcome!

    Please mark this topic as resolved. If you face any problem with this plugin open a new topic.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘504’ is closed to new replies.